Selon [email protected]: > I already compiled gdal 1.11.0 on centos6 and I need to install on a > fedora 20. Using the same method I get this eror > > libtool: compile: g++ -g -O2 -DHAVE_SSE_AT_COMPILE_TIME > -fvisibility=hidden -Wall -I.. -I/opt/geomatique/src/gdal-1.11.0/port > -I/opt/geomatique/src/gdal-1.11.0/gcore > -I/opt/geomatique/src/gdal-1.11.0/alg > -I/opt/geomatique/src/gdal-1.11.0/ogr > -I/opt/geomatique/src/gdal-1.11.0/ogr/ogrsf_frmts -DOGR_ENABLED > -I/opt/geomatique/src/gdal-1.11.0/port -I/usr/include > -I/usr/include/libdap -I/usr/include/dap -DLIBDAP_39 -c ogrdodsdriver.cpp > -fPIC -DPIC -o ../o/.libs/ogrdodsdriver.o > In file included from ogrdodsdriver.cpp:30:0: > ogr_dods.h:47:19: fatal error: debug.h: No such file or directory > #include <debug.h> > ^ > compilation terminated. > > I don't know much about compiling. Anyone see why it is trying to include > debug.h since it is commented? or what can I do about that?
Steve, Try adding --with-dods-root=no to the configure line. Even -- Spatialys - Geospatial professional services http://www.spatialys.com _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
