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: Gregory Smith
Subject: Re: [Mingw-cross-env-list] Preparation of Release 2.16
Date: Tue, 5 Oct 2010 08:59:18 -0400 (EDT)
User-agent: Alpine 2.00 (LFD 1167 2008-08-23)

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.

Gregory

Attachment: lame.bz2
Description: BZip2 compressed data


reply via email to

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