|
From: Hart's A. <bha...@ya...> - 2006-01-26 17:16:34
|
this is strange, i've gotten it to work on ubuntu in the past, but i just got the latest gcc, so
maybe it is too new... here is the errors:
Reading ODE configuration "../ode/config/user-settings"...
ode_trimesh.c is up to date
ode_notrimesh.c is up to date
Installing without trimesh support.
running build
running build_py
creating build
creating build/lib.linux-i686-2.4
creating build/lib.linux-i686-2.4/xode
copying xode/parser.py -> build/lib.linux-i686-2.4/xode
copying xode/geom.py -> build/lib.linux-i686-2.4/xode
copying xode/joint.py -> build/lib.linux-i686-2.4/xode
copying xode/node.py -> build/lib.linux-i686-2.4/xode
copying xode/__init__.py -> build/lib.linux-i686-2.4/xode
copying xode/body.py -> build/lib.linux-i686-2.4/xode
copying xode/transform.py -> build/lib.linux-i686-2.4/xode
copying xode/errors.py -> build/lib.linux-i686-2.4/xode
running build_ext
building 'ode' extension
creating build/temp.linux-i686-2.4
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -I../ode/include
-I/usr/local/include/python2.4 -c ode_notrimesh.c -o build/temp.linux-i686-2.4/ode_notrimesh.o
In file included from ../ode/include/ode/common.h:27,
from ../ode/include/ode/ode.h:30,
from ode_notrimesh.c:10:
../ode/include/ode/error.h:49: warning: function declaration isnt a prototype
../ode/include/ode/error.h:50: warning: function declaration isnt a prototype
../ode/include/ode/error.h:51: warning: function declaration isnt a prototype
In file included from ../ode/include/ode/ode.h:33,
from ode_notrimesh.c:10:
../ode/include/ode/memory.h:46: warning: function declaration isnt a prototype
../ode/include/ode/memory.h:47: warning: function declaration isnt a prototype
../ode/include/ode/memory.h:48: warning: function declaration isnt a prototype
In file included from ../ode/include/ode/ode.h:36,
from ode_notrimesh.c:10:
../ode/include/ode/timer.h:50: warning: function declaration isnt a prototype
../ode/include/ode/timer.h:64: warning: function declaration isnt a prototype
../ode/include/ode/timer.h:69: warning: function declaration isnt a prototype
In file included from ../ode/include/ode/ode.h:39,
from ode_notrimesh.c:10:
../ode/include/ode/misc.h:37: warning: function declaration isnt a prototype
../ode/include/ode/misc.h:42: warning: function declaration isnt a prototype
../ode/include/ode/misc.h:45: warning: function declaration isnt a prototype
../ode/include/ode/misc.h:54: warning: function declaration isnt a prototype
In file included from ../ode/include/ode/ode.h:40,
from ode_notrimesh.c:10:
../ode/include/ode/objects.h:36: warning: function declaration isnt a prototype
In file included from ../ode/include/ode/collision.h:137,
from ../ode/include/ode/ode.h:43,
from ode_notrimesh.c:10:
../ode/include/ode/collision_trimesh.h:51: warning: function declaration isnt a prototype
In file included from ../ode/include/ode/ode.h:43,
from ode_notrimesh.c:10:
../ode/include/ode/collision.h:159: warning: function declaration isnt a prototype
ode_notrimesh.c: In function __pyx_f_3ode_4Mass___new__:
ode_notrimesh.c:387: warning: label __pyx_L1 defined but not used
ode_notrimesh.c: In function __pyx_f_3ode_4Mass_setZero:
ode_notrimesh.c:408: warning: label __pyx_L1 defined but not used
ode_notrimesh.c: In function __pyx_f_3ode_5World___new__:
ode_notrimesh.c:2197: warning: label __pyx_L1 defined but not used
ode_notrimesh.c: In function __pyx_f_3ode_5World___dealloc__:
ode_notrimesh.c:2221: warning: label __pyx_L1 defined but not used
ode_notrimesh.c: In function __pyx_f_3ode_4Body___dealloc__:
ode_notrimesh.c:3036: warning: label __pyx_L1 defined but not used
ode_notrimesh.c: In function __pyx_f_3ode_4Body_getMass:
ode_notrimesh.c:3776: error: invalid lvalue in assignment
ode_notrimesh.c:3784: error: invalid lvalue in assignment
ode_notrimesh.c: In function __pyx_f_3ode_4Body_enable:
ode_notrimesh.c:4851: warning: label __pyx_L1 defined but not used
ode_notrimesh.c: In function __pyx_f_3ode_4Body_disable:
ode_notrimesh.c:4872: warning: label __pyx_L1 defined but not used
ode_notrimesh.c: In function __pyx_f_3ode_10JointGroup___new__:
ode_notrimesh.c:5139: warning: label __pyx_L1 defined but not used
ode_notrimesh.c: In function __pyx_f_3ode_10JointGroup___dealloc__:
ode_notrimesh.c:5188: warning: label __pyx_L1 defined but not used
ode_notrimesh.c: In function __pyx_f_3ode_10JointGroup_empty:
ode_notrimesh.c:5234: warning: label __pyx_L3 defined but not used
ode_notrimesh.c:5216: warning: label __pyx_L2 defined but not used
ode_notrimesh.c: In function __pyx_f_3ode_5Joint__destroyed:
ode_notrimesh.c:5583: warning: label __pyx_L1 defined but not used
ode_notrimesh.c: In function __pyx_f_3ode_9BallJoint___new__:
ode_notrimesh.c:5973: error: invalid lvalue in assignment
ode_notrimesh.c:5988: error: invalid lvalue in assignment
ode_notrimesh.c: In function __pyx_f_3ode_9BallJoint_setParam:
ode_notrimesh.c:6220: warning: label __pyx_L1 defined but not used
ode_notrimesh.c: In function __pyx_f_3ode_10HingeJoint___new__:
ode_notrimesh.c:6272: error: invalid lvalue in assignment
ode_notrimesh.c:6287: error: invalid lvalue in assignment
ode_notrimesh.c: In function __pyx_f_3ode_11SliderJoint___new__:
ode_notrimesh.c:6747: error: invalid lvalue in assignment
ode_notrimesh.c:6762: error: invalid lvalue in assignment
ode_notrimesh.c: In function __pyx_f_3ode_14UniversalJoint___new__:
ode_notrimesh.c:7084: error: invalid lvalue in assignment
ode_notrimesh.c:7099: error: invalid lvalue in assignment
ode_notrimesh.c: In function __pyx_f_3ode_11Hinge2Joint___new__:
ode_notrimesh.c:7601: error: invalid lvalue in assignment
ode_notrimesh.c:7616: error: invalid lvalue in assignment
ode_notrimesh.c: In function __pyx_f_3ode_10FixedJoint___new__:
ode_notrimesh.c:8196: error: invalid lvalue in assignment
ode_notrimesh.c:8211: error: invalid lvalue in assignment
ode_notrimesh.c: In function __pyx_f_3ode_10FixedJoint_setFixed:
ode_notrimesh.c:8303: warning: label __pyx_L1 defined but not used
ode_notrimesh.c: In function __pyx_f_3ode_12ContactJoint___new__:
ode_notrimesh.c:8326: error: invalid lvalue in assignment
ode_notrimesh.c:8342: error: invalid lvalue in assignment
ode_notrimesh.c: In function __pyx_f_3ode_6AMotor___new__:
ode_notrimesh.c:8439: error: invalid lvalue in assignment
ode_notrimesh.c:8454: error: invalid lvalue in assignment
ode_notrimesh.c: In function __pyx_f_3ode_6AMotor_setNumAxes:
ode_notrimesh.c:8599: warning: label __pyx_L1 defined but not used
ode_notrimesh.c: In function __pyx_f_3ode_10GeomObject___dealloc__:
ode_notrimesh.c:9043: warning: label __pyx_L1 defined but not used
ode_notrimesh.c: In function __pyx_f_3ode_10GeomObject_getSpace:
ode_notrimesh.c:9791: warning: label __pyx_L1 defined but not used
ode_notrimesh.c: In function __pyx_f_3ode_10GeomObject_enable:
ode_notrimesh.c:9946: warning: label __pyx_L1 defined but not used
ode_notrimesh.c: In function __pyx_f_3ode_10GeomObject_disable:
ode_notrimesh.c:9967: warning: label __pyx_L1 defined but not used
ode_notrimesh.c: In function __pyx_f_3ode_14_SpaceIterator___iter__:
ode_notrimesh.c:10052: warning: label __pyx_L1 defined but not used
ode_notrimesh.c: In function __pyx_f_3ode_9SpaceBase___new__:
ode_notrimesh.c:10170: warning: label __pyx_L1 defined but not used
ode_notrimesh.c: In function __pyx_f_3ode_9SpaceBase___dealloc__:
ode_notrimesh.c:10246: warning: label __pyx_L1 defined but not used
ode_notrimesh.c: In function __pyx_f_3ode_11SimpleSpace___new__:
ode_notrimesh.c:10682: error: invalid lvalue in assignment
ode_notrimesh.c:10696: error: invalid lvalue in assignment
ode_notrimesh.c: In function __pyx_f_3ode_11SimpleSpace___init__:
ode_notrimesh.c:10748: warning: label __pyx_L1 defined but not used
ode_notrimesh.c: In function __pyx_f_3ode_9HashSpace___new__:
ode_notrimesh.c:10771: error: invalid lvalue in assignment
ode_notrimesh.c:10785: error: invalid lvalue in assignment
ode_notrimesh.c: In function __pyx_f_3ode_9HashSpace___init__:
ode_notrimesh.c:10837: warning: label __pyx_L1 defined but not used
ode_notrimesh.c: In function __pyx_f_3ode_13QuadTreeSpace___new__:
ode_notrimesh.c:10969: error: invalid lvalue in assignment
ode_notrimesh.c:10983: error: invalid lvalue in assignment
ode_notrimesh.c: In function __pyx_f_3ode_13QuadTreeSpace___init__:
ode_notrimesh.c:11093: warning: label __pyx_L1 defined but not used
ode_notrimesh.c: In function __pyx_f_3ode_10GeomSphere___new__:
ode_notrimesh.c:11195: error: invalid lvalue in assignment
ode_notrimesh.c:11209: error: invalid lvalue in assignment
ode_notrimesh.c: In function __pyx_f_3ode_10GeomSphere___init__:
ode_notrimesh.c:11268: warning: label __pyx_L1 defined but not used
ode_notrimesh.c: In function __pyx_f_3ode_7GeomBox___new__:
ode_notrimesh.c:11455: error: invalid lvalue in assignment
ode_notrimesh.c:11469: error: invalid lvalue in assignment
ode_notrimesh.c: In function __pyx_f_3ode_7GeomBox___init__:
ode_notrimesh.c:11542: warning: label __pyx_L1 defined but not used
ode_notrimesh.c: In function __pyx_f_3ode_9GeomPlane___new__:
ode_notrimesh.c:11768: error: invalid lvalue in assignment
ode_notrimesh.c:11782: error: invalid lvalue in assignment
ode_notrimesh.c: In function __pyx_f_3ode_9GeomPlane___init__:
ode_notrimesh.c:11855: warning: label __pyx_L1 defined but not used
ode_notrimesh.c: In function __pyx_f_3ode_13GeomCCylinder___new__:
ode_notrimesh.c:12066: error: invalid lvalue in assignment
ode_notrimesh.c:12080: error: invalid lvalue in assignment
ode_notrimesh.c: In function __pyx_f_3ode_13GeomCCylinder___init__:
ode_notrimesh.c:12144: warning: label __pyx_L1 defined but not used
ode_notrimesh.c: In function __pyx_f_3ode_7GeomRay___new__:
ode_notrimesh.c:12346: error: invalid lvalue in assignment
ode_notrimesh.c:12360: error: invalid lvalue in assignment
ode_notrimesh.c: In function __pyx_f_3ode_7GeomRay___init__:
ode_notrimesh.c:12419: warning: label __pyx_L1 defined but not used
ode_notrimesh.c: In function __pyx_f_3ode_13GeomTransform___new__:
ode_notrimesh.c:12650: error: invalid lvalue in assignment
ode_notrimesh.c:12664: error: invalid lvalue in assignment
ode_notrimesh.c: In function __pyx_f_3ode_13GeomTransform_getGeom:
ode_notrimesh.c:12916: warning: label __pyx_L1 defined but not used
ode_notrimesh.c: In function __pyx_f_3ode_collide:
ode_notrimesh.c:13091: error: invalid lvalue in assignment
ode_notrimesh.c:13138: error: invalid lvalue in assignment
ode_notrimesh.c:13157: warning: label __pyx_L3 defined but not used
ode_notrimesh.c:13128: warning: label __pyx_L2 defined but not used
ode_notrimesh.c: In function __pyx_f_3ode_CloseODE:
ode_notrimesh.c:13268: warning: label __pyx_L1 defined but not used
ode_notrimesh.c: In function __pyx_tp_new_3ode_Mass:
ode_notrimesh.c:13406: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_dealloc_3ode_Mass:
ode_notrimesh.c:13414: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_traverse_3ode_Mass:
ode_notrimesh.c:13420: warning: unused variable p
ode_notrimesh.c:13419: warning: unused variable e
ode_notrimesh.c: In function __pyx_tp_clear_3ode_Mass:
ode_notrimesh.c:13425: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_new_3ode_Contact:
ode_notrimesh.c:13578: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_dealloc_3ode_Contact:
ode_notrimesh.c:13586: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_traverse_3ode_Contact:
ode_notrimesh.c:13592: warning: unused variable p
ode_notrimesh.c:13591: warning: unused variable e
ode_notrimesh.c: In function __pyx_tp_clear_3ode_Contact:
ode_notrimesh.c:13597: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_new_3ode_World:
ode_notrimesh.c:13749: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_dealloc_3ode_World:
ode_notrimesh.c:13757: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_traverse_3ode_World:
ode_notrimesh.c:13772: warning: unused variable p
ode_notrimesh.c:13771: warning: unused variable e
ode_notrimesh.c: In function __pyx_tp_clear_3ode_World:
ode_notrimesh.c:13777: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_new_3ode_BallJoint:
ode_notrimesh.c:14522: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_dealloc_3ode_BallJoint:
ode_notrimesh.c:14530: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_traverse_3ode_BallJoint:
ode_notrimesh.c:14536: warning: unused variable p
ode_notrimesh.c:14535: warning: unused variable e
ode_notrimesh.c: In function __pyx_tp_clear_3ode_BallJoint:
ode_notrimesh.c:14542: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_new_3ode_HingeJoint:
ode_notrimesh.c:14674: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_dealloc_3ode_HingeJoint:
ode_notrimesh.c:14682: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_traverse_3ode_HingeJoint:
ode_notrimesh.c:14688: warning: unused variable p
ode_notrimesh.c:14687: warning: unused variable e
ode_notrimesh.c: In function __pyx_tp_clear_3ode_HingeJoint:
ode_notrimesh.c:14694: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_new_3ode_SliderJoint:
ode_notrimesh.c:14831: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_dealloc_3ode_SliderJoint:
ode_notrimesh.c:14839: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_traverse_3ode_SliderJoint:
ode_notrimesh.c:14845: warning: unused variable p
ode_notrimesh.c:14844: warning: unused variable e
ode_notrimesh.c: In function __pyx_tp_clear_3ode_SliderJoint:
ode_notrimesh.c:14851: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_new_3ode_UniversalJoint:
ode_notrimesh.c:14985: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_dealloc_3ode_UniversalJoint:
ode_notrimesh.c:14993: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_traverse_3ode_UniversalJoint:
ode_notrimesh.c:14999: warning: unused variable p
ode_notrimesh.c:14998: warning: unused variable e
ode_notrimesh.c: In function __pyx_tp_clear_3ode_UniversalJoint:
ode_notrimesh.c:15005: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_new_3ode_Hinge2Joint:
ode_notrimesh.c:15142: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_dealloc_3ode_Hinge2Joint:
ode_notrimesh.c:15150: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_traverse_3ode_Hinge2Joint:
ode_notrimesh.c:15156: warning: unused variable p
ode_notrimesh.c:15155: warning: unused variable e
ode_notrimesh.c: In function __pyx_tp_clear_3ode_Hinge2Joint:
ode_notrimesh.c:15162: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_new_3ode_FixedJoint:
ode_notrimesh.c:15302: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_dealloc_3ode_FixedJoint:
ode_notrimesh.c:15310: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_traverse_3ode_FixedJoint:
ode_notrimesh.c:15316: warning: unused variable p
ode_notrimesh.c:15315: warning: unused variable e
ode_notrimesh.c: In function __pyx_tp_clear_3ode_FixedJoint:
ode_notrimesh.c:15322: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_new_3ode_ContactJoint:
ode_notrimesh.c:15450: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_dealloc_3ode_ContactJoint:
ode_notrimesh.c:15458: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_traverse_3ode_ContactJoint:
ode_notrimesh.c:15464: warning: unused variable p
ode_notrimesh.c:15463: warning: unused variable e
ode_notrimesh.c: In function __pyx_tp_clear_3ode_ContactJoint:
ode_notrimesh.c:15470: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_new_3ode_AMotor:
ode_notrimesh.c:15597: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_dealloc_3ode_AMotor:
ode_notrimesh.c:15605: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_traverse_3ode_AMotor:
ode_notrimesh.c:15611: warning: unused variable p
ode_notrimesh.c:15610: warning: unused variable e
ode_notrimesh.c: In function __pyx_tp_clear_3ode_AMotor:
ode_notrimesh.c:15617: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_new_3ode_SpaceBase:
ode_notrimesh.c:15968: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_dealloc_3ode_SpaceBase:
ode_notrimesh.c:15976: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_traverse_3ode_SpaceBase:
ode_notrimesh.c:15991: warning: unused variable p
ode_notrimesh.c:15990: warning: unused variable e
ode_notrimesh.c: In function __pyx_tp_clear_3ode_SpaceBase:
ode_notrimesh.c:15997: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_new_3ode_SimpleSpace:
ode_notrimesh.c:16131: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_dealloc_3ode_SimpleSpace:
ode_notrimesh.c:16139: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_traverse_3ode_SimpleSpace:
ode_notrimesh.c:16145: warning: unused variable p
ode_notrimesh.c:16144: warning: unused variable e
ode_notrimesh.c: In function __pyx_tp_clear_3ode_SimpleSpace:
ode_notrimesh.c:16151: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_new_3ode_HashSpace:
ode_notrimesh.c:16278: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_dealloc_3ode_HashSpace:
ode_notrimesh.c:16286: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_traverse_3ode_HashSpace:
ode_notrimesh.c:16292: warning: unused variable p
ode_notrimesh.c:16291: warning: unused variable e
ode_notrimesh.c: In function __pyx_tp_clear_3ode_HashSpace:
ode_notrimesh.c:16298: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_new_3ode_QuadTreeSpace:
ode_notrimesh.c:16427: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_dealloc_3ode_QuadTreeSpace:
ode_notrimesh.c:16435: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_traverse_3ode_QuadTreeSpace:
ode_notrimesh.c:16441: warning: unused variable p
ode_notrimesh.c:16440: warning: unused variable e
ode_notrimesh.c: In function __pyx_tp_clear_3ode_QuadTreeSpace:
ode_notrimesh.c:16447: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_new_3ode_GeomSphere:
ode_notrimesh.c:16574: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_dealloc_3ode_GeomSphere:
ode_notrimesh.c:16582: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_traverse_3ode_GeomSphere:
ode_notrimesh.c:16588: warning: unused variable p
ode_notrimesh.c:16587: warning: unused variable e
ode_notrimesh.c: In function __pyx_tp_clear_3ode_GeomSphere:
ode_notrimesh.c:16594: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_new_3ode_GeomBox:
ode_notrimesh.c:16726: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_dealloc_3ode_GeomBox:
ode_notrimesh.c:16734: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_traverse_3ode_GeomBox:
ode_notrimesh.c:16740: warning: unused variable p
ode_notrimesh.c:16739: warning: unused variable e
ode_notrimesh.c: In function __pyx_tp_clear_3ode_GeomBox:
ode_notrimesh.c:16746: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_new_3ode_GeomPlane:
ode_notrimesh.c:16878: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_dealloc_3ode_GeomPlane:
ode_notrimesh.c:16886: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_traverse_3ode_GeomPlane:
ode_notrimesh.c:16892: warning: unused variable p
ode_notrimesh.c:16891: warning: unused variable e
ode_notrimesh.c: In function __pyx_tp_clear_3ode_GeomPlane:
ode_notrimesh.c:16898: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_new_3ode_GeomCCylinder:
ode_notrimesh.c:17029: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_dealloc_3ode_GeomCCylinder:
ode_notrimesh.c:17037: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_traverse_3ode_GeomCCylinder:
ode_notrimesh.c:17043: warning: unused variable p
ode_notrimesh.c:17042: warning: unused variable e
ode_notrimesh.c: In function __pyx_tp_clear_3ode_GeomCCylinder:
ode_notrimesh.c:17049: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_new_3ode_GeomRay:
ode_notrimesh.c:17181: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_dealloc_3ode_GeomRay:
ode_notrimesh.c:17189: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_traverse_3ode_GeomRay:
ode_notrimesh.c:17195: warning: unused variable p
ode_notrimesh.c:17194: warning: unused variable e
ode_notrimesh.c: In function __pyx_tp_clear_3ode_GeomRay:
ode_notrimesh.c:17201: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_new_3ode_TriMeshData:
ode_notrimesh.c:17493: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_dealloc_3ode_TriMeshData:
ode_notrimesh.c:17498: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_traverse_3ode_TriMeshData:
ode_notrimesh.c:17504: warning: unused variable p
ode_notrimesh.c:17503: warning: unused variable e
ode_notrimesh.c: In function __pyx_tp_clear_3ode_TriMeshData:
ode_notrimesh.c:17509: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_new_3ode_GeomTriMesh:
ode_notrimesh.c:17635: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_dealloc_3ode_GeomTriMesh:
ode_notrimesh.c:17640: warning: unused variable p
ode_notrimesh.c: In function __pyx_tp_traverse_3ode_GeomTriMesh:
ode_notrimesh.c:17646: warning: unused variable p
ode_notrimesh.c:17645: warning: unused variable e
ode_notrimesh.c: In function __pyx_tp_clear_3ode_GeomTriMesh:
ode_notrimesh.c:17652: warning: unused variable p
ode_notrimesh.c: In function __Pyx_GetStarArgs:
ode_notrimesh.c:18542: warning: suggest explicit braces to avoid ambiguous else
ode_notrimesh.c:18544: warning: suggest explicit braces to avoid ambiguous else
ode_notrimesh.c: In function __Pyx_EndUnpack:
ode_notrimesh.c:18693: warning: suggest parentheses around assignment used as truth value
error: command 'gcc' failed with exit status 1
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
|