I have done some more tinkering/experimenting, and how now checked in a first cut at Cmake COLLADA support. I use the env var COLLADA_DIR to point to the Dom, and things compile but when I run the app on a .dae model I get the error :
DynamicLibrary::getLibraryHandle( /home/robert/OpenSceneGraph/lib/osgPlugins/osgdb_dae.so) - dlopen(): /home/robert/OpenSceneGraph/lib/osgPlugins/osgdb_dae.so: undefined symbol: _ZTV16daeMetaAttribute DynamicLibrary::failed loading "osgdb_dae.so" Which suggests that I'm not linking all the required libs, so far only the FindCOLLADA.cmake is only picking up on collada_dom, while the old plugin links -lcollada_dae -lcollada_dom -lcollada_dae -lcollada_STLDatabase -lcollada_LIBXMLPlugin -lcollada_stdErrPlugin -lxml2 Thoughts, suggestions? Robert.
_______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
