From: Jacob E. <jac...@gm...> - 2006-11-25 09:19:22
Attachments:
setup.py
|
Hello, I am running Fedora Core 6, ODE 0.7, Python 2.4.x, and Pyrex 0.9.3 I tried to use the provided setup.py script and the alternate provided by Matthias Baas, but I still get the same errors. Can anyone give me some insight into this problem? Below is the error messages, and I will also attach the setup.py script I am using. Thanks! - Jacob Everist Output ------ [wildmage@localhost PyODE-1.1.0]$ python setup.py build INFO: <ode/ode.h> found in /usr/local/include INFO: ode_trimesh.c is up to date INFO: ode_notrimesh.c is up to date INFO: Installing with trimesh support. running build running build_py running build_ext building 'ode' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fPIC -I/usr -I/usr/local -I/usr/local/include -I/usr/include/python2.4 -c ode_trimesh.c -o build/temp.linux-i686-2.4/ode_trimesh.o ode_trimesh.c: In function '__pyx_f_3ode_4Mass___new__': ode_trimesh.c:392: warning: label '__pyx_L1' defined but not used ode_trimesh.c: In function '__pyx_f_3ode_4Mass_setZero': ode_trimesh.c:413: warning: label '__pyx_L1' defined but not used ode_trimesh.c: In function '__pyx_f_3ode_5World___new__': ode_trimesh.c:2202: warning: label '__pyx_L1' defined but not used ode_trimesh.c: In function '__pyx_f_3ode_5World___dealloc__': ode_trimesh.c:2226: warning: label '__pyx_L1' defined but not used ode_trimesh.c: In function '__pyx_f_3ode_4Body___dealloc__': ode_trimesh.c:3041: warning: label '__pyx_L1' defined but not used ode_trimesh.c: In function '__pyx_f_3ode_4Body_getMass': ode_trimesh.c:3781: error: invalid lvalue in assignment ode_trimesh.c:3789: error: invalid lvalue in assignment ode_trimesh.c: In function '__pyx_f_3ode_4Body_enable': ode_trimesh.c:4856: warning: label '__pyx_L1' defined but not used ode_trimesh.c: In function '__pyx_f_3ode_4Body_disable': ode_trimesh.c:4877: warning: label '__pyx_L1' defined but not used ode_trimesh.c: In function '__pyx_f_3ode_10JointGroup___new__': ode_trimesh.c:5144: warning: label '__pyx_L1' defined but not used ode_trimesh.c: In function '__pyx_f_3ode_10JointGroup___dealloc__': ode_trimesh.c:5193: warning: label '__pyx_L1' defined but not used ode_trimesh.c: In function '__pyx_f_3ode_10JointGroup_empty': ode_trimesh.c:5239: warning: label '__pyx_L3' defined but not used ode_trimesh.c:5221: warning: label '__pyx_L2' defined but not used ode_trimesh.c: In function '__pyx_f_3ode_5Joint__destroyed': ode_trimesh.c:5588: warning: label '__pyx_L1' defined but not used ode_trimesh.c: In function '__pyx_f_3ode_9BallJoint___new__': ode_trimesh.c:5978: error: invalid lvalue in assignment ode_trimesh.c:5993: error: invalid lvalue in assignment ode_trimesh.c: In function '__pyx_f_3ode_9BallJoint_setParam': ode_trimesh.c:6225: warning: label '__pyx_L1' defined but not used ode_trimesh.c: In function '__pyx_f_3ode_10HingeJoint___new__': ode_trimesh.c:6277: error: invalid lvalue in assignment ode_trimesh.c:6292: error: invalid lvalue in assignment ode_trimesh.c: In function '__pyx_f_3ode_11SliderJoint___new__': ode_trimesh.c:6752: error: invalid lvalue in assignment ode_trimesh.c:6767: error: invalid lvalue in assignment ode_trimesh.c: In function '__pyx_f_3ode_14UniversalJoint___new__': ode_trimesh.c:7089: error: invalid lvalue in assignment ode_trimesh.c:7104: error: invalid lvalue in assignment ode_trimesh.c: In function '__pyx_f_3ode_11Hinge2Joint___new__': ode_trimesh.c:7606: error: invalid lvalue in assignment ode_trimesh.c:7621: error: invalid lvalue in assignment ode_trimesh.c: In function '__pyx_f_3ode_10FixedJoint___new__': ode_trimesh.c:8201: error: invalid lvalue in assignment ode_trimesh.c:8216: error: invalid lvalue in assignment ode_trimesh.c: In function '__pyx_f_3ode_10FixedJoint_setFixed': ode_trimesh.c:8308: warning: label '__pyx_L1' defined but not used ode_trimesh.c: In function '__pyx_f_3ode_12ContactJoint___new__': ode_trimesh.c:8331: error: invalid lvalue in assignment ode_trimesh.c:8347: error: invalid lvalue in assignment ode_trimesh.c: In function '__pyx_f_3ode_6AMotor___new__': ode_trimesh.c:8444: error: invalid lvalue in assignment ode_trimesh.c:8459: error: invalid lvalue in assignment ode_trimesh.c: In function '__pyx_f_3ode_6AMotor_setNumAxes': ode_trimesh.c:8604: warning: label '__pyx_L1' defined but not used ode_trimesh.c: In function '__pyx_f_3ode_10GeomObject___dealloc__': ode_trimesh.c:9048: warning: label '__pyx_L1' defined but not used ode_trimesh.c: In function '__pyx_f_3ode_10GeomObject_getSpace': ode_trimesh.c:9796: warning: label '__pyx_L1' defined but not used ode_trimesh.c: In function '__pyx_f_3ode_10GeomObject_enable': ode_trimesh.c:9951: warning: label '__pyx_L1' defined but not used ode_trimesh.c: In function '__pyx_f_3ode_10GeomObject_disable': ode_trimesh.c:9972: warning: label '__pyx_L1' defined but not used ode_trimesh.c: In function '__pyx_f_3ode_14_SpaceIterator___iter__': ode_trimesh.c:10057: warning: label '__pyx_L1' defined but not used ode_trimesh.c: In function '__pyx_f_3ode_9SpaceBase___new__': ode_trimesh.c:10175: warning: label '__pyx_L1' defined but not used ode_trimesh.c: In function '__pyx_f_3ode_9SpaceBase___dealloc__': ode_trimesh.c:10251: warning: label '__pyx_L1' defined but not used ode_trimesh.c: In function '__pyx_f_3ode_11SimpleSpace___new__': ode_trimesh.c:10687: error: invalid lvalue in assignment ode_trimesh.c:10701: error: invalid lvalue in assignment ode_trimesh.c: In function '__pyx_f_3ode_11SimpleSpace___init__': ode_trimesh.c:10753: warning: label '__pyx_L1' defined but not used ode_trimesh.c: In function '__pyx_f_3ode_9HashSpace___new__': ode_trimesh.c:10776: error: invalid lvalue in assignment ode_trimesh.c:10790: error: invalid lvalue in assignment ode_trimesh.c: In function '__pyx_f_3ode_9HashSpace___init__': ode_trimesh.c:10842: warning: label '__pyx_L1' defined but not used ode_trimesh.c: In function '__pyx_f_3ode_13QuadTreeSpace___new__': ode_trimesh.c:10974: error: invalid lvalue in assignment ode_trimesh.c:10988: error: invalid lvalue in assignment ode_trimesh.c: In function '__pyx_f_3ode_13QuadTreeSpace___init__': ode_trimesh.c:11098: warning: label '__pyx_L1' defined but not used ode_trimesh.c: In function '__pyx_f_3ode_10GeomSphere___new__': ode_trimesh.c:11200: error: invalid lvalue in assignment ode_trimesh.c:11214: error: invalid lvalue in assignment ode_trimesh.c: In function '__pyx_f_3ode_10GeomSphere___init__': ode_trimesh.c:11273: warning: label '__pyx_L1' defined but not used ode_trimesh.c: In function '__pyx_f_3ode_7GeomBox___new__': ode_trimesh.c:11460: error: invalid lvalue in assignment ode_trimesh.c:11474: error: invalid lvalue in assignment ode_trimesh.c: In function '__pyx_f_3ode_7GeomBox___init__': ode_trimesh.c:11547: warning: label '__pyx_L1' defined but not used ode_trimesh.c: In function '__pyx_f_3ode_9GeomPlane___new__': ode_trimesh.c:11773: error: invalid lvalue in assignment ode_trimesh.c:11787: error: invalid lvalue in assignment ode_trimesh.c: In function '__pyx_f_3ode_9GeomPlane___init__': ode_trimesh.c:11860: warning: label '__pyx_L1' defined but not used ode_trimesh.c: In function '__pyx_f_3ode_13GeomCCylinder___new__': ode_trimesh.c:12071: error: invalid lvalue in assignment ode_trimesh.c:12085: error: invalid lvalue in assignment ode_trimesh.c: In function '__pyx_f_3ode_13GeomCCylinder___init__': ode_trimesh.c:12149: warning: label '__pyx_L1' defined but not used ode_trimesh.c: In function '__pyx_f_3ode_7GeomRay___new__': ode_trimesh.c:12351: error: invalid lvalue in assignment ode_trimesh.c:12365: error: invalid lvalue in assignment ode_trimesh.c: In function '__pyx_f_3ode_7GeomRay___init__': ode_trimesh.c:12424: warning: label '__pyx_L1' defined but not used ode_trimesh.c: In function '__pyx_f_3ode_13GeomTransform___new__': ode_trimesh.c:12655: error: invalid lvalue in assignment ode_trimesh.c:12669: error: invalid lvalue in assignment ode_trimesh.c: In function '__pyx_f_3ode_13GeomTransform_getGeom': ode_trimesh.c:12921: warning: label '__pyx_L1' defined but not used ode_trimesh.c: In function '__pyx_f_3ode_11TriMeshData___new__': ode_trimesh.c:13026: warning: label '__pyx_L1' defined but not used ode_trimesh.c: In function '__pyx_f_3ode_11TriMeshData___dealloc__': ode_trimesh.c:13070: warning: label '__pyx_L1' defined but not used ode_trimesh.c: In function '__pyx_f_3ode_11TriMeshData_build': ode_trimesh.c:13269: warning: label '__pyx_L5' defined but not used ode_trimesh.c:13195: warning: label '__pyx_L4' defined but not used ode_trimesh.c:13186: warning: label '__pyx_L3' defined but not used ode_trimesh.c:13146: warning: label '__pyx_L2' defined but not used ode_trimesh.c: In function '__pyx_f_3ode_11GeomTriMesh___new__': ode_trimesh.c:13308: error: invalid lvalue in assignment ode_trimesh.c:13314: error: invalid lvalue in assignment ode_trimesh.c:13328: error: invalid lvalue in assignment ode_trimesh.c: In function '__pyx_f_3ode_11GeomTriMesh_clearTCCache': ode_trimesh.c:13463: warning: label '__pyx_L1' defined but not used ode_trimesh.c: In function '__pyx_f_3ode_collide': ode_trimesh.c:13584: error: invalid lvalue in assignment ode_trimesh.c:13631: error: invalid lvalue in assignment ode_trimesh.c:13650: warning: label '__pyx_L3' defined but not used ode_trimesh.c:13621: warning: label '__pyx_L2' defined but not used ode_trimesh.c: In function '__pyx_f_3ode_CloseODE': ode_trimesh.c:13761: warning: label '__pyx_L1' defined but not used ode_trimesh.c: In function '__pyx_tp_new_3ode_Mass': ode_trimesh.c:13899: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_dealloc_3ode_Mass': ode_trimesh.c:13907: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_traverse_3ode_Mass': ode_trimesh.c:13913: warning: unused variable 'p' ode_trimesh.c:13912: warning: unused variable 'e' ode_trimesh.c: In function '__pyx_tp_clear_3ode_Mass': ode_trimesh.c:13918: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_new_3ode_Contact': ode_trimesh.c:14071: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_dealloc_3ode_Contact': ode_trimesh.c:14079: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_traverse_3ode_Contact': ode_trimesh.c:14085: warning: unused variable 'p' ode_trimesh.c:14084: warning: unused variable 'e' ode_trimesh.c: In function '__pyx_tp_clear_3ode_Contact': ode_trimesh.c:14090: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_new_3ode_World': ode_trimesh.c:14242: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_dealloc_3ode_World': ode_trimesh.c:14250: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_traverse_3ode_World': ode_trimesh.c:14265: warning: unused variable 'p' ode_trimesh.c:14264: warning: unused variable 'e' ode_trimesh.c: In function '__pyx_tp_clear_3ode_World': ode_trimesh.c:14270: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_new_3ode_BallJoint': ode_trimesh.c:15015: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_dealloc_3ode_BallJoint': ode_trimesh.c:15023: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_traverse_3ode_BallJoint': ode_trimesh.c:15029: warning: unused variable 'p' ode_trimesh.c:15028: warning: unused variable 'e' ode_trimesh.c: In function '__pyx_tp_clear_3ode_BallJoint': ode_trimesh.c:15035: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_new_3ode_HingeJoint': ode_trimesh.c:15167: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_dealloc_3ode_HingeJoint': ode_trimesh.c:15175: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_traverse_3ode_HingeJoint': ode_trimesh.c:15181: warning: unused variable 'p' ode_trimesh.c:15180: warning: unused variable 'e' ode_trimesh.c: In function '__pyx_tp_clear_3ode_HingeJoint': ode_trimesh.c:15187: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_new_3ode_SliderJoint': ode_trimesh.c:15324: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_dealloc_3ode_SliderJoint': ode_trimesh.c:15332: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_traverse_3ode_SliderJoint': ode_trimesh.c:15338: warning: unused variable 'p' ode_trimesh.c:15337: warning: unused variable 'e' ode_trimesh.c: In function '__pyx_tp_clear_3ode_SliderJoint': ode_trimesh.c:15344: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_new_3ode_UniversalJoint': ode_trimesh.c:15478: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_dealloc_3ode_UniversalJoint': ode_trimesh.c:15486: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_traverse_3ode_UniversalJoint': ode_trimesh.c:15492: warning: unused variable 'p' ode_trimesh.c:15491: warning: unused variable 'e' ode_trimesh.c: In function '__pyx_tp_clear_3ode_UniversalJoint': ode_trimesh.c:15498: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_new_3ode_Hinge2Joint': ode_trimesh.c:15635: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_dealloc_3ode_Hinge2Joint': ode_trimesh.c:15643: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_traverse_3ode_Hinge2Joint': ode_trimesh.c:15649: warning: unused variable 'p' ode_trimesh.c:15648: warning: unused variable 'e' ode_trimesh.c: In function '__pyx_tp_clear_3ode_Hinge2Joint': ode_trimesh.c:15655: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_new_3ode_FixedJoint': ode_trimesh.c:15795: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_dealloc_3ode_FixedJoint': ode_trimesh.c:15803: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_traverse_3ode_FixedJoint': ode_trimesh.c:15809: warning: unused variable 'p' ode_trimesh.c:15808: warning: unused variable 'e' ode_trimesh.c: In function '__pyx_tp_clear_3ode_FixedJoint': ode_trimesh.c:15815: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_new_3ode_ContactJoint': ode_trimesh.c:15943: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_dealloc_3ode_ContactJoint': ode_trimesh.c:15951: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_traverse_3ode_ContactJoint': ode_trimesh.c:15957: warning: unused variable 'p' ode_trimesh.c:15956: warning: unused variable 'e' ode_trimesh.c: In function '__pyx_tp_clear_3ode_ContactJoint': ode_trimesh.c:15963: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_new_3ode_AMotor': ode_trimesh.c:16090: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_dealloc_3ode_AMotor': ode_trimesh.c:16098: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_traverse_3ode_AMotor': ode_trimesh.c:16104: warning: unused variable 'p' ode_trimesh.c:16103: warning: unused variable 'e' ode_trimesh.c: In function '__pyx_tp_clear_3ode_AMotor': ode_trimesh.c:16110: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_new_3ode_SpaceBase': ode_trimesh.c:16461: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_dealloc_3ode_SpaceBase': ode_trimesh.c:16469: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_traverse_3ode_SpaceBase': ode_trimesh.c:16484: warning: unused variable 'p' ode_trimesh.c:16483: warning: unused variable 'e' ode_trimesh.c: In function '__pyx_tp_clear_3ode_SpaceBase': ode_trimesh.c:16490: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_new_3ode_SimpleSpace': ode_trimesh.c:16624: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_dealloc_3ode_SimpleSpace': ode_trimesh.c:16632: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_traverse_3ode_SimpleSpace': ode_trimesh.c:16638: warning: unused variable 'p' ode_trimesh.c:16637: warning: unused variable 'e' ode_trimesh.c: In function '__pyx_tp_clear_3ode_SimpleSpace': ode_trimesh.c:16644: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_new_3ode_HashSpace': ode_trimesh.c:16771: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_dealloc_3ode_HashSpace': ode_trimesh.c:16779: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_traverse_3ode_HashSpace': ode_trimesh.c:16785: warning: unused variable 'p' ode_trimesh.c:16784: warning: unused variable 'e' ode_trimesh.c: In function '__pyx_tp_clear_3ode_HashSpace': ode_trimesh.c:16791: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_new_3ode_QuadTreeSpace': ode_trimesh.c:16920: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_dealloc_3ode_QuadTreeSpace': ode_trimesh.c:16928: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_traverse_3ode_QuadTreeSpace': ode_trimesh.c:16934: warning: unused variable 'p' ode_trimesh.c:16933: warning: unused variable 'e' ode_trimesh.c: In function '__pyx_tp_clear_3ode_QuadTreeSpace': ode_trimesh.c:16940: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_new_3ode_GeomSphere': ode_trimesh.c:17067: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_dealloc_3ode_GeomSphere': ode_trimesh.c:17075: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_traverse_3ode_GeomSphere': ode_trimesh.c:17081: warning: unused variable 'p' ode_trimesh.c:17080: warning: unused variable 'e' ode_trimesh.c: In function '__pyx_tp_clear_3ode_GeomSphere': ode_trimesh.c:17087: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_new_3ode_GeomBox': ode_trimesh.c:17219: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_dealloc_3ode_GeomBox': ode_trimesh.c:17227: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_traverse_3ode_GeomBox': ode_trimesh.c:17233: warning: unused variable 'p' ode_trimesh.c:17232: warning: unused variable 'e' ode_trimesh.c: In function '__pyx_tp_clear_3ode_GeomBox': ode_trimesh.c:17239: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_new_3ode_GeomPlane': ode_trimesh.c:17371: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_dealloc_3ode_GeomPlane': ode_trimesh.c:17379: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_traverse_3ode_GeomPlane': ode_trimesh.c:17385: warning: unused variable 'p' ode_trimesh.c:17384: warning: unused variable 'e' ode_trimesh.c: In function '__pyx_tp_clear_3ode_GeomPlane': ode_trimesh.c:17391: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_new_3ode_GeomCCylinder': ode_trimesh.c:17522: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_dealloc_3ode_GeomCCylinder': ode_trimesh.c:17530: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_traverse_3ode_GeomCCylinder': ode_trimesh.c:17536: warning: unused variable 'p' ode_trimesh.c:17535: warning: unused variable 'e' ode_trimesh.c: In function '__pyx_tp_clear_3ode_GeomCCylinder': ode_trimesh.c:17542: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_new_3ode_GeomRay': ode_trimesh.c:17674: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_dealloc_3ode_GeomRay': ode_trimesh.c:17682: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_traverse_3ode_GeomRay': ode_trimesh.c:17688: warning: unused variable 'p' ode_trimesh.c:17687: warning: unused variable 'e' ode_trimesh.c: In function '__pyx_tp_clear_3ode_GeomRay': ode_trimesh.c:17694: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_new_3ode_TriMeshData': ode_trimesh.c:17986: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_dealloc_3ode_TriMeshData': ode_trimesh.c:17994: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_traverse_3ode_TriMeshData': ode_trimesh.c:18009: warning: unused variable 'p' ode_trimesh.c:18008: warning: unused variable 'e' ode_trimesh.c: In function '__pyx_tp_clear_3ode_TriMeshData': ode_trimesh.c:18014: warning: unused variable 'p' ode_trimesh.c: In function '__pyx_tp_new_3ode_GeomTriMesh': ode_trimesh.c:18142: error: invalid lvalue in assignment ode_trimesh.c: In function '__pyx_tp_clear_3ode_GeomTriMesh': ode_trimesh.c:18169: error: invalid lvalue in assignment ode_trimesh.c: In function '__Pyx_GetStarArgs': ode_trimesh.c:19068: warning: suggest explicit braces to avoid ambiguous 'else' ode_trimesh.c:19070: warning: suggest explicit braces to avoid ambiguous 'else' ode_trimesh.c: In function '__Pyx_EndUnpack': ode_trimesh.c:19219: warning: suggest parentheses around assignment used as truth value error: command 'gcc' failed with exit status 1 [wildmage@localhost PyODE-1.1.0]$ rpm -qa | grep pyrex |
From: Matthias B. <ba...@ir...> - 2006-11-27 09:41:38
|
Jacob Everist wrote: > I am running Fedora Core 6, ODE 0.7, Python 2.4.x, and Pyrex 0.9.3 > > I tried to use the provided setup.py script and the alternate provided > by Matthias Baas, but I still get the same errors. Can anyone give me > some insight into this problem? Below is the error messages, and I > will also attach the setup.py script I am using. Thanks! > > Output > ------ > [wildmage@localhost PyODE-1.1.0]$ python setup.py build > INFO: <ode/ode.h> found in /usr/local/include > INFO: ode_trimesh.c is up to date Where does this version of ode_trimesh.c come from? Was it generated by yourself on a previous run or did you get it from a source archive? I'd suggest to upgrade Pyrex (I'm using 0.9.4.1) and re-generate ode_trimesh.c (by removing the old version). - Matthias - |
From: Jacob E. <jac...@gm...> - 2006-12-02 01:31:02
|
Yes, it seems that upgrading my PyRex to 0.9.4 did the trick. Lots of warnings still, but it didn't fail to compile. Now it appears to be working :) Thanks! Jacob Everist On 11/27/06, Matthias Baas <ba...@ir...> wrote: > Jacob Everist wrote: > > I am running Fedora Core 6, ODE 0.7, Python 2.4.x, and Pyrex 0.9.3 > > > > I tried to use the provided setup.py script and the alternate provided > > by Matthias Baas, but I still get the same errors. Can anyone give me > > some insight into this problem? Below is the error messages, and I > > will also attach the setup.py script I am using. Thanks! > > > > Output > > ------ > > [wildmage@localhost PyODE-1.1.0]$ python setup.py build > > INFO: <ode/ode.h> found in /usr/local/include > > INFO: ode_trimesh.c is up to date > > Where does this version of ode_trimesh.c come from? Was it generated by > yourself on a previous run or did you get it from a source archive? > > I'd suggest to upgrade Pyrex (I'm using 0.9.4.1) and re-generate > ode_trimesh.c (by removing the old version). > > - Matthias - > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Pyode-user mailing list > Pyo...@li... > https://lists.sourceforge.net/lists/listinfo/pyode-user > -- Jacob Everist |