Massimo,

I just compiled now 11269 with MinGW .-

gcc (GCC) 3.4.5 (mingw-vista special r3)
Copyright (C) 2004 Free Software Foundation, Inc.
        
with this bat file .-

set QTDIR=d:\Qt\2009.01\qt
set QMAKESPEC=win32-g++
set 
PATH=%PATH%;d:\Qt\2009.01\bin;d:\Qt\2009.01\qt\bin;d:\Qt\2009.01\mingw\bin;d:\Qt\harbour\bin
rem
Set HB_INC_QT=D:\Qt\2009.01\qt\include
Set HB_INC_PGSQL=D:\Qt\postgresql-8.3.4\src\include
Set HB_COMPILER=mingw
Set HB_INSTALL_PREFIX=D:\Qt\harbour
cd trunk\harbour
Call make_gnu.bat install -j5 > res.log
cd ..
cd ..

Incorporated into the file contrib/Makefile .-

# contribs with external dependencies
DIRS +=\
        gtalleg \
        gtqtc \     <-- This is added
        hbblat \

        
And the only warning that has left is .-

In file included from ../../../hvmall.c:66:
../../../hvm.c: In function `hb_vmProc':
../../../hvm.c:5627: warning: unused variable `_hb_stack_ptr_'

I have the libraries .-
libgtqtc.a libhbqt ?...@#... :(
Opss... Sure I've left something.
Maybe set HB_DIR_PGSQL=c:\pgsql         
Well, I try again :)

--
Xavi


Enrico Maria Giordano escribió:
Warning W8004 ../../../hvm.c 5680: '_hb_stack_ptr_' is assigned a value that is never used in function hb_vmProc

EMG

--
EMAG Software Homepage:     http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
The EMG Music page:         http://www.emagsoftware.it/emgmusic
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour






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

Reply via email to