>-----Original Message-----
>From: Massimo Belgrano [mailto:mbelgr...@deltain.it] 
>Sent: Thursday, February 19, 2009 11:37 AM
>To: Harbour Project Main Developer List.
>Subject: Re: [Harbour] Log from build.
>
>Hi Marek
>please use the -trace option and post  your outputs.


Here is todays log :

c:\harbour>make_gnu.bat clean

c:\harbour>make_gnu.bat
make[3]: *** [wvgcore.obj] Error 8
make[2]: *** [descend] Error 2
make[1]: *** [gtwvg] Error 2
make: *** [contrib] Error 2

c:\harbour>make_gnu.log install

c:\harbour>make_gnu.bat install
make[1]: [install] Error 1 (ignored)
make[3]: *** [wvgcore.obj] Error 8
make[2]: *** [descend] Error 2
make[1]: *** [gtwvg.inst] Error 2
make: *** [contrib.inst] Error 2



c:\harbour\tests>hbmk_ow cls_test
Harbour Make 1.1.0dev (Rev. 10338)
Copyright (c) 1999-2009, Viktor Szakats
http://www.harbour-project.org/

hbmk: Using Harbour: C:\harbour\bin C:\harbour\include C:\harbour\lib
Open Watcom Linker Version 1.8
Portions Copyright (c) 1985-2002 Sybase, Inc. All Rights Reserved.
Source code is available under the Sybase Open Watcom Public License.
See http://www.openwatcom.org/ for details.
Error! E2093: cannot open C:\TEMP\2k5mce
hbmk: Error: Running linker. 1: 'wlink @C:\TEMP\2k5mce'
Press any key to continue...^C // <----- here hangs batch process.

 
c:\harbour\tests>hbmk_ow -trace cls_test
Harbour Make 1.1.0dev (Rev. 10338)
Copyright (c) 1999-2009, Viktor Szakats
http://www.harbour-project.org/

hbmk: Using Harbour: C:\harbour\bin C:\harbour\include C:\harbour\lib
hbmk: Harbour compiler command: 'C:\harbour\bin\harbour.exe cls_test -n
-q0 -iC:\harbour\include'
hbmk: C compiler command: 'wpp386 -j -w3 -5s -5r -fp5 -oxehtz -zq -zt0
-mf -bt=NT   cls_test.c'
hbmk: Linker command: 'wlink @C:\TEMP\5z4fqp'
hbmk: Linker script: '-j -w3 -5s -5r -fp5 -oxehtz -zq -zt0 -mf -bt=NT
cls_test.c'
Open Watcom Linker Version 1.8
Portions Copyright (c) 1985-2002 Sybase, Inc. All Rights Reserved.
Source code is available under the Sybase Open Watcom Public License.
See http://www.openwatcom.org/ for details.
Error! E2093: cannot open C:\TEMP\5z4fqp
hbmk: Error: Running linker. 1: 'wlink @C:\TEMP\5z4fqp'
Press any key to continue...


And ends of make_gnu.log file :

C:\WATCOM\H\NT\basetsd.h(35): Note! N392: col(29) definition: 'INT32'
../../wvgcore.c(176): Error! E306: col(81) cannot convert expression to
type of cast
../../wvgcore.c(176): Note! N630: col(81) source conversion type is
'_GUID const *'
../../wvgcore.c(176): Note! N631: col(81) target conversion type is
'_GUID const (lvalue)'
../../wvgcore.c(213): Error! E306: col(90) cannot convert expression to
type of cast
../../wvgcore.c(213): Note! N630: col(90) source conversion type is
'_GUID const *'
../../wvgcore.c(213): Note! N631: col(90) target conversion type is
'_GUID const (lvalue)'
../../wvgcore.c(617): Error! E306: col(85) cannot convert expression to
type of cast
../../wvgcore.c(617): Note! N630: col(85) source conversion type is
'_GUID const *'
../../wvgcore.c(617): Note! N631: col(85) target conversion type is
'_GUID const (lvalue)'
make[3]: Leaving directory `c:/harbour/contrib/gtwvg/win/owatcom'
make[2]: Leaving directory `c:/harbour/contrib/gtwvg'
make[1]: Leaving directory `c:/harbour/contrib'


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

Reply via email to