[ODE] <no subject>

Ed Jones ed.jones at oracle.com
Thu Nov 7 03:11:02 2002


Hi,

I don't know which compiler you're using, but for Visual C/C++ 6.0 I 
type something like;

"c:\program files\microsoft visual studio\vc98\bin\vcvars32.bat"

...(including the quotes) at the command prompt, before typing "make", 
and that seems to work just fine.

In the olden days you'd probably be able to call this script from your 
autoexec.bat file, but I'm not sure if recent versions of Windows have 
such a thing.
Alternatively, when I install VC there's an option which says something 
like "Register the environment variables" which I guess sets the 
environment properly within Windows, so you don't have to type this 
everytime.
Alternatively (again), you could look in that script and register all 
environment variables manually, with Windows, yourself.

Mind you, that's on Win2k and VC6, dunno about XP.
;-)

Hope that's useful.
Cheers,
Ed.


Max Lungarella wrote:

>you've got to properly set your "path" environment variable, i guess.
>apparently your makefile is not able to find "Feconfigurator.exe". try
>to type "path" in the console (if winXP's got one) and check the output.
>the directory where "Feconfigurator.exe" is installed should be there.
>if not, add it to "path".
>
>hope this works.
>
>cheers,
>	max
>
>
>  
>
>>Hi, 
>>i'm new to ODE and just tried to install the last release on WinXP.
>>Unfortunately, the make just fails displaying following error code:
>>
>>D:\Development\ODE\ode-0.03>make
>>cl /nologo /DWIN32 /DMSVC /DdDOUBLE  /DdDEBUG_ALLOC
>>/Feconfigurator.exe configur ator.c
>>process_begin: CreateProcess((null), cl /nologo /DWIN32 /DMSVC
>>/DdDOUBLE /DdDEBU G_ALLOC /Feconfigurator.exe configurator.c, ...)
>>failed. make (e=2): Das System kann die angegebene Datei nicht finden.
>>make: *** [configurator.exe] Error 2
>>
>>(sorry for the german stuff in the line before the last; it just means
>>the system wasn't able to find the specified file).
>>
>>i have to admit i'm a make dummy, but it seems as if make fails while
>>trying to build the configurator.exe, right? is there supposed to be a
>>config.h file somewhere (e.g. in include\ode), cause there is none? at
>>least in the doc it's saying you could as well just set the
>>condiguration yourself in that file.
>>
>>or am i just too stupid? 
>>any help would be great.
>>
>>thanks,
>>thomas.
>> 
>>________________________________________________________________
>>Keine verlorenen Lotto-Quittungen, keine vergessenen Gewinne mehr! 
>>Beim WEB.DE Lottoservice: http://tippen2.web.de/?x=13
>>
>>
>>_______________________________________________
>>ODE mailing list
>>ODE@q12.org
>>http://q12.org/mailman/listinfo/ode
>>    
>>
>_______________________________________________
>ODE mailing list
>ODE@q12.org
>http://q12.org/mailman/listinfo/ode
>  
>