[ODE] compiling CVS
Matthias Baas
baas at ira.uka.de
Wed Nov 27 10:57:01 2002
At 18:20 27.11.2002 +0100, you wrote:
>r.exe configurator.c, ...) failed.
>make (e=2): The system can not find the specifed file
>make: *** [configurator.exe] Error 2
Looks like the same problem I had, too. It can be fixed with a little
modification in the Makefile. Change the line
CONFIGURATOR_SRC=configurator.c
into the following:
CONFIGURATOR_SRC=./configurator.c
BTW, would it be possible to do this small modification in the cvs tree? (I
hope it won't break any other build processes...)
- Matthias -