[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [23304] branches/itasc/source/blender/ ikplugin/intern/itasc_plugin.cpp: iTaSC: fix linux compile

Benoit Bolsee benoit.bolsee at online.be
Thu Sep 17 15:47:58 CEST 2009


Revision: 23304
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=23304
Author:   ben2610
Date:     2009-09-17 15:47:58 +0200 (Thu, 17 Sep 2009)

Log Message:
-----------
iTaSC: fix linux compile

Modified Paths:
--------------
    branches/itasc/source/blender/ikplugin/intern/itasc_plugin.cpp

Modified: branches/itasc/source/blender/ikplugin/intern/itasc_plugin.cpp
===================================================================
--- branches/itasc/source/blender/ikplugin/intern/itasc_plugin.cpp	2009-09-17 12:56:16 UTC (rev 23303)
+++ branches/itasc/source/blender/ikplugin/intern/itasc_plugin.cpp	2009-09-17 13:47:58 UTC (rev 23304)
@@ -83,6 +83,8 @@
 typedef float Vector4[4];
 struct IK_Target;
 typedef void (*ErrorCallback)(const iTaSC::ConstraintValues* values, unsigned int nvalues, IK_Target* iktarget);
+// For some reason, gcc doesn't find the declaration of this function in linux
+void KDL::SetToZero(JntArray& array);
 
 // one structure for each target in the scene
 struct IK_Target





More information about the Bf-blender-cvs mailing list