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 ?