2008-11-04 09:40 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
> * harbour/include/hbgtcore.h > ! added missing 'extern' in hb_gt_dos_keyCodeTranslate() declaration > > * harbour/source/rtl/gtstd/gtstd.c > * harbour/source/rtl/gtpca/gtpca.c > + added support for console input in OpenWatcom builds > > * harbour/source/vm/vmmt/Makefile > ! removed mainpm.c > > * harbour/contrib/xhb/hbcrypt.c > ! fixed casting
Thanks Przemek Not checked [ Current Harbour code compile fine with gcc335 with just well known warnings ] With OpenWatcom 1.7: - Screen output ----------------------- make[3]: *** [hbcrypt.obj] Error 8 make[2]: *** [descend] Error 2 ----------------------- . 40 libraries created - 6 executables created: harbour.exe, hbpp.exe, hbdoc.exe, hbmake.exe, hbrun.exe, hbtest.exe - New make_ow.log Sent OpenWatcom ========== harbour.exe, hbpp.exe run fine hbdoc.exe, hbmake.exe, hbrun.exe, hbtest.exe: fail with SYS1811 Example: ------------------- [E:\harbour810\harbourow\bin]hbtest SYS1811: The process has stopped. The software diagnostic code (trap number) is 000D. [E:\harbour810\harbourow\bin]help 1811 SYS1811: The process has stopped. The software diagnostic code (trap number) is ***. EXPLANATION: The program attempted to perform an instruction that the system cannot perform. The software diagnostic code allows determination of what type of instruction was attempted. ACTION: Correct the problem or try a different version of the program. ------------------- In make_ow.log I found: for hbvmmt: ../../../thread.c(402): Warning! W869: col(25) use of '_beginthread' requires build target to be multi-threaded For hbrun.exe: Warning! W1023: no starting address found, using 0001:00000000 creating an OS/2 32-bit executable For hbtest.exe Warning! W1023: no starting address found, using 0001:00000000 creating an OS/2 32-bit executable For hbdoc.exe Warning! W1023: no starting address found, using 0001:00000000 creating an OS/2 32-bit executable For hbmake.exe Warning! W1023: no starting address found, using 0001:00000000 creating an OS/2 32-bit executable David Macias _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour