[ODE] compiling problems
Mark Rawls
pml_mrawls at yahoo.com
Wed Dec 4 16:32:02 2002
--0-208188423-1039044694=:36309
Content-Type: text/plain; charset=us-ascii
I'm trying to compile the latest cvs version of ode using gnu make on windows XP. I am getting some errors, however. Here is an overview of the problems:
.. /ode> make <enter>
ctest.c(1) : fatal error C1083: Cannot open include file: 'alloca.h': No such file
ctest.c(2) : error C2143: syntax error : missing ')' before ':'
ctest.c(2) : error C2059: syntax error : ')'
ctest.c(19) : error C2099: initializer is not a constant
ctest.exe
'ctest.exe' is not recognized as an internal or external command,
operable program or batch file.
configurator succeeded
...
lib /nologo /OUT:lib/ode.lib ode/src/array.obj ode/src/error.obj ode/src/memory.
obj ode/src/obstack.obj ode/src/odemath.obj ode/src/matrix.obj ode/src/misc.obj
ode/src/rotation.obj ode/src/mass.obj ode/src/ode.obj ode/src/step.obj ode/src/l
cp.obj ode/src/joint.obj ode/src/timer.obj ode/src/mat.obj ode/src/testing.obj o
de/src/space.obj ode/src/geom.obj ode/src/fastldlt.obj ode/src/fastlsolve.obj od
e/src/fastltsolve.obj ode/src/fastdot.obj
LIB : fatal error LNK1104: cannot open file 'lib/ode.lib'
make: *** [lib/ode.lib] Error 1104
This last error is confusing (the others just involve a test program that I assume can be ignored ???). There is no lib directory that comes with ODE, and definitely now ode.lib file -- the ONLY such file I find on my system if one that comes with the Crystal Space (crystal.sourceforge.net) graphichs engine... and I'm certain this isn't what is wanted. Are the problems something I can fix by some settings in make, or is it a problem with cvs on windows? I'd appreciate any help, as its important that I get this compiled successfully very soon.
Thank you
Mark Rawls
---------------------------------
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now
--0-208188423-1039044694=:36309
Content-Type: text/html; charset=us-ascii
<P>I'm trying to compile the latest cvs version of ode using gnu make on windows XP. I am getting some errors, however. Here is an overview of the problems:</P>
<P>.. /ode> make <enter></P>
<P>ctest.c(1) : fatal error C1083: Cannot open include file: 'alloca.h': No such file</P>
<P>ctest.c(2) : error C2143: syntax error : missing ')' before ':'<BR>ctest.c(2) : error C2059: syntax error : ')'</P>
<P>ctest.c(19) : error C2099: initializer is not a constant<BR>ctest.exe<BR>'ctest.exe' is not recognized as an internal or external command,<BR>operable program or batch file.</P>
<P>configurator succeeded</P>
<P>...</P>
<P>lib /nologo /OUT:lib/ode.lib ode/src/array.obj ode/src/error.obj ode/src/memory.<BR>obj ode/src/obstack.obj ode/src/odemath.obj ode/src/matrix.obj ode/src/misc.obj<BR>ode/src/rotation.obj ode/src/mass.obj ode/src/ode.obj ode/src/step.obj ode/src/l<BR>cp.obj ode/src/joint.obj ode/src/timer.obj ode/src/mat.obj ode/src/testing.obj o<BR>de/src/space.obj ode/src/geom.obj ode/src/fastldlt.obj ode/src/fastlsolve.obj od<BR>e/src/fastltsolve.obj ode/src/fastdot.obj<BR>LIB : fatal error LNK1104: cannot open file 'lib/ode.lib'<BR>make: *** [lib/ode.lib] Error 1104</P>
<P>This last error is confusing (the others just involve a test program that I assume can be ignored ???). There is no lib directory that comes with ODE, and definitely now ode.lib file -- the ONLY such file I find on my system if one that comes with the Crystal Space (crystal.sourceforge.net) graphichs engine... and I'm certain this isn't what is wanted. Are the problems something I can fix by some settings in make, or is it a problem with cvs on windows? I'd appreciate any help, as its important that I get this compiled successfully very soon.</P>
<P>Thank you</P>
<P>Mark Rawls</P><p><br><hr size=1>Do you Yahoo!?<br>
<a href="http://rd.yahoo.com/mail/mailsig/*http://mailplus.yahoo.com">Yahoo! Mail Plus</a> - Powerful. Affordable. <a href="http://rd.yahoo.com/mail/mailsig/*http://mailplus.yahoo.com">Sign up now</a>
--0-208188423-1039044694=:36309--