[ODE] ode won't build on vc7.0?
Jon Watte
hplus-ode at mindcontrol.org
Tue May 11 15:33:17 MST 2004
I just add all the .cpp files to a project, copy the appropriate config.h into the ODE include, set the access paths, and go. It works fine, although you may need to disable the 64-bit warnings. Also, there used to be a few .cpp files you shouldn't add, because they were "old" -- some of them are deleted now, but I don't know if all of them are.
Cheers,
/ h+
-----Original Message-----
From: ode-bounces at q12.org [mailto:ode-bounces at q12.org]On Behalf Of Mike
Reinstein
Sent: Tuesday, May 11, 2004 2:54 PM
To: ode at q12.org
Subject: [ODE] ode won't build on vc7.0?
Is anyone else having problems building ODE on a windows system with
microsoft visual studio.net vc7.0?
I used to be able to build it fine, but I was using vc6.0. Now it doesnt
seem to build.
Heres my build steps:
1) checkout a copy of ode from cvs to c:\cvs\ode
2) download the make utility from:
http://q12.org/ode/bin/make.exe
3) put the make.exe file in my windows/system32/ directory
4) open up c:\cvs\ode\config\user_settings, and I use the following
settings:
PLATFORM=msvc
PRECISION=SINGLE
BUILD=debug
WINDOWS16=0
5) I open up a console window and try to build..heres my output
C:\CVS\ODE>make
cl /nologo /DWIN32 /DdSINGLE /Feconfigurator.exe configurator.c
process_begin: CreateProcess((null), cl /nologo /DWIN32 /DdSINGLE
/Feconfigurato
r.exe configurator.c, ...) failed.
make (e=2): The system cannot find the file specified.
MAKE: *** [configurator.exe] Error 2
C:\CVS\ODE>make configure
cl /nologo /DWIN32 /DdSINGLE /Feconfigurator.exe configurator.c
process_begin: CreateProcess((null), cl /nologo /DWIN32 /DdSINGLE
/Feconfigurato
r.exe configurator.c, ...) failed.
make (e=2): The system cannot find the file specified.
MAKE: *** [configurator.exe] Error 2
What am I doing wrong? Its obviously failing when attempting to build the
configurator tool
thanks for pardoning my ignorance :P
-Neko
_________________________________________________________________
Best Restaurant Giveaway Ever! Vote for your favorites for a chance to win
$1 million! http://local.msn.com/special/giveaway.asp
_______________________________________________
ODE mailing list
ODE at q12.org
http://q12.org/mailman/listinfo/ode
More information about the ODE
mailing list