Hi Robert -- I saw you checking in several submissions, so I thought I'd
test the build and give you some feedback.
 
I'm having trouble building the OGR plugin. See attached, which shows the
first few errors, compiler unable to find certain headers. I'm not sure why
it would be unable to find the GDAL header, as I have this configured
correctly in CMake. I also have no clue on the others. Hopefully you can
take a look at this and fix it?
 
Build is on Mac OS X using Makefiles (not XCode).
 
Paul Martz
Skew Matrix Software LLC
http://www.skew-matrix.com <http://www.skew-matrix.com/> 
+1 303 859 9466
 
macpro:bld pmartz$ make osgdb_ogr
[  0%] Built target OpenThreads
[ 65%] Built target osg
[ 85%] Built target osgUtil
[ 95%] Built target osgDB
[100%] Building CXX object 
src/osgPlugins/ogr/CMakeFiles/osgdb_ogr.dir/ReaderWriterOGR.cpp.o
/Users/pmartz/Projects/OSG/src/osgPlugins/ogr/ReaderWriterOGR.cpp:32:23: error: 
gdal_priv.h: No such file or directory
/Users/pmartz/Projects/OSG/src/osgPlugins/ogr/ReaderWriterOGR.cpp:33:25: error: 
ogr_feature.h: No such file or directory
/Users/pmartz/Projects/OSG/src/osgPlugins/ogr/ReaderWriterOGR.cpp:34:23: error: 
cpl_error.h: No such file or directory
/Users/pmartz/Projects/OSG/src/osgPlugins/ogr/ReaderWriterOGR.cpp:35:22: error: 
ogr_core.h: No such file or directory
/Users/pmartz/Projects/OSG/src/osgPlugins/ogr/ReaderWriterOGR.cpp:37:25: error: 
ogrsf_frmts.h: No such file or directory
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to