Hi Jacob,
I don't need the ogr project, so I'm not considered about it, and I'm looking to install VPBMaster as well, so what else am I missing here? I can't seem to set up a working load with the online documentation.
If you don't need the ogr loader, then you don't need all the dependencies... Most of the dependencies are optional, so you need to know if you need them yourself. The basic set of dependencies are jpeg, png, freetype, tiff, gif and zlib. You can always just build with a small set of dependencies and add others as needed later.
If you already have gdal in your dependencies, but don't want to compile the ogr plugin, just delete whatever values you have in the GDAL* settings in the CMake window. They should get set to "something_NOTFOUND" afterwards, and the ogr plugin's project shouldn't be generated. Or just remove the gdal*.h header files in your dependencies include directory.
Hope this helps, J-S -- ______________________________________________________ Jean-Sebastien Guay [email protected] http://www.cm-labs.com/ http://whitestar02.webhop.org/ _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

