[ODE] ode-0.035 using mingw 2.0.0
Olivier Michel
Olivier.Michel at cyberbotics.com
Mon Mar 24 01:41:12 2003
I fixed this issue in a different way, by installing the newest
mingw-runtime package and installing it over the Mingw-2.0.0.
http://prdownloads.sf.net/mingw/mingw-runtime-2.4.tar.gz
It then built libode.a without any problem, but I could not get the
drawstuff lib compiled (link errors with opengl functions) However, I
don't need that library on Windows.
-Olivier
Yann wrote:
> Hi,
>
> you have to put
>
> #define alloca __builtin_alloca
>
> somewhere in include/ode/config.h
>
> Yann.