I've used Cygwin in the past for a few projects, and am now trying to use it to build current OSG/OT/P CVS source.
OT and P build fine. When I go to build OSG, it fails to find the Producer include files while building osgProducer. I found that I have to explicitly export PRODUCER_INC_DIR and PRODUCER_LIB_DIR in order for the OSG build to find the Producer header and include files. Is this to be expected? (The Producer 'make install' puts things in /usr/local/Producer/include and /usr/local/Producer/lib.) Once that issue was resolved, core OSG and some of the plugins built. However, the build failed in the ESRIShape plugin, failing to compile ESRIShape.cpp at line 38 because ::read was not defined. Any help would be appreciated. -Paul _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
