Hi Kellen, Yes, I've used OSG with clang++/libc++.
The error you're seeing is due to trying to link libraries that use different runtimes. In your case OSG is probably using libstdc++ and your own project is using libc++. They have to match, which means you have to recompile OSG. Cheers, /ulrich _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

