Re: [Mingw-w64-public] Trying to build mingw, gcc misses include path

2014-10-03 Thread Yaron Keren
Hi Ray, Thanks. Meanwhile, the build was finished OK. It's a very nice build script. Beside the MSYS2/gcc paths, these issues took some time to figure out, maybe could be added to the README: 1 The develop branch should be checked out to get the gcc-4.9.1 script. (checking out non master is not

Re: [Mingw-w64-public] Trying to build mingw, gcc misses include path

2014-10-03 Thread niXman
Yaron Keren 2014-10-03 10:26: Hi, 1 The develop branch should be checked out to get the gcc-4.9.1 script. (checking out non master is not the default). done. 2 gettext-devel is required in the build. I'll fix it soon. 3 If packages are missing, the script may suggest to run 'pacman -S

Re: [Mingw-w64-public] Trying to build mingw, gcc misses include path

2014-10-03 Thread Yaron Keren
Thanks! 2014-10-03 11:01 GMT+03:00 niXman i.nix...@autistici.org: Yaron Keren 2014-10-03 10:26: Hi, 1 The develop branch should be checked out to get the gcc-4.9.1 script. (checking out non master is not the default). done. 2 gettext-devel is required in the build. I'll fix it

[Mingw-w64-public] Trying to build mingw, gcc misses include path

2014-10-02 Thread Yaron Keren
Hi, I am trying to build mingw-w64. I followed all steps from the README and git clone https://github.com/niXman/mingw-builds/ --branch develop ./build --mode=gcc-4.9.1 --buildroot=/c/mingw491 --rt-version=v3 --rev=1 --bootstrap --jobs=2 --threads=posix --exceptions=dwarf --arch=i686

Re: [Mingw-w64-public] Trying to build mingw, gcc misses include path

2014-10-02 Thread Yaron Keren
Well, something went wrong with MSYS2. I uninstalled MSYS2 and reinstalled, now libmangle compiles and build goes on. Odd. I did encounter a problem before with MSYS2 while doing pacman -Syu, there were errors and the upgrade wasn't complete. Maybe that's releated. This time I did not pacman -Syu.

Re: [Mingw-w64-public] Trying to build mingw, gcc misses include path

2014-10-02 Thread Ray Donnelly
On Thu, Oct 2, 2014 at 10:59 PM, Yaron Keren yaron.ke...@gmail.com wrote: Well, something went wrong with MSYS2. I uninstalled MSYS2 and reinstalled, now libmangle compiles and build goes on. Odd. I did encounter a problem before with MSYS2 while doing pacman -Syu, there were errors and the