Hello, i get this Linker error while building OpenSG 2.0: ~/opensg/Source/WindowSystem/QT4/testPassiveQT4.cpp:53: undefined reference to `OSG::SimpleSceneManager::create()'
with newest Git revision, using QT 4.7.2 under Ubuntu 11.04 and with OSG_ENABLE_OGL_COREONLY, OSG_ENABLE_OSG[3,4]_PROTOS and Build Examples checked. I previously build OpenSG 2.0 successfully without the OSG_ENABLE_OGL_COREONLY, OSG_ENABLE_OSG[3,4]_PROTOS flags checked. Any ideas? Thank you for your time. Kind regards, Alex P.S. Here is the verbose output: [ 99%] Built target testParCullDraw make -f Test/OSGWindowQT4/CMakeFiles/testPassiveQT4.dir/build.make Test/OSGWindowQT4/CMakeFiles/testPassiveQT4.dir/depend make[2]: Entering directory `/home/alex/opensg/build' cd /home/alex/opensg/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/alex/opensg /home/alex/opensg/Source/WindowSystem/QT4 /home/alex/opensg/build /home/alex/opensg/build/Test/OSGWindowQT4 /home/alex/opensg/build/Test/OSGWindowQT4/CMakeFiles/testPassiveQT4.dir/DependInfo.cmake --color= make[2]: Leaving directory `/home/alex/opensg/build' make -f Test/OSGWindowQT4/CMakeFiles/testPassiveQT4.dir/build.make Test/OSGWindowQT4/CMakeFiles/testPassiveQT4.dir/build make[2]: Entering directory `/home/alex/opensg/build' Linking CXX executable ../../bin/testPassiveQT4 cd /home/alex/opensg/build/Test/OSGWindowQT4 && /usr/bin/cmake -E cmake_link_script CMakeFiles/testPassiveQT4.dir/link.txt --verbose=1 /usr/bin/c++ -m64 -D__STDC_FORMAT_MACROS -fPIC -msse2 -mfpmath=sse -g -DOSG_DEBUG -D_DEBUG -m64 CMakeFiles/testPassiveQT4.dir/testPassiveQT4.cpp.o -o ../../bin/testPassiveQT4 -rdynamic ../../bin/libOSGDrawable.so.2.0.0 ../../bin/libOSGFileIO.so.2.0.0 ../../bin/libOSGGroup.so.2.0.0 ../../bin/libOSGImageFileIO.so.2.0.0 ../../bin/libOSGState.so.2.0.0 ../../bin/libOSGText.so.2.0.0 ../../bin/libOSGUtil.so.2.0.0 ../../bin/libOSGWindow.so.2.0.0 ../../bin/libOSGWindowQT4.so.2.0.0 ../../bin/libOSGDynamics.so.2.0.0 /usr/local/lib/libcollada14dom.so /usr/lib/x86_64-linux-gnu/libpng.so /usr/lib/x86_64-linux-gnu/libjpeg.so /usr/lib/libIlmImf.so /usr/lib/libIlmThread.so /usr/lib/libIex.so /usr/lib/libHalf.so ../../bin/libOSGWindow.so.2.0.0 ../../bin/libOSGText.so.2.0.0 ../../bin/libOSGDrawable.so.2.0.0 ../../bin/libOSGGroup.so.2.0.0 ../../bin/libOSGState.so.2.0.0 -lfreetype -lfontconfig ../../bin/libOSGWindowX.so.2.0.0 ../../bin/libOSGSystem.so.2.0.0 /usr/lib/x86_64-linux-gnu/libz.so -lGL -lGLU /usr/local/cuda/lib64/libcudart.so -lX11 -lglut ../../bin/libOSGBase.so.2.0.0 -ldl -lpthread -lboost_filesystem-mt -lboost_system-mt -lQtCore -lQtGui -lQtOpenGL -Wl,-rpath,/home/alex/opensg/build/bin:/usr/local/lib:/usr/local/cuda/lib64 CMakeFiles/testPassiveQT4.dir/testPassiveQT4.cpp.o: In function `OpenSGWidget': /home/alex/opensg/Source/WindowSystem/QT4/testPassiveQT4.cpp:53: undefined reference to `OSG::SimpleSceneManager::create()' collect2: ld returned 1 exit status make[2]: *** [bin/testPassiveQT4] Error 1 make[2]: Leaving directory `/home/alex/opensg/build' make[1]: *** [Test/OSGWindowQT4/CMakeFiles/testPassiveQT4.dir/all] Error 2 make[1]: Leaving directory `/home/alex/opensg/build' make: *** [all] Error 2 ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ Opensg-users mailing list Opensg-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/opensg-users