set HB_INC_QT=c:\devl\qt\2009.01\qt\include
set HB_DIR_QT=c:\devl\qt\2009.01\qt\
SET HB_CONTRIB_ADDONS=hbqt
set HB_COMPILER=mingw
SET HB_ARCHITECTURE=win
set HB_INSTALL_PREFIX=/c/harbour/%HB_COMPILER%
set 
PATH=C:\devl\msys\1.0\bin;C:\devl\MinGW\bin;c:\harbour\%HB_COMPILER%\bin;%PATH%
sh make_gnu.sh clean install > log-%HB_COMPILER%.txt 2>&1

i not receive error but i not found c:\harbour\??\lib\libhbqt.a
if examine log see:

../../hbqt.h:58:24: Qt/qglobal.h: No such file or directory
../../hbqt_base.cpp: In function `void HB_FUN_QT_VERSION_STR()':
../../hbqt_base.cpp:64: error: `QT_VERSION_STR' was not declared in this scope
../../hbqt_base.cpp:64: warning: unused variable 'QT_VERSION_STR'
make[3]: *** [hbqt_base.o] Error 1
make[3]: Leaving directory `/c/harbour/contrib/hbqt/win/mingw'
make[2]: *** [descend] Error 2
make[2]: Leaving directory `/c/harbour/contrib/hbqt'
make[2]: Entering directory `/c/harbour/contrib/hbssl'
The 'hbssl' library ignored.

In file included from ../../hbqt_base.cpp:55:
../../hbqt.h:58:24: Qt/qglobal.h: No such file or directory
../../hbqt_base.cpp: In function `void HB_FUN_QT_VERSION_STR()':
../../hbqt_base.cpp:64: error: `QT_VERSION_STR' was not declared in this scope
../../hbqt_base.cpp:64: warning: unused variable 'QT_VERSION_STR'

if try another way
c:\harbour\contrib\hbqt>make
make: `install' is up to date.


-- 
Massimo Belgrano
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to