[Lazarus] Trunk: problems running lazbuild to crosscompile Win x64 LCL

Reinier Olislagers reinierolislagers at gmail.com
Wed Feb 13 17:04:26 CET 2013


On 13-2-2013 16:22, Mattias Gaertner wrote:
> Reinier Olislagers <reinierolislagers at gmail.com> hat am 13. Februar 2013 um
> 15:19 geschrieben:
>> fpcup tries to build an x64 LCL on Windows after having built the
>> compiler, a bigide etc.
>>
>> For that it uses lazbuild --cpu=x86_64 --os=win64 with the proper
>> primary config path to build lcl\interfaces\lcl.lpk
<snip>
>> However, when trying it just now it failed, both with FPC trunk and 2.6.
<snip>
> Maybe you were just unlucky. There was a bug in a few revisions. Updating svn
> and doing a "make clean all" will fix that.

Thanks.

Perhaps....
Doing
svn up .
make clean
make clean
make distclean
make distclean
del *.ppu /s
del *.a /s
del *.o /s
del *.po /s
svn revert . --recursive
and running fpcup again didn't help though...

Lazarus r40299, FPC trunk r23607

I'll probably give it another go tomorrow...




More information about the Lazarus mailing list