[ODE] alloca.h

Marco Correia marco.c at iname.com
Mon Dec 10 20:37:02 2001


Hi,

 When I try to 'make' ode code and samples under win2k, using the make.exe
downloaded from the web page, I get a missing alloca.h file.
 I checked and there is no alloca.h file indeed (I have VC++ (6)).
 So I commented the #include "alloca.h" statement on the complaining files:

 drawstuff.cpp, matrix.cpp, ode.cpp, step.cpp, lcp.cpp, space.cpp, timer.cpp

 and everything built fine.

 If I understand correctly, you are using "malloc.h" for the alloca
function, so, what's the need to include "alloca.h", on a win32 build ?

Regards
 Marco