Hi Alessandro, On 16/01/13 5:29, Alessandro Terenzi wrote: > Hi Stephan, > I've modified the file as suggested, the plugin seems to build fine, but when > I link it in my app I get this error: > > Code: > Undefined symbols for architecture armv7: > "void osg::Object::setUserValue<osg::Matrixf>(std::string const&, > osg::Matrixf const&)", referenced from: > OSXAVFoundationVideo::open(std::string const&) in > libosgdb_avfoundation.a(OSXAVFoundationVideo.o) > > What am I missing? The version of OSG I'm building was checked out a week > ago...
You need to include osg/ValueObject that provides the template implementation. That's funny, I didn't know we finally had this functionality :-D Does anyone remember why osg/Object does not include the ValueObject header directly? Cheers, /ulrich _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
