I moved a step forward but still didn't manage to build dae plugin. One of the problems was that the ColladaDOM's Xcode project build only static version of the dom, so I manually used 'make' from the shell to build the dynamic library. On the OSG side, although I set cmake paramters for COLLADA, it looks like they are ignored in the Xcode project, so I had to manually set again the include dir for osgdb_dae.so target and I also added the path my Collada14Dom.dylib...but the linker continues to give me a 'library not found' error:
*ld: library not found for -lcollada14dom* *collect2: ld returned 1 exit status* Can anyone help please? Thank you. Best regards. Alessandro On Mon, Feb 2, 2009 at 10:49 AM, alessandro terenzi <a.tere...@gmail.com>wrote: > I need to build collada plugin for Mac OS X (10.5) but I didn't manage to > build it. > Actually I did not understand which version of Collada DOM must be used > with which OSG's version. > > In my last try (OSG 2.7.8 + Collada DOM 2.2) I had an error concerning > BOOST...it looks like that many collada plugin files try to include > <boost/filesystem/convenience.hpp> but unsuccessfully. Anyway I found it > somewhere in the Collada files, so I manually added that path to build the > plugin, but the linking failed because "collada14dom" was not found. > Actually the Xcode project for Collada DOM builds just libdom.a (which I > choose with Cmake). > > Am I missing something? Any suggestion? Thank. > Alessandro >
_______________________________________________ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org