I'm saving the group from starting to spend even more
time on figuring out your local configuration problem:

Since your build process *ends with error* while compiling
GTWVG, it won't build anything after that point, including
the libs you're missing. You can use -i GNU Make switch
to get around that.

Why GTWVG fails on you is another question. My quick
guess is that you try to use a strange/old/broken/mixed
up/messed up MinGW installation.

This isn't related to msys or non-msys before yet another
urban legend start to pop from this thread.

I suggest to try much harder to localize your configuration
problems in the future before bringing them to this list,
because it really distracts us from our real goals.

This was my last time answering to this thread and to
similar future requests.

Brgds,
Viktor

On 2009.06.07., at 23:38, Massimo Belgrano wrote:

I agree is right spend time only if  more user confirm

so i request if samebody made a test compiling harbour using mingw
without msys compiling follow contrib: hbqt (also static) ,gtqtc,gtwvg
Have in c:\harbourtest\lib\libhbqt.a,libgtqtc.a,libgtwvw.a
How many file in c:\harbourtest\lib ?
i have 33 files after follow my batch
SET HB_QT_STATIC=yes
SET HB_BUILD_IMPLIB=yes
SET HB_INC_QT=c:\devl\qt\4.5.1\qt\include
SET HB_COMPILER=mingw
SET HB_ARCHITECTURE=win
SET HB_INSTALL_PREFIX=c:\harbourtest\
SET PATH=C:\devl\MinGW\bin;%PATH%
call make_gnu.bat clean install > log-%HB_COMPILER%.txt 2>&1

07/06/2009  23.24             4.424 libgtcgi.a
07/06/2009  23.24             2.284 libgtgui.a
07/06/2009  23.24            15.272 libgtpca.a
07/06/2009  23.24             7.312 libgtstd.a
07/06/2009  23.24            22.092 libgtwin.a
07/06/2009  23.24            39.506 libgtwvt.a
07/06/2009  23.22            93.888 libhbcommon.a
07/06/2009  23.26           139.650 libhbcpage.a
07/06/2009  23.22           438.366 libhbcplr.a
07/06/2009  23.28           232.034 libhbdebug.a
07/06/2009  23.27           102.856 libhbextern.a
07/06/2009  23.27            25.820 libhbhsx.a
07/06/2009  23.26           291.444 libhblang.a
07/06/2009  23.26            85.910 libhbmacro.a
07/06/2009  23.25               616 libhbmaindllh.a
07/06/2009  23.25            14.428 libhbmaindllp.a
07/06/2009  23.25               724 libhbmainstd.a
07/06/2009  23.25             1.564 libhbmainwin.a
07/06/2009  23.27             5.970 libhbnulrdd.a
07/06/2009  23.28           172.404 libhbpcre.a
07/06/2009  23.22           347.162 libhbpp.a
07/06/2009  23.27           302.314 libhbrdd.a
07/06/2009  23.24         2.556.686 libhbrtl.a
07/06/2009  23.27            61.276 libhbsix.a
07/06/2009  23.27            56.276 libhbuddall.a
07/06/2009  23.27            71.996 libhbusrrdd.a
07/06/2009  23.25           536.632 libhbvm.a
07/06/2009  23.26           555.372 libhbvmmt.a
07/06/2009  23.28            82.176 libhbzlib.a
07/06/2009  23.27           222.780 librddcdx.a
07/06/2009  23.27            51.710 librddfpt.a
07/06/2009  23.27           106.022 librddnsx.a
07/06/2009  23.27           110.498 librddntx.a


thanks in advance


2009/6/7 Viktor Szakáts <harbour...@syenar.hu>:
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




--
Massimo Belgrano

Analisi e sviluppo software per Lan e Web - Consulenza informatica - Formazione
Delta Informatica S.r.l. http://www.deltain.it/   +39 0321 455962
_______________________________________________
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