Hi Lucas,

When compile the osg svn sources (from today), I get this error:

../../../lib/Linux32/libosgViewer.so: undefined reference
to
`osg::Drawable::Extensions::glGetQueryObjectui64v(unsigned
int, unsigned int, unsigned long*) const'

I commented out the corresponding line and everything mostly works-

I have just double checked Drawable::Extensions and the above function
is declared and implemented correctly.  The error therefore suggests
that you have an older version of the OSG the osgViewer has
unintentionally linking against, or that the SVN checkout wasn't
complete for some reason.

 but
there is no full-screen toggle with 'f' in osgviewer anymore.

This isn't a bug, rather a feature that hasn't yet been implemented,
osgviewer example is now based on the osgViewer rather than
osgProducer so has a different feature set.

The other problem I have is that if I export OSG_DEPENDENCIES all the osg
makefiles produce an error:
make:  *** /home/lucasw/OpenSceneGraph-Data: Is a
directory.  Stop.

I don't know how you are using this env var, but it should be just for
telling the old GNUmakefule build about a custom dependencies file.

Note, the new CMake based build system doesn't use OSG_DEPENDENCIES
anymore, as CMake has its own, and much better, support for
customizing the build.

Robert.
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to