El Domingo, 2 de Julio de 2006 22:38, Robert Osfield escribió: > > - exec issue : > > I finally managed to build, but when trying to launch osgviewer I have > > this error : > > > > osgviewer: symbol lookup error : libosgProducer.so : undefined symbol : > > _ZN5osgGA10EventQueueC1ENS-15GUIEventAdapter17MouseYOrientationE > > You just have love mangled names. I'm pretty clueless to what method > it thinks is missing. Any ideas?
If I understood correctly, the command: c++filt _ZN5osgGA10EventQueueC1ENS-15GUIEventAdapter17MouseYOrientationE gives osgGA::EventQueue::EventQueue(GUIEventAdapter::MouseYOrientation) Sorry if this is not what you wanted. Regards, _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
