On Sun, 02 Nov 2008, David Arturo Macias Corona wrote: Hi David,
> With OpenWatcom 1.7: > - Screen output > ----------------------- > make[3]: *** [filesys.obj] Error 8 > make[3]: *** [dynlibhb.obj] Error 8 Please test after: 2008-11-02 12:25 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) > - 2 executables created: harbour.exe, hbpp.exe Fine. The 1-st step. > - Many references to "unreachable code", for example: > ----------------------- > dbjoin.c(188): Warning! W013: col(18) unreachable code > ----------------------- Side effect if -gc3 output. You can safely ignore them or use: set PRG_USR=-gc0 > - New make_ow.log > Sent Thanks, > Warning! W1108: file E:\WATCOM/binp/wlink.lnk: line(3): system 286 defined > more than once [...] Please try to remove from os2/owatcom.cf this line: echo @%watcom%/binp/wlink.lnk >> __link__.tmp It's probably included by default and it causes repeated definitions. Please also note that this line: Rem DAVID: echo LIB kernel32.lib, user32.lib, wsock32.lib, winspool.lib, oleaut32.lib, uuid.lib, comctl32.lib, mapi32.lib >> __link__.tmp is written to .lnk file. Looks that linker ignores it but please try to eliminate such situations - it make cause some unexpected results. best regards, Przemek _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour