El Jueves, 9 de Noviembre de 2006 11:12, Andreas Goebel escribió: > > Did you install Collada DOM from Sourceforge? That part cannot be > > included in the plugin and you have to download it extra. > > > > > > Hi, > > I did not, but now have tried to. When trying to compile that, I get the > same: > > domAccessor.cpp:14:24: dae/daeDom.h: No such file or directory > domAccessor.cpp:15:29: dom/domAccessor.h: No such file or directory > > > Which library am I missing?
As far as I know, you have all the needed libraries. "dae/daeDom.h" is part of the COLLADA DOM library. Maybe you missed to copy its dae header directory into your include path, as COLLADA DOM does not have a "make install" rule (again as far as I know). Alberto _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
