Hi Paul, I have a linker problem with the latest rc2 that I did not have with 2.8.2.
Code: ld: duplicate symbol PrimitiveIndexWriter::drawArrays(unsigned int, int, int)in /Users/noema/Development/git/VirtualAwesome/libs/osg-osx/lib/libosgdb_obj.a(OBJWriterNodeVisitor.o) and /Users/noema/Development/git/VirtualAwesome/libs/osg-osx/lib/libosgdb_3ds.a(WriterNodeVisitor.o) collect2: ld returned 1 exit status Command /Developer/usr/bin/g++-4.2 failed with exit code 1 (xcode, snow leopard) It looks to me that there a three occasions with an identical PrimitiveIndexWriter::drawArrays(...) function. It's in the obj, 3ds, and fbx plugin. I am using obj and 3ds together. I also link statically via the USE_OSGPLUGIN(...) call but I would assume the same error occurs when using the osg dynamically. Any ideas? Cheers, stefan ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=26272#26272 _______________________________________________ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org