There error I got (on 32 bit linux) is:
[  6%] Building CXX object src/osg/CMakeFiles/osg.dir/GLObjects.o
/mathworks/hub/Linux/glibc-2.3.6/i686/apps/gcc-4.1.1/bin/c++
-Dosg_EXPORTS   -O3 -march=pentium4 -mfpmath=sse -pipe -pthread -fPIC
-fPIC
-I/mathworks/devel/sandbox/askinner/Amake/3p/derived/glnx86/openscenegra
ph/include   -DOSG_LIBRARY -o src/osg/CMakeFiles/osg.dir/GLObjects.o -c
/mathworks/devel/sandbox/askinner/Amake/3p/derived/glnx86/openscenegraph
/src/osg/GLObjects.cpp
/mathworks/devel/sandbox/askinner/Amake/3p/derived/glnx86/openscenegraph
/src/osg/GLObjects.cpp: In function 'void
osg::flushDeletedGLObjects(unsigned int, double, double&)':
/mathworks/devel/sandbox/askinner/Amake/3p/derived/glnx86/openscenegraph
/src/osg/GLObjects.cpp:36: error: 'flushDeletedQueryObjects' is not a
member of 'osg::OcclusionQueryNode'
/mathworks/devel/sandbox/askinner/Amake/3p/derived/glnx86/openscenegraph
/src/osg/GLObjects.cpp: In function 'void
osg::flushAllDeletedGLObjects(unsigned int)':
/mathworks/devel/sandbox/askinner/Amake/3p/derived/glnx86/openscenegraph
/src/osg/GLObjects.cpp:53: error: 'flushDeletedQueryObjects' is not a
member of 'osg::OcclusionQueryNode'
/mathworks/devel/sandbox/askinner/Amake/3p/derived/glnx86/openscenegraph
/src/osg/GLObjects.cpp: In function 'void
osg::discardAllDeletedGLObjects(unsigned int)':
/mathworks/devel/sandbox/askinner/Amake/3p/derived/glnx86/openscenegraph
/src/osg/GLObjects.cpp:68: error: 'discardDeletedQueryObjects' is not a
member of 'osg::OcclusionQueryNode'
gmake[4]: *** [src/osg/CMakeFiles/osg.dir/GLObjects.o] Error 1

andy

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Robert
Osfield
Sent: Tuesday, January 15, 2008 4:08 AM
To: OpenSceneGraph Users
Subject: Re: [osg-users] OpenSceneGraph-2.3.2 dev release tagged.

Hi Andy,

On Jan 14, 2008 8:12 PM, Andy Skinner <[EMAIL PROTECTED]>
wrote:
> I'm having trouble compiling.  (Sorry if this has been discussed and I
> missed it.)  It can't find flushDeletedQueryObjects() in
> OcclusionQueryNode.
>
> Is this fixed in SVN?

No, I wasn't aware of any problem either.  I'll just do another make
clean and see if it comes up with anything.

Could you provide the exact compile error you are getting and on what
platform.

Robert.
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.or
g
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to