Re: Trying to generate gdc for mingw-w64(x86 and x64) using msys2

2015-11-05 Thread Johannes Pfau via D.gnu
Am Thu, 05 Nov 2015 18:42:32 + schrieb Vincent R : > On Thursday, 5 November 2015 at 14:27:20 UTC, Vincent R wrote: > > [...] > > I tried to add a version(MinGW) inside core.sys.posix.sys.types > to just declare pthread_key_t but it didn't work because I still > have exactly the same erro

Re: Trying to generate gdc for mingw-w64(x86 and x64) using msys2

2015-11-05 Thread Vincent R via D.gnu
On Thursday, 5 November 2015 at 14:27:20 UTC, Vincent R wrote: [...] I tried to add a version(MinGW) inside core.sys.posix.sys.types to just declare pthread_key_t but it didn't work because I still have exactly the same error. So am I supposed to do ?

Re: Trying to generate gdc for mingw-w64(x86 and x64) using msys2

2015-11-05 Thread Vincent R via D.gnu
On Thursday, 5 November 2015 at 13:15:45 UTC, Johannes Pfau wrote: Am Thu, 05 Nov 2015 12:42:08 + schrieb Vincent R : Hi, I would like to generate a d compiler targeting mingw-w64 using the msys2 build system. So I have installed msys2 (posix emulation like cygwin) as shown here: http://

Re: Trying to generate gdc for mingw-w64(x86 and x64) using msys2

2015-11-05 Thread Johannes Pfau via D.gnu
Am Thu, 05 Nov 2015 12:42:08 + schrieb Vincent R : > Hi, > > I would like to generate a d compiler targeting mingw-w64 using > the msys2 build system. > So I have installed msys2 (posix emulation like cygwin) as shown > here: http://msys2.github.io/ and I have installed necessary > package

Trying to generate gdc for mingw-w64(x86 and x64) using msys2

2015-11-05 Thread Vincent R via D.gnu
Hi, I would like to generate a d compiler targeting mingw-w64 using the msys2 build system. So I have installed msys2 (posix emulation like cygwin) as shown here: http://msys2.github.io/ and I have installed necessary packages: $ pacman -S base-devel $ pacman -S mingw-w64-x86_64-toolchain o