[Mingw-w64-public] Win-builds 1.3.0 - stable release

2014-01-13 Thread Adrien Nader
Hi, Here is the 1.3.0 release of the win-builds.org project. As a stable relase, only security fixes and severe bug fixes will cause updates. This project creates a system to build and distribute for Windows from almost any system: *native* Windows, MSYS*, Cygwin and Linux. Everything is done

[Mingw-w64-public] Cross compiling the compiler on Linux

2014-01-13 Thread Peter Kümmel
What's mingw-w64's state-of-the-art way of cross compiling on Linux (Ubuntu)? I found Ruben's cross project on github, is it a follow-up of MinGW-w64-build-scripts? Could Win-builds be used without learning a new build system? Is Mingw-builds still Windows only? Currently it looks like

Re: [Mingw-w64-public] Cross compiling the compiler on Linux

2014-01-13 Thread Peter Kümmel
On 13.01.2014 15:03, Peter Kümmel wrote: What's mingw-w64's state-of-the-art way of cross compiling on Linux (Ubuntu)? I found Ruben's cross project on github, is it a follow-up of MinGW-w64-build-scripts? Could Win-builds be used without learning a new build system? Is Mingw-builds still

Re: [Mingw-w64-public] Cross compiling the compiler on Linux

2014-01-13 Thread Ruben Van Boxem
2014/1/13 Peter Kümmel syntheti...@gmx.net What's mingw-w64's state-of-the-art way of cross compiling on Linux (Ubuntu)? You do sudo apt-get install mingw-w64 which should pull in the compiler and binutils. (see package page here: http://packages.ubuntu.com/saucy/mingw-w64) Then you call the

Re: [Mingw-w64-public] Win-builds 1.3.0 - stable release

2014-01-13 Thread wynfield
Great!. I installed the last version from using programs ? in win-builds-bundle-1.3-rc1.zip and using msys-install.sh and win-builds-switch.sh. Can I get the new version by running the existing msys-install.sh I have and will yypkg know what to do ? Regards Adrien Nader adr...@notk.org

Re: [Mingw-w64-public] Cross compiling the compiler on Linux

2014-01-13 Thread Adrien Nader
On Mon, Jan 13, 2014, Peter Kümmel wrote: What's mingw-w64's state-of-the-art way of cross compiling on Linux (Ubuntu)? As Ruben pointed out, you can use the binaries from your distribution. In the case of Ubuntu, you inherit the ones from Debian most probably. However that means it's going to

Re: [Mingw-w64-public] Win-builds 1.3.0 - stable release

2014-01-13 Thread Adrien Nader
On Tue, Jan 14, 2014, wynfi...@gmail.com wrote: Great!. I installed the last version from using programs ? in win-builds-bundle-1.3-rc1.zip and using msys-install.sh and win-builds-switch.sh. Can I get the new version by running the existing msys-install.sh I have and will yypkg

Re: [Mingw-w64-public] Cross compiling the compiler on Linux

2014-01-13 Thread Stephen Kitt
Hi, On Mon, 13 Jan 2014 18:21:12 +0100, Adrien Nader adr...@notk.org wrote: On Mon, Jan 13, 2014, Peter Kümmel wrote: What's mingw-w64's state-of-the-art way of cross compiling on Linux (Ubuntu)? As Ruben pointed out, you can use the binaries from your distribution. In the case of

[Mingw-w64-public] Ruben's Clang builds

2014-01-13 Thread Baruch Burstein
I am trying to use Ruben's clang builds (clang 3.2). I unpacked the zip and ran `clang64env.cmd`. When I tried compiling a trivial c program, I get the error: fatal error: 'stdio.h' file not found Anyone (Ruben or other) know what the problem is/how to solve this? P.S. The reason I tried

Re: [Mingw-w64-public] Ruben's Clang builds

2014-01-13 Thread Ray Donnelly
You should try Clang 3.4 in MSYS2. On Mon, Jan 13, 2014 at 9:34 PM, Baruch Burstein bmburst...@gmail.com wrote: I am trying to use Ruben's clang builds (clang 3.2). I unpacked the zip and ran `clang64env.cmd`. When I tried compiling a trivial c program, I get the error: fatal error: