Re: [osg-users] [osgPlugins] collada plugin doesn't work with boost 1.36 and boost 1.38

2009-05-04 Thread Todd J. Furlong
Simon, I am having a similar issue on RHEL 5.3. I can build collada-dom and the OSG DAE plugin, but I get the same runtime error about boost filesystem. I'm not aware of having multiple versions of boost on my system, but it seems that I probably do. I will be interested to hear if/how

Re: [osg-users] [osgPlugins] collada plugin doesn't work with boost 1.36 and boost 1.38

2009-05-04 Thread Simon Su
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

[osg-users] [osgPlugins] collada plugin doesn't work with boost 1.36 and boost 1.38

2009-05-03 Thread Simon Su
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:

Re: [osg-users] [osgPlugins] collada plugin doesn't work with boost 1.36 and boost 1.38

2009-05-03 Thread Robert Osfield
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 ssu8...@yahoo.com wrote: