Hello, 

I'm trying to build OpenSG 

    • from last revision : 


gerrit <vo...@vossg.org> 2012-04-19 04:28:49 

9ea5a61ebb291e4a73a6404cf8ed2459b9d2c8d2 


    • with all examples and tutos checked in cmake configuration 



-DOSG_INSTALL_DOXYDOC=ON 

-DOSG_INSTALL_EXAMPLES=ON 


-DOSGBUILD_EXAMPLES_AVANCED =ON 

-DOSGBUILD_EXAMPLES_SIMPLE =ON 

-DOSGBUILD_EXAMPLES_TUTORIAL=ON 




And I get some link errors : 

Linking CXX executable ../../bin/testClusterClient 
Scanning dependencies of target testClusterServer 
[ 94%] Building CXX object 
Test/OSGCluster/CMakeFiles/testClusterServer.dir/Server/testClusterServer.cpp.o 
/usr/lib/gcc/x86_64-redhat-linux/4.5.1/../../../../lib64/libcollada14dom.so: 
undefined reference to `xmlFreeTextWriter' 
... 

I think I should use collada-dom 1.4 to build OpenSG I'm right? 
Or OpenSG use a newer version of collada (I have also libcollada15dom.so but 
OpenSG didn't look take in consideration)? 

At this time even if I disable the collada libs from cmake (delete variables) I 
throw error too : 


[ 90%] Building CXX object 
Test/OSGWindowGLUT/CMakeFiles/testWindowGLUT.dir/testWindowGLUT.cpp.o 
/home/jesnault/workspace/openSG/opensg/Source/System/Statistics/Foregrounds/testStatisticsRender.cpp:
 In function ‘int main(int, char**)’: 
/home/jesnault/workspace/openSG/opensg/Source/System/Statistics/Foregrounds/testStatisticsRender.cpp:291:28:
 erreur: ‘statNGeometries’ is not a member of ‘OSG::RenderAction’ 
make[2]: *** 
[Test/OSGUtil/CMakeFiles/testStatisticsRender.dir/__/Statistics/Foregrounds/testStatisticsRender.cpp.o]
 Erreur 1 
make[1]: *** [Test/OSGUtil/CMakeFiles/testStatisticsRender.dir/all] Erreur 2 
make[1]: *** Attente des tâches non terminées.... 
/home/jesnault/workspace/openSG/opensg/Source/WindowSystem/GLUT/testOcclusionCulling.cpp:
 In function ‘int main(int, char**)’: 
/home/jesnault/workspace/openSG/opensg/Source/WindowSystem/GLUT/testOcclusionCulling.cpp:817:24:
 erreur: ‘statNTriangles’ is not a member of ‘OSG::RenderAction’ 
make[2]: *** 
[Test/OSGWindowGLUT/CMakeFiles/testOcclusionCulling.dir/testOcclusionCulling.cpp.o]
 Erreur 1 
make[1]: *** [Test/OSGWindowGLUT/CMakeFiles/testOcclusionCulling.dir/all] 
Erreur 2 

What should I do to build OpenSG? 

Thx, 

jerome 


------------------------------------------------------------------------------
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

Reply via email to