Fw: Fw: [ODE] How to compile the .libs under MSVC 6.0 step by step

Christian Gilman oneill at future-bytes.com
Sun Feb 2 11:50:01 2003


Hello,

thank you. It worked, but i have got one question.

How can I create the tri-colider lib with the make file?

Thanks.

----- Original Message -----
From: "Stephan Heigl" <steve@eisscholle.de>
To: "Christian Gilman" <oneill@future-bytes.com>
Sent: Sunday, February 02, 2003 6:40 PM
Subject: Re: Fw: [ODE] How to compile the .libs under MSVC 6.0 step by step


> Hi,
>
> your environment variables for the VC++ compiler are not set, execute
> vcvars32.bat from your VC/VisualC/bin directory.
>
> regards,
> Stephan
>
> Christian Gilman wrote:
>
> >Hello,
> >
> >i tried your little tutorial, but when i typed "make configure" a error
> >appears:
> >
> >C:\ode-0.035>make configure
> >cl /nologo /DWIN32 /DMSVC /DSHAREDLIBEXPORT= /DSHAREDLIBIMPORT= /DdDOUBLE
> >/DdNO
> >DEBUG  /Feconfigurator.exe configurator.c
> >process_begin: CreateProcess((null), cl /nologo /DWIN32 /DMSVC
> >/DSHAREDLIBEXPORT
> >= /DSHAREDLIBIMPORT= /DdDOUBLE /DdNODEBUG /Feconfigurator.exe
> >configurator.c, ..
> >.) failed.
> >make (e=2): Das System kann die angegebene Datei nicht finden.
> >make: *** [configurator.exe] Error 2
> >
> >I edited the user-setting.
> >
> >What is wrong?
> >
> >Thanks you
> >
> >----- Original Message -----
> >From: "Ken MacLeod" <kjmac@freenet.co.uk>
> >To: <ode@q12.org>
> >Sent: Saturday, February 01, 2003 2:00 PM
> >Subject: RE: [ODE] How to compile the .libs under MSVC 6.0 step by step
> >
> >
> >
> >
> >>Hi,
> >>This guide assumes that you've downloaded the 0.035 version (non CVS).
> >>Assuming you've extracted ODE in C:\ODE-0.035 here we go...
> >>
> >>Go into a text editor and edit c:\ODE-0.035\config\user-settings.
> >>This sets up how the ODE c:\ODE-0.035\include\ode\config.h file will be
> >>built.
> >>
> >>Make the following alterations:
> >>
> >>1) change PLATFORM=unix-gcc to PLATFORM=msvc
> >>
> >>2) if you want to use the triangle collider contribution you will
> >>   need to also change PRECISION=DOUBLE to PRECISION=SINGLE
> >>
> >>Now goto the top level directory C:\ODE-0.035
> >>
> >>download 'Make' if you don't already have it from
> >>http://q12.org/ode/bin/make.exe and
> >>either put it in a directory specified in your PATH environment
> >>variable, or just copy
> >>it into C:\ODE-0.035
> >>
> >>in C:\ODE-0.035 type "make configure"
> >>
> >>now you can type the following to build the libs and exes
> >>
> >>"make ode-lib" build the core ODE library
> >>"make drawstuff-lib" build the OpenGL-based graphics library
> >>"make ode-test" build some ODE tests (they need drawstuff)
> >>"make drawstuff-test" build a test app for the drawstuff library
> >>
> >>if you now look in c:\ODE-0.035\libs you'll like what you see. The test
> >>exes will
> >>be in C:\ODE-0.035\ode\test
> >>
> >>All of this information is outlined in C:\ODE-0.035\INSTALL
> >>
> >>Hope this helps, I've tried the above steps and it works for me.
> >>
> >>Ken
> >>
> >>
> >>_______________________________________________
> >>ODE mailing list
> >>ODE@q12.org
> >>http://q12.org/mailman/listinfo/ode
> >>
> >>
> >
> >_______________________________________________
> >ODE mailing list
> >ODE@q12.org
> >http://q12.org/mailman/listinfo/ode
> >
> >
> >
> >
>
>