[ODE] MSVC and make

Marco Grubert grubertm at hotmail.com
Fri Sep 27 16:23:02 2002


I just downloaded the current CVS version and ran into some minor issues
while compiling ode:

dClosestLineBoxPoints in geom.cpp has multiple declarations for int i; this
is an issue because with MSVC variables declared in the for(;;) header are
in function scope.

makeing ode-lib caused an error because the ./lib output directory does not
exist is there a way to have this created via makefile ?