Re: [PATCH 02/11] gnu: Add mingw-w64.

2016-08-10 Thread Alex Kost
Jan Nieuwenhuizen (2016-08-09 18:56 +0300) wrote: > With MinGW, you can cross build Windows binaries and run them with Wine, > like so > > ./pre-inst-env guix build --target=i686-w64-mingw32 hello > /gnu/store/5lf701smnkq0wdg91jsyrmf5jnyz6i31-hello-2.10 > guix environment --ad-hoc wine

Re: [PATCH 02/11] gnu: Add mingw-w64.

2016-08-09 Thread Jan Nieuwenhuizen
Alex Kost writes: > Hello, I understand nothing in all this mingw stuff, I just have a couple > of insignificant comments. Thanks for looking, they all make sense and I have addressed most. With MinGW, you can cross build Windows binaries and run them with Wine, like so ./pre-inst-env guix

Re: [PATCH 02/11] gnu: Add mingw-w64.

2016-08-09 Thread Alex Kost
Hello, I understand nothing in all this mingw stuff, I just have a couple of insignificant comments. Jan Nieuwenhuizen (2016-08-09 09:41 +0300) wrote: > * gnu/packages/patches/gcc-4.9.3-mingw-gthr-default.patch, > gnu/packages/patches/mingw-w64-5.0rc2-gcc-4.9.3.patch, > gnu/packages/mingw.scm: Ne

[PATCH 02/11] gnu: Add mingw-w64.

2016-08-08 Thread Jan Nieuwenhuizen
* gnu/packages/patches/gcc-4.9.3-mingw-gthr-default.patch, gnu/packages/patches/mingw-w64-5.0rc2-gcc-4.9.3.patch, gnu/packages/mingw.scm: New files. * gnu/local.mk (dist_patch_DATA): Add them. --- gnu/local.mk | 3 + gnu/packages/mingw.scm