Hi Joe, I'm afraid the COLLADA dom is a bit of moving target w.r.t what one has to link against with different versions. In svn/trunk we done some further work to try and catch the latest combination. I may have backported this to the OSG-2.8 so it'd be worth trying out the 2.8.2-rc's.
Robert. On Wed, Jul 22, 2009 at 2:34 PM, Joe Kilner<[email protected]> wrote: > Looks like I overlooked the simplest explanation - nothing was linking > against the library! > > The following change to the colladadom code and a quick rebuild fixed it: > > > Code: > > --- dom/make/dom.mk (revision 844) > +++ dom/make/dom.mk (working copy) > @@ -36,7 +36,7 @@ > endif > > ifeq ($(os),linux) > -libOpts += -lpcre -lpcrecpp > +libOpts += -lpcre -lpcrecpp -lboost_filesystem > else > # On Mac, Windows and PS3 we need to be told where to find pcre > ifeq ($(os),windows) > > > > > If this is a bad idea or if anyone knows why the dae plugin doesn't link > against this library to begin with then I'd be interested to know. > > Thanks, > > Joe > > ------------------ > Read this topic online here: > http://forum.openscenegraph.org/viewtopic.php?p=15239#15239 > > > > > > _______________________________________________ > 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

