Hi All,

    I was trying to compile the latest svn revision (9972), when the
latest wrapper of osgAnimation::Bone failed to link because the
"needLink" method is missing (no implementation). So I simple
commented the method definition in order to compile:

Index: include/osgAnimation/Bone
===================================================================
--- include/osgAnimation/Bone   (revisión: 9972)
+++ include/osgAnimation/Bone   (copia de trabajo)
@@ -223,7 +223,7 @@
         inline bool needToComputeBindMatrix() { return
_needToRecomputeBindMatrix;}
         virtual void computeBindMatrix();

-        bool needLink() const;
+        //bool needLink() const; // Not implemented.

         void setNeedToComputeBindMatrix(bool state) {
_needToRecomputeBindMatrix = state; }


to whom it may concern :)

Cheers,
   JL.


-- 
  Jose L. Hidalgo Valiño (PpluX)
  ---- http://www.pplux.com ----
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to