Hello Jerome,

On 04/19/2012 10:37 AM, Jerome Esnault wrote:
> 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'
> ...

hmm, as far as I can tell that symbol comes from libxml2. Do you have it 
(perhaps including the libxml2-devel package) installed?
FWIW, I'm using the distribution provided collada-dom package that comes 
with Fedora 16, which distribution do you use and did you install 
collada-dom packages or did you build yourself?

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

yes, the 1.4 vs. 1.5 here does not refer to the library version, but to 
the Collada Specification version supported by the library. OpenSG only 
uses/supports Collada 1.4. The library version for my collada-dom is 2.3.1.

> 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

there was a recent (last night) change to the statistics and it looks 
like this test slipped through without being adjusted, can you please 
update and try again?

        Cheers,
                Carsten

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