I cannot help you, but it's exactly that kind of noise which
we should IMO move to a user list.
If more users will confirm similar problems I'll continue to
spend time on it. Sorry, but I see this a never ending waste
of time.
Brgds,
Viktor
On 2009.06.07., at 22:17, Massimo Belgrano wrote:
only references to hbqt in my log is
c:/harbour/config/mingw32-make -C hbqt clean
mingw32-make[2]: Entering directory `c:/harbour/contrib/hbqt'
mingw32-make[2]: Leaving directory `c:/harbour/contrib/hbqt'
i found follow warning for gtwvg (not related to this problem)
but i not have also gtwvg.lib/ libgtwvg.a
../../wvgsink.c:238: warning: implicit declaration of function
'HB_VTBL'
../../wvgsink.c:238: error: invalid type argument of '->' (have 'int')
../../wvgsink.c:238: warning: implicit declaration of function
'HB_THIS'
../../wvgsink.c:248: error: invalid type argument of '->' (have 'int')
../../wvgsink.c:260: error: invalid type argument of '->' (have 'int')
../../wvgsink.c: In function 'SetupConnectionPoint':
../../wvgsink.c:470: error: invalid type argument of '->' (have 'int')
../../wvgsink.c:470: warning: implicit declaration of function
'HB_THIS_'
../../wvgsink.c:470: error: called object 'HB_THIS_(thisobj)' is not
a function
../../wvgsink.c:473: error: invalid type argument of '->' (have 'int')
../../wvgsink.c:473: error: called object
'HB_THIS_(pdevice_interface)' is not a function
../../wvgsink.c:476: error: invalid type argument of '->' (have 'int')
../../wvgsink.c:476: error: invalid operands to binary & (have 'int'
and 'struct IEnumConnectionPoints *')
../../wvgsink.c:481: error: invalid type argument of '->' (have 'int')
../../wvgsink.c:481: error: expected ')' before numeric constant
../../wvgsink.c:484: error: invalid type argument of '->' (have 'int')
../../wvgsink.c:484: error: invalid operands to binary & (have 'int'
and 'IID')
../../wvgsink.c:495: error: invalid type argument of '->' (have 'int')
../../wvgsink.c:495: error: expected ')' before 'pIUnknown'
../../wvgsink.c:508: error: invalid type argument of '->' (have 'int')
../../wvgsink.c:511: error: invalid type argument of '->' (have 'int')
../../wvgsink.c:514: error: invalid type argument of '->' (have 'int')
../../wvgsink.c: In function 'HB_FUN_WVG_AXSHUTDOWNCONNECTIONPOINT':
../../wvgsink.c:549: error: invalid type argument of '->' (have 'int')
../../wvgsink.c:549: error: expected ')' before 'pSink'
../../wvgsink.c:550: error: invalid type argument of '->' (have 'int')
../../wvgsink.c:558: error: invalid type argument of '->' (have 'int')
../../wvgsink.c: In function 'HB_FUN_WVG_AXGETCONTROL':
../../wvgsink.c:605: error: invalid type argument of '->' (have 'int')
../../wvgsink.c:605: error: called object 'HB_THIS_(pUnk)' is not a
function
../../wvgsink.c:606: error: invalid type argument of '->' (have 'int')
../../wvgsink.c: In function 'HB_FUN_WVG_AXDOVERB':
../../wvgsink.c:634: error: invalid type argument of '->' (have 'int')
../../wvgsink.c:634: error: called object 'HB_THIS_(pUnk)' is not a
function
../../wvgsink.c:639: error: invalid type argument of '->' (have 'int')
../../wvgsink.c:639: error: invalid operands to binary & (have 'int'
and 'struct IOleClientSite *')
../../wvgsink.c:647: error: invalid type argument of '->' (have 'int')
../../wvgsink.c:647: error: expected ')' before 'hb_parni'
i have also tried the msys version
SET HB_INC_QT=/c/devl/Qt/4.5.1/qt/include
and also use another version of mingw 3.4.5 instead version from tdm
4.4.0
but it generate libhbqt.a correctly!
but i not have gtwvg.lib and gtqtc.lic
i have readded to my batch in msys version set HB_CONTRIB_ADDONS=gtqtc
is required for made
but without success
this are my batch first not create libhbqt.a instead the second do it
SET HB_QT_STATIC=yes
SET HB_INC_ADS=c:\devl\acesdk
SET HB_BUILD_IMPLIB=yes
SET HB_DIR_ADS=c:\devl\acesdk
SET HB_INC_QT=c:\devl\qt\4.5.1\qt\include
set HB_DIR_MYSQL=c:\devl\MySQL51
set HB_INC_MYSQL=c:\devl\MySQL51\include
SET HB_COMPILER=mingw
SET HB_ARCHITECTURE=win
SET HB_INSTALL_PREFIX=c:\harbour\%HB_COMPILER%
SET PATH=C:\devl\MinGWTDM\bin;c:\harbour\%HB_COMPILER%\bin;%PATH%
call make_gnu.bat clean install > log-%HB_COMPILER%.txt 2>&1
1) here i have removed set HB_CONTRIB_ADDONS=gtqtc because with this
any contrib is created
---------------------
SET HB_QT_STATIC=yes
SET HB_INC_ADS=/c/devl/acesdk
SET HB_BUILD_IMPLIB=yes
SET HB_DIR_ADS=/c/devl/acesdk
SET HB_INC_QT=/c/devl/Qt/4.5.1/qt/include
set HB_CONTRIB_ADDONS=gtqtc
set HB_DIR_MYSQL=/C/devl/MySQL51
set HB_INC_MYSQL=/C/devl/MySQL51/include
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
here i tried with and without HB_CONTRIB_ADDONS=gtqtc becase without
but it not create gtqtc as i want
gtwvg is broken?
2009/6/7 Viktor Szakáts <harbour...@syenar.hu>:
i have removed and reinstalled qt in c:\devl\qt\4.5.1 from
http://www.qtsoftware.com/downloads/sdk-windows-cpp, but i not have
C:\devl\Qt\4.5.1\include but C:\devl\Qt\4.5.1\qt\include
so i set to SET HB_INC_QT=c:\devl\qt\4.5.1\qt\include
but i not have hbqt.lib or better libhbqt.a
Did you check your build log?
--
Massimo Belgrano
_______________________________________________
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