Hi, There seems to be a bug in some CMake build script. I will try to describe what the bug produces.
I created Visual Studio projects for OpenSceneGraph with CMake (64 bit, Visual Studio 2010). When trying to compile the example osgqfont in debug build there is an error, because for 3 Qt libraries QtCore4.lib QtGui4.lib QtOpenGL4.lib the release versions of these libraries are in the list of dependencies (Linker > Input > Additional Dependencies). They are listed before the debug versions of these libraries QtCored4.lib QtGuid4.lib QtOpenGLd4.lib When I remove the release versions of these libraries from the Additional Dependencies, the compilation works. It was also in another Qt example (but I forgot, sorry... maybe osgviewerQt or so...). Thank you! Cheers, Claus ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=41333#41333 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

