I was trying to do an osg rc test build, but I didn't realize Producer was changing stuff. Is this going to be part of the osg 1.1.1 release? This is going to require changes to the non-Makefile build systems.
Also, in <Producer/PipeTimer>, you need to change the #include <GL/gl.h>, probably to #include <Producer/Types>. This line is going to cause headaches in Windows if #include <windows.h> does not precede it and it probably won't find it at all on Mac which needs <OpenGL/gl.h>. -Eric _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
