HI Stephan, AnimationManager was a node but now it's a node callback which will explain why the macro no longer was appropriate, I'm a bit surprised that I an others didn't see errors with this while you did. AnimationManager being a callback rather a NodeVisitor it's more appropriate to use the META_Object macro so I've applied this instead.
Could you do an svn update and let me know if my change to META_Object works fine? Robert. On Fri, Jan 23, 2009 at 10:57 PM, Stephan Huber <[email protected]> wrote: > Hi Robert, > > don't know why, but OS X failed to compile AnimationManager because of > the useage of META_Node-macro, but AnimationManager is inherited from > NodeVisitor, so I changed the Macro to META_NodeVisitor > > With this change, the compile went well > > cheers > Stephan > > _______________________________________________ > osg-submissions mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org > > _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
