Re: [Harbour] Re: Error with qt 4.6 final version for mingw 4.4

2009-12-03 Thread Massimo Belgrano
set Path=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem call %ProgramFiles%\Microsoft Visual Studio 9.0\VC\vcvarsall.bat WIN-make clean install log2msvc.txt with follow result c:\harbourPath=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem c:\harbourcall C:\Program Files\Microsoft

Re: [Harbour] Re: Error with qt 4.6 final version for mingw 4.4

2009-12-03 Thread Viktor Szakáts
set Path=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem call %ProgramFiles%\Microsoft Visual Studio 9.0\VC\vcvarsall.bat WIN-make clean install log2msvc.txt with follow result c:\harbourPath=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem c:\harbourcall C:\Program

Re: [Harbour] Re: Error with qt 4.6 final version for mingw 4.4

2009-12-03 Thread Massimo Belgrano
Is not possible add on or more library in persistent way so hbmk2 build process not need using -Lc:\mylib for each program that use this library ispired by old lib but in hbmk2.ini only for explain a prev poiunt regarding need to copy after the compilation process in same dir I my batch i

Re: [Harbour] Re: Error with qt 4.6 final version for mingw 4.4

2009-12-03 Thread Viktor Szakáts
Is not possible add on or more library in persistent way so hbmk2 build process not need using -Lc:\mylib for each program that use this library ispired by old lib but in hbmk2.ini This is not true. There are several ways to solve that very cleanly and persistently (by using hbmk.cfg, or

RE: [Harbour] Re: Error with qt 4.6 final version for mingw 4.4

2009-12-03 Thread Bisz István
Hi, The main problem with the MinGW Qt 4.6 is that the GCC 4.4.0 has a new exception model Dwarf, as it is described below (from release note): - Zero cost exceptions: New exception model Dwarf only has performance penalty when being thrown. The old model, SJLJ, is no longer available. The

Re: [Harbour] Re: Error with qt 4.6 final version for mingw 4.4

2009-12-03 Thread Viktor Szakáts
Thanks for this information. Brgds, Viktor On 2009 Dec 3, at 13:53, Bisz István wrote: Hi, The main problem with the MinGW Qt 4.6 is that the GCC 4.4.0 has a new exception model Dwarf, as it is described below (from release note): - Zero cost exceptions: New exception model Dwarf only

RE: [Harbour] Re: Error with qt 4.6 final version for mingw 4.4

2009-12-03 Thread Bisz István
You're welcome. -Original Message- From: harbour-boun...@harbour-project.org [mailto:harbour-boun...@harbour-project.org] On Behalf Of Viktor Szakáts Sent: 2009. december 3. 14:57 To: Harbour Project Main Developer List. Subject: Re: [Harbour] Re: Error with qt 4.6 final version

[Harbour] Re: Error with qt 4.6 final version for mingw 4.4

2009-12-02 Thread Massimo Belgrano
compiling with SET HB_WITH_QT=C:\devl\Qt\2009.04\qt\include PATH=C:\devl\MinGWtdm\bin;c:\harbour\%HB_COMPILER%\bin;c:\devl\qt\4.6.0\bin;%PATH% work fine instead with SET HB_WITH_QT=c:\devl\qt\4.6.0\include PATH=C:\devl\MinGWtdm\bin;c:\harbour\%HB_COMPILER%\bin;c:\devl\qt\4.6.0\bin;%PATH% give

[Harbour] Re: Error with qt 4.6 final version for mingw 4.4

2009-12-02 Thread Massimo Belgrano
why use SET HB_INC_QT and why HB_WITH_QT? -- Massimo Belgrano ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Re: Error with qt 4.6 final version for mingw 4.4

2009-12-02 Thread Viktor Szakáts
why use SET HB_INC_QT and why HB_WITH_QT? See my last ChangeLog entry. Brgds, Viktor ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Re: Error with qt 4.6 final version for mingw 4.4

2009-12-02 Thread Massimo Belgrano
I have removed all HB_INC_* from my batch with the exclusion of hb_inc_install I think that 3.6 is not jet compatible with harbour/hbide i have also tried for resolve my prev prev problem hbmk2 hbide -rebuild Thinking that each major upgrade of qt must be done -rebuild 1 Qt SDK for Windows*

Re: [Harbour] Re: Error with qt 4.6 final version for mingw 4.4

2009-12-02 Thread Viktor Szakáts
I have removed all HB_INC_* from my batch with the exclusion of hb_inc_install You also not need HB_INC_INSTALL, BTW. Unless you use some exotic dir layout. Brgds, Viktor ___ Harbour mailing list (attachment size limit: 40KB)

Re: [Harbour] Re: Error with qt 4.6 final version for mingw 4.4

2009-12-02 Thread Massimo Belgrano
My dir layout SET HB_INSTALL_PREFIX=C:\HARBOUR\%HB_COMPILER% SET HB_BIN_INSTALL=%HB_INSTALL_PREFIX%\BIN SET HB_LIB_INSTALL=%HB_INSTALL_PREFIX%\LIB SET HB_INC_INSTALL=%HB_INSTALL_PREFIX%\INCLUDE if i remove : HB_BIN_INSTAL SET HB_LIB_INSTALL SET HB_INC_INSTALL I can't compile harbour gcc -I.

Re: [Harbour] Re: Error with qt 4.6 final version for mingw 4.4

2009-12-02 Thread Viktor Szakáts
My dir layout SET HB_INSTALL_PREFIX=C:\HARBOUR\%HB_COMPILER% SET HB_BIN_INSTALL=%HB_INSTALL_PREFIX%\BIN SET HB_LIB_INSTALL=%HB_INSTALL_PREFIX%\LIB SET HB_INC_INSTALL=%HB_INSTALL_PREFIX%\INCLUDE if i remove : HB_BIN_INSTAL SET HB_LIB_INSTALL SET HB_INC_INSTALL I can't compile harbour gcc

Re: [Harbour] Re: Error with qt 4.6 final version for mingw 4.4

2009-12-02 Thread Massimo Belgrano
THis is my batch with parameter clean install SET HB_WITH_ADS=C:\DEVL\acesdk SET HB_WITH_QT=C:\DEVL\qt\2009.04\QT\INCLUDE SET HB_BUILD_IMPLIB=yes SET HB_WITH_MYSQL=C:\DEVL\MySQL51\INCLUDE SET HB_ARCHITECTURE=win SET HB_COMPILER=mingw SET HB_INSTALL_PREFIX=C:\HARBOUR\%HB_COMPILER% rem SET

Re: [Harbour] Re: Error with qt 4.6 final version for mingw 4.4

2009-12-02 Thread Viktor Szakáts
THis is my batch with parameter clean install SET HB_WITH_ADS=C:\DEVL\acesdk SET HB_WITH_QT=C:\DEVL\qt\2009.04\QT\INCLUDE SET HB_BUILD_IMPLIB=yes SET HB_WITH_MYSQL=C:\DEVL\MySQL51\INCLUDE SET HB_ARCHITECTURE=win SET HB_COMPILER=mingw SET HB_INSTALL_PREFIX=C:\HARBOUR\%HB_COMPILER% rem SET

Re: [Harbour] Re: Error with qt 4.6 final version for mingw 4.4

2009-12-02 Thread Massimo Belgrano
IF I SET HB_INSTALL_PREFIX=C:\HARBOUR\ will be created win\mingw\include win\mingw\lib so when i made a copy will be right follow COPY C:\DEVL\mysql51\lib\opt\libmysql.lib C:\HARBOUR\win\%HB_COMPILER%\lib\libmysql.a 2009/12/2 Viktor Szakáts harbour...@syenar.hu: Default lib dir in your case

Re: [Harbour] Re: Error with qt 4.6 final version for mingw 4.4

2009-12-02 Thread Viktor Szakáts
IF I SET HB_INSTALL_PREFIX=C:\HARBOUR\ will be created win\mingw\include win\mingw\lib so when i made a copy will be right follow COPY C:\DEVL\mysql51\lib\opt\libmysql.lib C:\HARBOUR\win\%HB_COMPILER%\lib\libmysql.a Sorry I don't understand. If you use hbmk2 for your final app, all you

Re: [Harbour] Re: Error with qt 4.6 final version for mingw 4.4

2009-12-02 Thread Massimo Belgrano
i have switched from SET HB_INSTALL_PREFIX=C:\HARBOUR\%HB_COMPILER% to SET HB_INSTALL_PREFIX=C:\HARBOUR\ Thanks for your support Have you tried qt 4.6 final version with hbide? to me seem not work 2009/12/2 Viktor Szakáts harbour...@syenar.hu: IF I SET HB_INSTALL_PREFIX=C:\HARBOUR\ will be

Re: [Harbour] Re: Error with qt 4.6 final version for mingw 4.4

2009-12-02 Thread Viktor Szakáts
i have switched from SET HB_INSTALL_PREFIX=C:\HARBOUR\%HB_COMPILER% to SET HB_INSTALL_PREFIX=C:\HARBOUR\ Thanks for your support np. Have you tried qt 4.6 final version with hbide? to me seem not work I had downloaded the packages, but haven't installed them yet. Brgds, Viktor

Re: [Harbour] Re: Error with qt 4.6 final version for mingw 4.4

2009-12-02 Thread Massimo Belgrano
Hi viktor i have problem converting my harbour for msvc to simple HB_INSTALL_PREFIX SET HB_INSTALL_PREFIX=C:\HARBOUR CALL %ProgramFiles%\Microsoft Visual Studio 9.0\VC\vcvarsall.bat WIN-make clean install l.l WIN-make[1]: [install] Error 1 (ignored) WIN-make[2]: [install] Error 1 (ignored)

Re: [Harbour] Re: Error with qt 4.6 final version for mingw 4.4

2009-12-02 Thread Viktor Szakáts
Sorry, I can't tell from this. Did you check the TROUBLESHOOTING checklist? v On 2009 Dec 3, at 01:23, Massimo Belgrano wrote: Hi viktor i have problem converting my harbour for msvc to simple HB_INSTALL_PREFIX SET HB_INSTALL_PREFIX=C:\HARBOUR CALL %ProgramFiles%\Microsoft Visual Studio