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] Stable Branch Update - Call for Testers


From: Alois Schlögl
Subject: Re: [Mingw-cross-env-list] Stable Branch Update - Call for Testers
Date: Fri, 19 Jul 2013 15:13:28 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130704 Icedove/17.0.7

On 2013-07-13 18:03, Tony Theodore wrote:
Hi All,

It's been some time since we've had an update to the stable branch and now 
seems like an ideal time with most packages updated (including glib and 
friends), some major new releases like qt5.1 and vtk6, and the new 64-bit 
support. Please don't add any new functionality or packages until the 
merge-from-master is done. Bugfixes are welcome, of course.

Could you please verify that:

1) The current master branch builds flawlessly on all your systems (make clean 
&& make).

I've been testing this

make MXE_TARGETS='i686-pc-mingw32 x86_64-w64-mingw32 i686-w64-mingw32' -j 4 gcc suitesparse zlib libgomp libiberty libiconv wxwidgets hdf5 boost fftw qt

which compiles fine.


2) The current master branch produces well working binaries for all your 
applications.

src/wxwidgets.mk contains an empty instruction set for the w64 targets, and does therefore not provide a w64 built for wxwidgets. building wxwidgets for the x86_64-w64-mingw32 target was possible before the switch to gcc 4.8.x



3) All your great projects for which you're using mxe are mentioned on the 
website: http://mxe.cc/#used-by

Biosig uses MXE for its win32 and win64 builds
http://biosig.sourceforge.net/download.html



For successful builds, please post the output of:

     uname -a
     git show-branch --list --reflog=1
     lsb_release -a #linux systems only

$ uname -a
Linux mymachine 3.2.0-4-amd64 #1 SMP Debian 3.2.41-2+deb7u2 x86_64 GNU/Linux

$ git show-branch --list --reflog=1
  [refs/heads/address@hidden (8 minutes ago) pull: Fast-forward

$ lsb_release -a #linux systems only
No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux 7.1 (wheezy)
Release:        7.1
Codename:       wheezy



along with the targets you have built(i686-pc-mingw32 | x86_64-w64-mingw32 | 
i686-w64-mingw32).
For failing builds, please post the full log (above details will be included).

After disabling the empty build instructions for wxwidgets on w64 as below, I get the attached log files.

diff --git a/src/wxwidgets.mk b/src/wxwidgets.mk
index 99d6e81..4236839 100644
--- a/src/wxwidgets.mk
+++ b/src/wxwidgets.mk
@@ -125,5 +125,5 @@ define $(PKG)_BUILD
         `'$(TARGET)-wx-config' --cflags --libs`
 endef

-$(PKG)_BUILD_i686-w64-mingw32 =
-$(PKG)_BUILD_x86_64-w64-mingw32 =
+#$(PKG)_BUILD_i686-w64-mingw32 =
+#$(PKG)_BUILD_x86_64-w64-mingw32 =



Thanks,

Tony

You are welcome,

   Alois


Attachment: wxwidgets_i686-w64-mingw32.gz
Description: GNU Zip compressed data

Attachment: wxwidgets_x86_64-w64-mingw32.gz
Description: GNU Zip compressed data


reply via email to

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