First try with current Harbour and OpenWatcom 1.8 under OS/2
 * $Id: ChangeLog 11922 2009-07-29 03:20:01Z druzus $
2009-07-29 05:19 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)


[E:\harbour907c\harbour]make -r            1>make_ow.log
make[3]: *** [hbrtl.lib] Segmentation fault
make[2]: *** [descend] Error 2
make[1]: *** [rtl] Error 2
make: *** [source] Error 2

All files of rtl are compiled, some show warnings / notes
Below are partial content of make_ow.log showing them

Same failure with old OpenWatcom 1.7x

I will check / change switchs for OpenWatcom

David Macias


make -C rtl
make[2]: Entering directory `E:/harbour907c/harbour/source/rtl'

[E:\harbour907c\harbour\source\rtl]if not exist obj mkdir obj

[E:\harbour907c\harbour\source\rtl]if not exist obj\os2 mkdir obj\os2

[E:\harbour907c\harbour\source\rtl]if not exist obj\os2\watcom mkdir
obj\os2\watcom

[E:\harbour907c\harbour\source\rtl]if not exist ..\..\lib\os2 mkdir
..\..\lib\os2

[E:\harbour907c\harbour\source\rtl]if not exist ..\..\lib\os2\watcom
mkdir ..\..\lib\os2\watcom

[E:\harbour907c\harbour\source\rtl]if not exist obj mkdir obj

[E:\harbour907c\harbour\source\rtl]if not exist obj\os2 mkdir obj\os2

[E:\harbour907c\harbour\source\rtl]if not exist obj\os2\watcom mkdir
obj\os2\watcom

[E:\harbour907c\harbour\source\rtl]if not exist ..\..\lib\os2 mkdir
..\..\lib\os2

[E:\harbour907c\harbour\source\rtl]if not exist ..\..\lib\os2\watcom
mkdir ..\..\lib\os2\watcom
make[3]: Entering directory
`E:/harbour907c/harbour/source/rtl/obj/os2/watcom'

wpp386 -zq -bt=OS2 -w3 -5r -fp5 -onaehtr -s -ei -zp4 -zt0 -oi+ -i.
-i../../../../../include   -DHB_FM_STATISTICS_OFF   ../../../hbproces.c
-fo=hbproces.obj
../../../hbproces.c(902): Warning! W014: col(1) no reference to symbol
'TODO'
../../../hbproces.c(897): Note! N392: col(8) definition: 'int TODO' in
'unsigned long hb_fsProcessClose( int, unsigned long )'

wpp386 -zq -bt=OS2 -w3 -5r -fp5 -onaehtr -s -ei -zp4 -zt0 -oi+ -i.
-i../../../../../include   -DHB_FM_STATISTICS_OFF   ../../../hbsocket.c
-fo=hbsocket.obj
../../../hbsocket.c(2272): Warning! W014: col(1) no reference to symbol
'TODO'
../../../hbsocket.c(2265): Note! N392: col(8) definition: 'int TODO' in
'int hb_socketSetBlockingIO( int, unsigned long )'

wpp386 -zq -bt=OS2 -w3 -5r -fp5 -onaehtr -s -ei -zp4 -zt0 -oi+ -i.
-i../../../../../include   -DHB_FM_STATISTICS_OFF   wait.c -fo=wait.obj
make[3]: Leaving directory
`E:/harbour907c/harbour/source/rtl/obj/os2/watcom'
make[2]: Leaving directory `E:/harbour907c/harbour/source/rtl'
make[1]: Leaving directory `E:/harbour907c/harbour/source'

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to