Hi Viktor
I have resolved reading your note
   - Make sure to install fresh source tree in a new local directory and
     start over.

and after downloading  harbour from cvs in a new directory, now all works fine
i am using mingw from http://www.tdragon.net/recentgcc/
and i have Downloaded Qt libraries 4.5 for Windows (167 Mb) and not
sdk because have a different tree

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\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\MinGWtdm\bin;c:\harbour\%HB_COMPILER%\bin;c:\devl\qt\4.5.1\bin;%PATH%
call make_gnu.bat %1 %2 %3 %4 > log-%HB_COMPILER%.txt 2>&1


2009/6/8 Viktor Szakáts <[email protected]>:
> Is it so complicated to spell my name right?
>
> Go to INSTALL, lookup TROUBLESHOOTING section
> and please start from top, let's see if it digs you out
> from this.
>
> Brgds,
> Viktor
>
> On Mon, Jun 8, 2009 at 9:07 PM, Massimo Belgrano<[email protected]> wrote:
>> thank vicktor
>> i need your help ....your illumination
>> i download from http://www.tdragon.net/recentgcc  and installed in
>> c:\devl\mingwtdragon
>> i get "Bundled Installer: [tdm-mingw-1.905.0-4.4.0-2.exe] (26.0 MB)"
>>
>> follow sample give me error  like when io compile gtwvg
>> set path=c:\devl\mingwtdragon\bin;%PATH%
>> cd \harbour\contrib\gtwvg\win\mingw
>> gcc -I. -I../../../../include  -Wall -W -O3 -fomit-frame-pointer
>> -march=i586 -mtune=pentiumpro  -I../../../../contrib/hbwin  -c
>> ../../wvgsink.c -owvgsink.o
>>
>>
>>
>>
>> 2009/6/8 Viktor Szakáts <[email protected]>:
>>> MinGW distributed with QT is a stripped installation, so
>>> I wouldn't recommend using it for Harbour, it could work,
>>> but it's an uncertain road with no benefit. It's not
>>> obligatory to use it with QT either, it's just bundled
>>> to help those users who don't have one.
>>>
>>> For me it gave some warnings for GTWVG, compared to the
>>> official distro with the same version, I didn't try rest
>>> of Harbour.
>>>
>>> All in all it's better to use known generic MinGW distros:
>>> - http://sf.net
>>> - http://www.tdragon.net/recentgcc
>>>
>>> Brgds,
>>> Viktor
>>>
>>> On 2009.06.08., at 19:50, Xavi wrote:
>>>
>>>> I have changed dlltols.exe and dllwrap.exe of Qt\2009.01\mingw\bin by the
>>>> official distro (3.4.5) because it had errors when compiling another 
>>>> project
>>>> but, sorry now, I don't remember exactly what happened.
>>>> The truth is that I have some changes. Test the official distro of MinGW.
>>>>
>>>> Xavi escribió:
>>>>>
>>>>> Massimo Belgrano escribió:
>>>>>>>
>>>>>>> From the path where have harbour source
>>>>>>
>>>>> Yes, make_gnu.bat run on the path root of harbour source In my case
>>>>> D:\Qt\trunk\harbour for logistical reasons.
>>>>> I also compile with other distributions of MinGW in C: with a similar
>>>>> result.
>>>>> Please, try to use another installation of MinGW. I suspect that the
>>>>> version distributed by Qt is custom.   Now I don't remember I had to 
>>>>> switch
>>>>> to compile another project.
>>>>> While compiling harbor, I think it.
>>>>> --
>>>>> Xavi
>>>>
>>>> _______________________________________________
>>>> Harbour mailing list
>>>> [email protected]
>>>> http://lists.harbour-project.org/mailman/listinfo/harbour
>>>
>>> _______________________________________________
>>> Harbour mailing list
>>> [email protected]
>>> http://lists.harbour-project.org/mailman/listinfo/harbour
>>>
>>
>>
>>
>> --
>> Massimo Belgrano
>> _______________________________________________
>> Harbour mailing list
>> [email protected]
>> http://lists.harbour-project.org/mailman/listinfo/harbour
>>
> _______________________________________________
> Harbour mailing list
> [email protected]
> http://lists.harbour-project.org/mailman/listinfo/harbour
>



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

Reply via email to