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 - |