As I stated earlier all I did was move the goal posts slightly by changing the conditional compilation check to have a later version number and use the false path of the conditional compilation. Not the much of a C++ guru to know why it failed but it looks like [i|o]s.XXX_BRACKET has been added to a different version of OpenSceneGraph as to what I am compiling against. The only references I can find to END_BRACKET is in the include files are in osgDB/DataTypes and this is an instantiation of an ObjectMark object.
> If I change the minimum OpenSceneGraph to 3.1.1 at line 31 > VirutalPlanetBuilder compiles okay. This is obviously a bug so how does one > raise this so it can be fixed? >
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

