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

