|
From: Richard J. <ric...@op...> - 2006-07-28 00:54:51
|
I'm trying to build PyODE 1.1.0 against ODE 0.6 on Ubuntu.
The file "user-settings" doesn't appear anywhere in either the ODE
source/build dir or in the installed directories. The config appears to only
be used for OPCODE_DIRECTORY. I will *assume* that it should evaluate to a
true value, since I did build with OPCODE support (which seems to equate to
trimesh support in PyODE terms). ODE's configure reported:
Configuration:
Target system type: i686-pc-linux-gnu
Build system type: i686-pc-linux-gnu
Host system type: i686-pc-linux-gnu
Use double precision: no
Use OPCODE: yes
Use gyroscopic term: yes
Is this a Pentium: yes
Is the CPU x86-64: no
Is this a release build: yes
Headers will be installed in /usr/local/include/ode
Libraries will be installed in /usr/local/lib
However when I hard-code "wrap_trimesh = True" I get a slew of errors from
ode_trimesh.c. The complete build log is attached to this email.
I'm using Pyrex version 0.9.3.1-2ubuntu2 if that makes any difference. The
INSTALL doc declares this a supported version.
Richard
|