[Maurilio]
>I don't know, but GCC 4.3.2 from Paul is an alpha release, I'd wait for >a more stabilized environment.

I tested gcc346, gcc404 and previous gcc432 and all were allmost unusable for Harbour
Current gcc432 does things not so bad except for main error ld/emxbind
Both gcc335 and gcc432 share same warnings, now fixed, and a few more in gcc432 so I consider it a great advance and is time to start reporting it

>2008-10-28 12:53 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
>  * harbour/contrib/xhb/xhbcopyf.c
>    ! fixed name conflict with hb_fsCopy()

>2008-10-28 15:56 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
>  * harbour/include/hbstack.h
>    ! fixed fDebugRequest declaration

>2008-10-28 17:56 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
>  * harbour/source/vm/dynlibhb.c
>    ! added #define INCL_DOSMODULEMGR for OS2 builds

Thanks Przemek

Now current Harbour code build with just well-known warnings
-------------------
../../gtstd.c: In function `hb_gt_std_ReadKey':
../../gtstd.c:389: warning: unused variable `TODO'
---------------------

and same fixes apply to gcc432
Except for ld/emxbind error, rest are warnings
I include them below so it can serve to fix something if it is a problem

I do not know if same warnings appear in Linux/gcc4x builds or are just OS/2-gcc432 related

David Macias


../../hbfsapi.c: In function 'hb_fsNameExists':
../../hbfsapi.c:323: warning: pointer targets in passing argument 1 of 'DosQueryPathInfo' differ in signedness
../../hbfsapi.c: In function 'hb_fsFileExists':
../../hbfsapi.c:381: warning: pointer targets in passing argument 1 of 'DosQueryPathInfo' differ in signedness
../../hbfsapi.c: In function 'hb_fsDirExists':
../../hbfsapi.c:440: warning: pointer targets in passing argument 1 of 'DosQueryPathInfo' differ in signedness
../../hbgete.c: In function 'hb_getenv':
../../hbgete.c:88: warning: pointer targets in initialization differ in signedness ../../hbgete.c:93: warning: pointer targets in passing argument 1 of 'DosScanEnv' differ in signedness ../../hbgete.c:95: warning: pointer targets in passing argument 1 of 'hb_strdup' differ in signedness
../../hbgete.c: In function 'hb_getenv_buffer':
../../hbgete.c:127: warning: pointer targets in initialization differ in signedness ../../hbgete.c:132: warning: pointer targets in passing argument 1 of 'DosScanEnv' differ in signedness ../../hbgete.c:136: warning: pointer targets in passing argument 2 of 'hb_strncpy' differ in signedness
emxbind: invalid a.out file (startup code)
ld.exe: emxbind failed

make[3]: *** [hbpp.exe] Error 1
make[2]: *** [descend] Error 2
make[3]: *** [harbour.exe] Error 1
make[2]: *** [descend] Error 2
../../hbffind.c: In function 'hb_fsFindNextLow':
../../hbffind.c:521: warning: pointer targets in passing argument 1 of 'DosFindFirst' differ in signedness
../../hbinet.c: In function 'HB_FUN_HB_INETACCEPT':
../../hbinet.c:1758: warning: pointer targets in passing argument 3 of 'accept' differ in signedness
make[3]: ../../../../source/main/os2/gcc/harbour.exe: Command not found
make[2]: *** [descend] Error 1
../../dynlibhb.c: In function 'HB_FUN_HB_LIBLOAD':
../../dynlibhb.c:104: warning: pointer targets in passing argument 3 of 'DosLoadModule' differ in signedness
make[3]: ../../../../source/main/os2/gcc/harbour.exe: Command not found
make[2]: *** [descend] Error 1
make[3]: ../../../../source/main/os2/gcc/harbour.exe: Command not found
make[2]: *** [descend] Error 1
make[3]: ../../../../source/main/os2/gcc/harbour.exe: Command not found
make[2]: *** [descend] Error 1
make[3]: ../../../../source/main/os2/gcc/harbour.exe: Command not found
make[2]: *** [descend] Error 1
make[1]: *** [first] Error 2
make[3]: ../../../../source/main/os2/gcc/harbour.exe: Command not found
make[2]: *** [descend] Error 1
make[3]: ../../../../source/main/os2/gcc/harbour.exe: Command not found
make[2]: *** [descend] Error 1
make[3]: ../../../../source/main/os2/gcc/harbour.exe: Command not found
make[2]: *** [descend] Error 1
make[3]: ../../../../source/main/os2/gcc/harbour.exe: Command not found
make[2]: *** [descend] Error 1
make[1]: *** [first] Error 2
make[3]: ../../../../source/main/os2/gcc/harbour.exe: Command not found
make[2]: *** [descend] Error 1
../../files.c: In function 'HB_FUN_SETFDATI':
../../files.c:273: warning: pointer targets in passing argument 1 of 'DosQueryPathInfo' differ in signedness ../../files.c:308: warning: pointer targets in passing argument 1 of 'DosSetPathInfo' differ in signedness
../../os2pm.c: In function 'HB_FUN_WINREGISTERCLASS':
../../os2pm.c:113: warning: pointer targets in passing argument 2 of 'WinRegisterClass' differ in signedness
../../os2pm.c: In function 'HB_FUN_WINCREATESTDWINDOW':
../../os2pm.c:148: warning: pointer targets in passing argument 4 of 'WinCreateStdWindow' differ in signedness ../../os2pm.c:148: warning: pointer targets in passing argument 5 of 'WinCreateStdWindow' differ in signedness
../../os2pm.c: In function 'HB_FUN_WINSETWINDOWTEXT':
../../os2pm.c:180: warning: pointer targets in passing argument 2 of 'WinSetWindowText' differ in signedness
../../os2pm.c: In function 'HB_FUN_WINGETTEXT':
../../os2pm.c:189: warning: pointer targets in passing argument 1 of 'hb_retc' differ in signedness
../../os2pm.c: In function 'HB_FUN_MSGINFO':
../../os2pm.c:196: warning: pointer targets in initialization differ in signedness ../../os2pm.c:199: warning: pointer targets in passing argument 3 of 'WinMessageBox' differ in signedness
make[4]: ../../../../../source/main/os2/gcc/harbour.exe: Command not found
make[3]: *** [descend] Error 1
make[2]: *** [first] Error 2
make[3]: ../../../../source/main/os2/gcc/harbour.exe: Command not found
make[2]: *** [descend] Error 1
../../hbmzip.c: In function 'hb_zipStoreFile':
../../hbmzip.c:748: warning: pointer targets in passing argument 1 of 'DosQueryPathInfo' differ in signedness
../../hbmzip.c: In function 'hb_unzipExtractCurrentFile':
../../hbmzip.c:1049: warning: pointer targets in passing argument 1 of 'DosQueryPathInfo' differ in signedness ../../hbmzip.c:1067: warning: pointer targets in passing argument 1 of 'DosSetPathInfo' differ in signedness
make[4]: ../../../../../source/main/os2/gcc/harbour.exe: Command not found
make[3]: *** [descend] Error 1
make[2]: *** [first] Error 2
make[3]: ../../../../source/main/os2/gcc/harbour.exe: Command not found
make[2]: *** [descend] Error 1
../../hbmzip.c: In function 'hb_zipStoreFile':
../../hbmzip.c:748: warning: pointer targets in passing argument 1 of 'DosQueryPathInfo' differ in signedness
../../hbmzip.c: In function 'hb_unzipExtractCurrentFile':
../../hbmzip.c:1049: warning: pointer targets in passing argument 1 of 'DosQueryPathInfo' differ in signedness ../../hbmzip.c:1067: warning: pointer targets in passing argument 1 of 'DosSetPathInfo' differ in signedness
make[3]: ../../../../source/main/os2/gcc/harbour.exe: Command not found
make[2]: *** [descend] Error 1
make[3]: ../../../../source/main/os2/gcc/harbour.exe: Command not found
make[2]: *** [descend] Error 1
make[3]: ../../../../source/main/os2/gcc/harbour.exe: Command not found
make[2]: *** [descend] Error 1
make[3]: ../../../../source/main/os2/gcc/harbour.exe: Command not found
make[2]: *** [descend] Error 1
make[3]: ../../../../source/main/os2/gcc/harbour.exe: Command not found
make[2]: *** [descend] Error 1
make[3]: ../../../../source/main/os2/gcc/harbour.exe: Command not found
make[2]: *** [descend] Error 1


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

Reply via email to