On Saturday 25 November 2006 17:31, Martin Spott wrote: > Hi, > I'd like to drop a short note that my compiler barfs about recent > changes: > > jive: 23:28:05 /usr/local/src/OpenSceneGraph/src/osgUtil/Linux64.Opt> > x86_64-linux-g++-3.4 -O -march=opteron -W -Wall -fPIC -pipe > -DOSGUTIL_LIBRARY -I../../../include -I/opt/OSG/include > -I/opt/OSG/include -c ../Optimizer.cpp > ../Optimizer.cpp:1316: error: no `bool > > osgUtil::Optimizer::RemoveRedundantNodesVisitor::isOperationPermissible(osg >::Node&)' member function declared in class > `osgUtil::Optimizer::RemoveRedundantNodesVisitor' > > > Cheers, > Martin.
Robert seems to have forgotten to commit the change to the header. I added the signature: bool isOperationPermissible(osg::Node&); to the class osgUtil::Optimizer::RemoveRedundantNodesVisitor, in the header file, and it built. I just have to remember to remove the file when the fix is posted to the CVS. Steven _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
