Re: [AD] open watcom / 4.0.3rc1

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


Eric Botcazou wrote:
Weird. Could you post the first faulty line issued by 'make' for the Watcom port?

MinGW32 on Windows 2000

# fix watcom
# make
...
obj/watcom/runner.exe wlink \\ @ "option quiet" "option stack=128k" "system dos4g" "name demo/demo.exe" "file obj/watcom/alleg/demo.obj" "library lib/watcom/alleg.lib"

'obj' is not recognized as an internal or external command, operable program or batch file.
make: *** [demo/demo.exe] Error 1

~~~

That's where it stops, unless the / are switched to \ in the makefile for RUNNER.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

MinGW32 on Windows 98

# fix watcom
# make
...
Same thing as above... except that it flew by the few errors and didn't stop. (Ie, it posted the "obj" not found message, but continued anyway.)

Also, to fix this, (in addition to the same / \ conversion above) I had to replace a line in makefile.wat from:

obj/watcom/runner.exe: src/misc/runner.c

to:

$(RUNNER): src/misc/runner.c

(I do not think I had to do this in 2000, but I possibly just built the runner.exe the first time, got the error, switched the / to \ and ran make again.)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

DJGPP on Windows 98

# fix watcom
# make
...

success! DJGPP didn't care if it had \ or / in RUNNER.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

All three environments are on the same physical machine.

--
Matthew Leverton - matthew@xxxxxxxxxx
http://www.allegro.cc





Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/