PROCEDURE Main ()

    WHILE .T.
       ? "Thank you, Andi!"
    ENDDO

RETURN

MinGW is very important for me.

Compiling here, with the parameters below, I have this result:

GCC is version 4.6.2.

SET CC_DIR=C:/MinGW
SET SUB_DIR=gc
SET BISON_DIR=C:/MINGW/MSYS/1.0/bin
SET NO_CYGWIN=1
cd xharbour-rev9461
make_gc.bat all

--- begin ---
source/compiler/harbour.sly:396.14-76: warning: unused value: $3
source/compiler/harbour.sly:397.14-88: warning: unused value: $3
source/compiler/harbour.sly:397.14-88: warning: unused value: $5
source/compiler/gencc.c: In function 'hb_p_pushdatetime':
source/compiler/gencc.c:1792:4: warning: format '%d' expects argument of 
type 'int', but argument 3 has type 'LONG' [-Wformat]
source/compiler/gencc.c:1792:4: warning: format '%d' expects argument of 
type 'int', but argument 4 has type 'LONG' [-Wformat]
source/rtl/math.c: In function 'hb_matherrblock':
source/rtl/math.c:552:20: warning: the comparison will always evaluate 
as 'true' for the address of 'Handled' will never be NULL [-Waddress]
source/rdd/dbfmdx/dbfmdx1.c: In function 'hb_cdxIndexFree':
source/rdd/dbfmdx/dbfmdx1.c:4123:10: warning: passing argument 2 of 
'hb_fileDelete' makes integer from pointer without a cast [enabled by 
default]
include/hbapifs.h:344:22: note: expected 'USHORT' but argument is of 
type 'void *'
source/rdd/dbfmdx/dbfmdx1.c: At top level:
source/rdd/dbfmdx/dbfmdx1.c:6009:19: warning: 'hb_cdxSeekWild' defined 
but not used [-Wunused-function]
mingw32-make.exe: winmake\: No such file or directory
mingw32-make.exe: *** No rule to make target `winmake\'.  Stop.
--- end ---

Files created in folder bin\gc:

harbour.exe
hbdoc.exe
hbmake.exe
hbpp.exe
hbrun.exe
hbtest.exe
ppgen.exe
xbscript.exe

Files created in folder lib\gc:

libbmdbfcdx.a
libbmsixcdx.a
libcodepage.a
libcommon.a
libcompiler.a
libct.a
libdbfcdx.a
libdbffpt.a
libdbfmdx.a
libdbfnsx.a
libdbfntx.a
libdebug.a
libdllmain.a
libfmstat.a
libgtcgi.a
libgtgui.a
libgtpca.a
libgtstd.a
libgtwin.a
libgtwvt.a
libhbodbc.a
libhbsix.a
libhsx.a
liblang.a
liblibmisc.a
libmacro.a
libnulsys.a
libpcrepos.a
libpp.a
librdd.a
librdds.a
libredbfcdx.a
libredbffpt.a
librtl.a
libsixcdx.a
libtip.a
libuse_dll.a
libusrrdd.a
libvm.a
libzlib.a


Regards,
Marcos Gambeta


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to