It still doesn't work. I remove every package from osg and collada. I recompiled every things from scratch. And it still doesn't work :(

I did "make clean", "make" and then "make install" under the directory "OSG_1.2/OpenSceneGraph". I got no errors. I got the file "osgdb_dae.so" in "/usr/local/lib/osgPlugins".

I didn't understand what you mean with "Check for multiple versions of COLLADA". I didn't find any other version of the Collada plugins installed.

Did you try to compile OSG_1.2 under linux? Does the Collada plugin work under linux? I found no mail about someone making it work under linux.

Cheers
Philippe

Hi Phillippe,

The error:

On 5/3/07, *Philippe Apéry* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:

    /usr/local/lib/osgPlugins/osgdb_dae.so) - dlopen():
    /usr/local/lib/osgPlugins/osgdb_dae.so: undefined symbol:
    _ZN14daeRawResolverC1Ev
    DynamicLibrary::failed loading "osgdb_dae.so"


Is very telling, the dae plugin is being loaded by it fails with an unresolved symbol. Normally a problem like this will occur when the OSG is compiled against one version of library but at runtime is linking to another. Check for multiple versions of COLLADA installed on your machine.

Robert.

------------------------------------------------------------------------

_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to