[osg-users] Missing osg::FlushDeletedGLObjectsOperation causes latest SVN builds to fail
Thibault Genessay
tibogens at gmail.com
Mon Jul 23 07:40:54 PDT 2007
Hi list
I've just upgraded to the latest SVN and found a compilation problem in the
osgViewer library in both CompositeViewer.cpp and Viewer.cpp.
Those files contain references to the osg::FlushDeletedGLObjectsOperation
class, but it is nowhere to be found. (I did a grep on the whole tree,
without success).
Is there something I'm missing ?
Regards
Thibault
ps:
On Linux:
[ 93%] Building CXX object
src/osgViewer/CMakeFiles/osgViewer.dir/CompositeViewer.o
/home/tibo/prog/OpenSceneGraph/src/osgViewer/CompositeViewer.cpp:608: error:
'FlushDeletedGLObjectsOperation' is not a member of 'osg'
On Windows:
1>------ Build started: Project: osgViewer, Configuration: Debug Win32
------
1>Compiling...
1>Viewer.cpp
1>.\Viewer.cpp(243) : error C2039: 'FlushDeletedGLObjectsOperation' : is not
a member of 'osg'
which look surprisingly similar :)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.openscenegraph.org/pipermail/osg-users-openscenegraph.org/attachments/20070723/1aa7d30d/attachment.htm
More information about the osg-users
mailing list