NOTE: The netcdf-porting
mailing list is no longer active. The list archives are made available for historical reasons.
Hi,On Win32, using the MinGW port of gcc-4.5.2, I try to build netcdf-4.2 from source by running:
$ ./configure --disable-shared --enable-static --enable-netcdf-4 CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib && make
All goes well enough until the make process gets to: make[3]: Entering directory `/c/comp/netcdf-4.2/man4' Doxyfile make[3]: Doxyfile: Command not found make[3]: *** [doxyfile.stamp] Error 127 make[3]: Leaving directory `/c/comp/netcdf-4.2/man4' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/c/comp/netcdf-4.2/man4' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/c/comp/netcdf-4.2' make: *** [all] Error 2 What do I need to do to fix (or work around) that problem ?Running 'make -i' is one solution (for some definition of "solution" :-) ... though I'd prefer to not resort to that.
If I do build with 'make -i', I find that 'make check' fails 4 of 26 tests:*** Checking HDF5 compound attribute which contains a simple compound type...FAIL: tst_h_compounds2.exe *** Creating a file with one var with one dimension scale...FAIL: tst_h_dimscales2.exe
*** Creating a phony dimscale...FAIL: tst_h_dimscales3.exe*** Creating a file with two vars with one dimension scale...FAIL: tst_h_dimscales4.exe
All 4 failures are the result of crashes. Are these known issues on Windows ? Cheers,Rob
netcdf-porting
archives: