Hi,

On Fri, 2012-04-20 at 17:44 +0200, Jerome Esnault wrote:
> Hello, 
> 
> According to the problem with collada link when build OpenSG, I give you the 
> output of my 'make VERBOSE=1' :
> 
> make[2] : on entre dans le répertoire « 
> /home/jesnault/workspace/openSG/opensg/build »
> Linking CXX executable ../../bin/testClusterClient
> cd /home/jesnault/workspace/openSG/opensg/build/Test/OSGCluster && 
> /usr/bin/cmake -E cmake_link_script CMakeFiles/testClusterClient.dir/link.txt 
> --verbose=1
> /usr/lib64/ccache/c++    -m64 -D__STDC_FORMAT_MACROS -fPIC -msse2 
> -mfpmath=sse -O3 -DNDEBUG   -m64 
> CMakeFiles/testClusterClient.dir/Base/testClusterClient.cpp.o  -o 
> ../../bin/testClusterClient -rdynamic 
> ../../bin/libOSGFileIO.so.2.0.0 ../../bin/libOSGUtil.so.2.0.0 
> ../../bin/libOSGWindowGLUT.so.2.0.0 -lglut 
> -lXmu -lXi ../../bin/libOSGCluster.so.2.0.0 ../../bin/libOSGDynamics.so.2.0.0 
> -lcollada14dom 
> ../../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 -lX11 -lglut ../../bin/libOSGSystem.so.2.0.0 
> ../../bin/libOSGBase.so.2.0.0 -ldl -lpthread -lboost_filesystem-mt 
> -lboost_system-mt /usr/lib64/libz.so 
> -lGL -lGLU -Wl,-rpath,/home/jesnault/workspace/openSG/opensg/build/bin 

ok, this look like there is some problem in the transitive closure when
linking collada. It seems the lib was not linked against xml so the
symbol are left missing ;(.

As a quick check, what is the output of 

ldd /usr/lib64/libcollada14dom.so

I'll see if we can pull libxml2 (I guess) if using the system collada
lib. Unfortunately I don't have an FC16 yet.

kind regards
  gerrit





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