Hmm, the binaries might be a last ditch attempt...I'd much rather be
able to build from source (ode 0.11.1)
Here is a default option run:
make distclean
sh autogen.sh
./configure
....
Configuration:
Build system type: i386-apple-darwin11.2.0
Host system type: i386-apple-darwin11.2.0
Use double precision: no
Use drawstuff: OSX
Demos enabled: yes
Use OPCODE: yes
Use GIMPACT: no
Is target a Pentium: no
Is target x86-64: no
Use old opcode trimesh collider: no
TLS for global data: no
Enable debug error check: yes
Headers will be installed in ${prefix}/include/ode
Libraries will be installed in ${exec_prefix}/lib
Building in directory /Users/erik/research/ode-0.11.1
make
...
Making all in include
Making all in ode
make[2]: Nothing to be done for `all'.
Making all in drawstuff
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all-am'.
Making all in drawstuff
Making all in src
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -
I. -I../../ode/src -I../../include -DDEFAULT_PATH_TO_TEXTURES='"../../
drawstuff/textures/"' -DdSINGLE -g -O2 -MT drawstuff.lo -MD -MP -
MF .deps/drawstuff.Tpo -c -o drawstuff.lo drawstuff.cpp
mv -f .deps/drawstuff.Tpo .deps/drawstuff.Plo
mv: rename .deps/drawstuff.Tpo to .deps/drawstuff.Plo: No such file or
directory
make[2]: *** [drawstuff.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1