Hi Robert, Sorry. Its my fault. I have too many boost version and got confused. After compiled everything again using the same boost version, it is working now. It appeared the error message was due to my mistake in compiling OpenSceneGraph against collada-dom dynamic library compiled with boost version 1.33. When I relink OpenSceneGraph with collada-dom dynamic library compiled with boost version 1.38, its working now.
The reason for multiple boost version is because Centos 5.3 comes with boost 1.33 and some of my other library requires me to use boost 1.38. I compiled boost 1.38 and install it at /usr/local. Although confusing at first, now its working. Thanks Simon ________________________________ From: Robert Osfield <[email protected]> To: [email protected] Sent: Sunday, May 3, 2009 4:21:54 AM Subject: Re: [osg-users] [osgPlugins] collada plugin doesn't work with boost 1.36 and boost 1.38 Hi Simon, How did it come about that you have multiple versions of boost link against? Was collada-dom built against one version and now you're compiling against another? Have you tried building Collada from source. Robert. On Sun, May 3, 2009 at 6:32 AM, Simon Su <[email protected]> wrote: > > Hello, > > I solved the problem with collada-dom not finding boost symbols by linking > the boost libboost_filesystem.so into libcollada14dom.so. > > But the problem now is, when I used libboost_filesystem.so for boost 1.36 or > boost 1.38, I get this > > osgviewer: symbol lookup error: > /usr/local/tools/collada-dom/collada-dom-2.2.0/vis.Linux-2.6.18-128.1.1.el5.x86_64.gcc-4.1.2.release/lib/libcollada14dom.so: > undefined symbol: _ZN5boost10filesystem4pathC1ERKSs > > But if I used boost 1.33 when I compile collada-dom, it worked. > > Any ideas? > > Thank you much > > Simon > > ------------------ > Read this topic online here: > http://forum.openscenegraph.org/viewtopic.php?p=11253#11253 > > > > > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

