mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-cross-env-list] Preparation of Release 2.16


From: Tony Theodore
Subject: Re: [Mingw-cross-env-list] Preparation of Release 2.16
Date: Wed, 6 Oct 2010 00:58:00 +1100

On 5 October 2010 23:59, Gregory Smith <address@hidden> wrote:
> On Tue, 5 Oct 2010, Tony Theodore wrote:
>
>> I suspect it's related to wine, line 23 of the log:
>>
>> checking whether we are cross compiling... no
>>
>> Could you try the usual $(SED) replacement and see if that works?
>>
>> diff -r e18e7ca2ee3f src/lame.mk
>> --- a/src/lame.mk       Tue Oct 05 15:23:21 2010 +1100
>> +++ b/src/lame.mk       Tue Oct 05 16:02:23 2010 +1100
>> @@ -19,6 +19,8 @@
>> endef
>>
>> define $(PKG)_BUILD
>> +    # wine confuses the cross-compiling detection, so set it explicitly
>> +    $(SED) -i 's,cross_compiling=no,cross_compiling=yes,'
>> '$(1)/configure'
>>    cd '$(1)' && ./configure \
>>        --host='$(TARGET)' \
>>        --prefix='$(PREFIX)/$(TARGET)' \
>
> I have to put the sed line after autoreconf. Sadly, still no luck. Log
> attached.

Can you remove the autoreconf step, it shouldn't be needed.

Thanks,

Tony



reply via email to

[Prev in Thread] Current Thread [Next in Thread]