Re: Build gdc on Windows - GDB compatibility

2016-02-06 Thread Johannes Pfau via D.gnu
Am Fri, 05 Feb 2016 11:06:16 + schrieb Vadim Lopatin : > On Wednesday, 3 February 2016 at 13:50:56 UTC, Johannes Pfau > wrote: > > (Pre-)Alpha quality binaries are available, but we don't want to > > advertise these on the homepage: > > ftp://ftp.gdcproject.org/binaries/5.2.0/x86_64-w64-mingw

Re: Build gdc on Windows - GDB compatibility

2016-02-05 Thread Vadim Lopatin via D.gnu
On Wednesday, 3 February 2016 at 13:50:56 UTC, Johannes Pfau wrote: (Pre-)Alpha quality binaries are available, but we don't want to advertise these on the homepage: ftp://ftp.gdcproject.org/binaries/5.2.0/x86_64-w64-mingw32/gdc-5.2.0+2.066.1.7z ftp://ftp.gdcproject.org/binaries/5.2.0/i686-w64-mi

Re: Build gdc on Windows

2016-02-04 Thread Carl Sturtivant via D.gnu
, some builds use special patches, ... Another simple way to build GDC on windows is using MSYS2: http://msys2.github.io/ Simply modify/adapt the PKGBUILD: https://github.com/Alexpux/MINGW-packages/tree/master/mingw-w64-gcc Thanks for the warning. I'll look at all this stuff.

Re: Build gdc on Windows

2016-02-04 Thread Carl Sturtivant via D.gnu
On Wednesday, 3 February 2016 at 08:00:37 UTC, Iain Buclaw wrote: On 3 Feb 2016 8:54 am, "Iain Buclaw" wrote: There is: http://gdcproject.org/downloads I'll have to dig out what scripts were used to build them (I didn't write them). Ah, cleverly hidden in my own organisation repo! https://

Re: Build gdc on Windows

2016-02-03 Thread Vadim Lopatin via D.gnu
On Wednesday, 3 February 2016 at 13:50:56 UTC, Johannes Pfau wrote: Is it possible to add native mingw 32/64 binaries? (Pre-)Alpha quality binaries are available, but we don't want to advertise these on the homepage: ftp://ftp.gdcproject.org/binaries/5.2.0/x86_64-w64-mingw32/gdc-5.2.0+2.066.1.

Re: Build gdc on Windows

2016-02-03 Thread Johannes Pfau via D.gnu
Am Wed, 03 Feb 2016 10:51:11 + schrieb Vadim Lopatin : > On Wednesday, 3 February 2016 at 07:54:07 UTC, Iain Buclaw wrote: > > On 3 Feb 2016 3:10 am, "Carl Sturtivant via D.gnu" > > wrote: > >> > >> I'd like to build gdc to be compatible with the Mingw-w64 > >> 64-bit gcc on > > Windows

Re: Build gdc on Windows

2016-02-03 Thread Vadim Lopatin via D.gnu
On Wednesday, 3 February 2016 at 07:54:07 UTC, Iain Buclaw wrote: On 3 Feb 2016 3:10 am, "Carl Sturtivant via D.gnu" wrote: I'd like to build gdc to be compatible with the Mingw-w64 64-bit gcc on Windows. (Building gdc to be compatible with the Mingw-w64 32-bit gcc on Windows also interests

Re: Build gdc on Windows

2016-02-03 Thread Johannes Pfau via D.gnu
> See also: https://github.com/D-Programming-GDC/build-gdc-docker http://build-gdc.readthedocs.org/en/latest/ But the binaries are probably not compatible with some other Mingw-w64 compilers. Some builds use static libgccs, some builds use special patches, ... Another simple way to build GDC on windows is using MSYS2: http://msys2.github.io/ Simply modify/adapt the PKGBUILD: https://github.com/Alexpux/MINGW-packages/tree/master/mingw-w64-gcc

Re: Build gdc on Windows

2016-02-03 Thread Iain Buclaw via D.gnu
On 3 Feb 2016 8:54 am, "Iain Buclaw" wrote: > > On 3 Feb 2016 3:10 am, "Carl Sturtivant via D.gnu" wrote: > > > > I'd like to build gdc to be compatible with the Mingw-w64 64-bit gcc on Windows. (Building gdc to be compatible with the Mingw-w64 32-bit gcc on Windows also interests me.) > > > > Is

Re: Build gdc on Windows

2016-02-02 Thread Iain Buclaw via D.gnu
On 3 Feb 2016 3:10 am, "Carl Sturtivant via D.gnu" wrote: > > I'd like to build gdc to be compatible with the Mingw-w64 64-bit gcc on Windows. (Building gdc to be compatible with the Mingw-w64 32-bit gcc on Windows also interests me.) > > Is this feasible right now, and if so, how should I proceed

Re: Build gdc on Windows

2016-02-02 Thread Sebastien Alaiwan via D.gnu
On 2016-02-03 03:06, Carl Sturtivant via D.gnu wrote: > I'd like to build gdc to be compatible with the Mingw-w64 64-bit gcc on > Windows. (Building gdc to be compatible with the Mingw-w64 32-bit gcc on > Windows also interests me.) > > Is this feasible right now, and if so, how should I proceed?

Build gdc on Windows

2016-02-02 Thread Carl Sturtivant via D.gnu
I'd like to build gdc to be compatible with the Mingw-w64 64-bit gcc on Windows. (Building gdc to be compatible with the Mingw-w64 32-bit gcc on Windows also interests me.) Is this feasible right now, and if so, how should I proceed?

Re: Build GDC on Windows

2010-02-28 Thread Daniel Green
I forgot to mention the extra files needed to finish installation, because I really wouldn't recommend copying the files from your MinGW install. Copied from http://www.tdragon.net/recentgcc/ All files can be found at http://sourceforge.net/projects/mingw/files/ * binutils : binutils-2.19.1-m

Build GDC on Windows

2010-02-28 Thread Daniel Green
First I want to mention, this is not a usable version of GDC. There is a link issue with the phobos library and if you go through the effort of compiling tango-0.99.8, you're bound to run into a couple other issues. On the other hand, I don't know of anyone who is actively working with GDC an