Hi all,
When i'm building harbour from last nigtly.zip with mingw+gcc  :

'
'
'
G:\harbour\contrib\gtwvg>if not exist ..\..\lib\win\mingw\. md 
..\..\lib\win\mingw
mingw32-make.exe[3]: Entering directory `G:/harbour/contrib/gtwvg/win/mingw'
gcc -I. -I../../../../include  -Wall -W -O3 -fomit-frame-pointer -march=i586 
-mtune=pentiumpro  -I../../../../contrib/hbwin  -c ../../gtwvg.c -ogtwvg.o
gcc -I. -I../../../../include  -Wall -W -O3 -fomit-frame-pointer -march=i586 
-mtune=pentiumpro  -I../../../../contrib/hbwin  -c ../../wvgcore.c -owvgcore.o
gcc -I. -I../../../../include  -Wall -W -O3 -fomit-frame-pointer -march=i586 
-mtune=pentiumpro  -I../../../../contrib/hbwin  -c ../../wvgutils.c -owvgutils.o
../../wvgutils.c: In function `HB_FUN_WVT_SETPOINTER':
../../wvgutils.c:612: warning: implicit declaration of function 
`SetClassLongPtr'
gcc -I. -I../../../../include  -Wall -W -O3 -fomit-frame-pointer -march=i586 
-mtune=pentiumpro  -I../../../../contrib/hbwin  -c ../../wvgwin.c -owvgwin.o
../../wvgwin.c: In function `HB_FUN_WVG_SETCURRENTBRUSH':
../../wvgwin.c:2095: warning: implicit declaration of function `SetClassLongPtr'
../../wvgwin.c:2095: error: `GCLP_HBRBACKGROUND' undeclared (first use in this 
function)
../../wvgwin.c:2095: error: (Each undeclared identifier is reported only once
../../wvgwin.c:2095: error: for each function it appears in.)
mingw32-make.exe[3]: *** [wvgwin.o] Error 1
mingw32-make.exe[3]: Leaving directory `G:/harbour/contrib/gtwvg/win/mingw'
mingw32-make.exe[2]: *** [descend] Error 2
mingw32-make.exe[2]: Leaving directory `G:/harbour/contrib/gtwvg'
mingw32-make.exe[1]: *** [gtwvg.inst] Error 2
mingw32-make.exe[1]: Leaving directory `G:/harbour/contrib'
mingw32-make.exe: *** [contrib.inst] Error 2

and after this make_gnu is break and i don't know what to do.

my batch file :
===============================================================
set PATH=G:\MinGW\bin;G:\MinGW\libexec\gcc\mingw32\3.4.2;%PATH%
SET HB_INC_QT=G:\qt\4.5.0\include
set HB_COMPILER=mingw
set HB_INSTALL_PREFIX=G:\hb-%HB_COMPILER%
call make_gnu.bat install %1 %2 > log-%HB_COMPILER%.txt 2>&1
===============================================================

OS - Win XP HE SP3


-- 
Regards,

Jaroslaw Kadziola

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

Reply via email to