[ODE] 0.6-rc2 - MinGw 5.0.2 feedback

Thomas Paviot thomas.paviot at free.fr
Sun May 28 06:34:03 MST 2006


Hi everybody,

I just built 0.6-RC2 with MinGw 5.0.2 (gcc 3.4.5) under WinXP SP2. I 
used premake to generate makefiles, with the following line:

premake --target gnu --enable-static-only --with-doubles --with-tests

Here is my conclusions:

- the directives "--enable-static-only" and "--enable-shared-only" are 
not documented :  I had to edit the premake.lua script to discover this 
options.
- i didn't find any directive to choose between the RELEASE or DEBUG build.
- when "--enable-static-only" is activated, the ode library name should 
be "libode.a" and not "ode.lib". It's the same for "drawstuff.lib", that 
should be renamed "libdrawstuff.a".
- no warning during compilation process
- test_collision n°2 and n°11 fail. Here is the traceback :

 2: test_box_point_depth          : FAILED (89.40%) at line 326
11: test_ray_and_box              : FAILED (8.00%) at line 721

Cheers,

Thomas



More information about the ODE mailing list