Hi All,

I excluded most well known warnings.

win/msvc (PSDK 7):
-------------
...\harbour\src\compiler\obj\win\msvc\harboury.c(7003) : warning C4701: 
potentially uninitialized local variable 'hb_complval' used
...\harbour\src\macro\obj\win\msvc\macroy.c(2985) : warning C4701: potentially 
uninitialized local variable 'hb_macrolval' used
(also with msvc64)

win/watcom
-------------
wlink  OP quiet SYS nt_dll  NAME '..\..\..\..\..\bin\win\watcom\harbour-20.dll' 
OP implib='../../../../../lib/win/watcom/harbour-20.lib' @__dyn__.tmp LIB 
kernel32, user32, ws2_32, advapi32, gdi32
Error! E2093: cannot open __dyn__.tmp
mingw64-make.exe[3]: *** [harbour-20.dll] Error 1

win/mingw64 (4.5.0-20091118)
-------------
x86_64-w64-mingw32-gcc   -I. -I../../../../../include -Wall -W -O3 
-fomit-frame-pointer  -DUNICODE -DHB_HAS_PCRE 
-IF:/work/harbour/harbour/external/pcre -DPCRE_STATIC -DHB_HAS_ZLIB 
-IF:/work/harbour/harbour/external/zlib  -ohbsocket.o -c ../../../hbsocket.c
../../../hbsocket.c: In function 'hb_socketSelectRD':
../../../hbsocket.c:1376:7: warning: comparison between signed and unsigned 
integer expressions
../../../hbsocket.c: In function 'hb_socketSelectWR':
../../../hbsocket.c:1424:7: warning: comparison between signed and unsigned 
integer expressions
../../../hbsocket.c: In function 'hb_socketSelectWRE':
../../../hbsocket.c:1475:7: warning: comparison between signed and unsigned 
integer expressions
../../../hbsocket.c:1478:7: warning: comparison between signed and unsigned 
integer expressions
../../../hbsocket.c: In function 'hb_socketSelect':
../../../hbsocket.c:2585:16: warning: comparison between signed and unsigned 
integer expressions

x86_64-w64-mingw32-gcc   -I. -I../../../../../include -Wall -W -O3 
-fomit-frame-pointer  -DUNICODE  -ohb_btree.o -c ../../../hb_btree.c
../../../hb_btree.c: In function 'Grow':
../../../hb_btree.c:740:23: warning: cast from pointer to integer of different 
size

x86_64-w64-mingw32-gcc   -I. -I../../../../../include -Wall -W -O3 
-fomit-frame-pointer  -DUNICODE  -owin_dll.o -c ../../../win_dll.c
../../../win_dll.c: In function 'DllExec':
../../../win_dll.c:433:45: warning: cast from pointer to integer of different 
size
../../../win_dll.c:518:31: warning: cast to pointer from integer of different 
size
../../../win_dll.c:576:19: warning: cast to pointer from integer of different 
size
../../../win_dll.c:593:21: warning: cast to pointer from integer of different 
size

win/linux and win/os2
------------------------
wlib  -q -p=72 -c -n  ../../../../../lib/linux/watcom/hbdebug.lib -+dbgentry.o 
-+dbgmenu.o -+dbghelp.o -+dbgtinp.o -+dbgtmenu.o -+dbgtmitm.o -+dbgtwin.o 
-+debugger.o -+dbgtarr.o -+dbgthsh.o -+dbgtobj.o -+tbrwtext.o -+dbgwa.o 
-+dbgbrwsr.o
        1 file(s) copied.
mingw64-make.exe[1]: *** [dynlib.inst] Error -1073741819
mingw64-make.exe: *** [src.inst] Error 2
---
wlib  -q -p=72 -c -n  ../../../../../lib/os2/watcom/hbdebug.lib -+dbgentry.obj 
-+dbgmenu.obj -+dbghelp.obj -+dbgtinp.obj -+dbgtmenu.obj -+dbgtmitm.obj 
-+dbgtwin.obj -+debugger.obj -+dbgtarr.obj -+dbgthsh.obj -+dbgtobj.obj 
-+tbrwtext.obj -+dbgwa.obj -+dbgbrwsr.obj
        1 file(s) copied.
mingw64-make.exe[1]: *** [dynlib.inst] Error -1073741819
mingw64-make.exe: *** [src.inst] Error 2

[ mingw64-make CRASH, probably mingw64-make related bug ]

[ I had to drop DJGPP tests, since I maintain no 32-bit Windows or DOS 
environment anymore. I also have no msvcarm env installed anymore. ]

Brgds,
Viktor

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to