Re: Looking to make a GDC-12 mingw64 package

2022-09-13 Thread Preetpal via D.gnu
There are more issues with the GDC 11.3.0 that I compiled on Windows earlier (it was compiled with win32 threads). The following code has issues compiling (find_file.d): ``` import std.file; import std.stdio; /// Command line tool to find files in directories int main(string[] args) { if (

Re: Looking to make a GDC-12 mingw64 package

2022-09-06 Thread Preetpal via D.gnu
I am assuming you would like to have GDC available in the MSYS2 [MINGW32 , MINGW64, and UCRT64 environments](https://www.msys2.org/docs/environments/) (which is what I wanted). They have an open issue in the [MINGW packages repository](https://github.com/msys2/MINGW-packages/issues/6806) for a

Re: Looking to make a GDC-12 mingw64 package

2022-09-05 Thread Preetpal via D.gnu
On Saturday, 21 May 2022 at 21:18:15 UTC, Chris Piker wrote: Hi GDC I've been able to build gdc-12.1 on ubuntu20 using ``` wget http://mirrors.concertpass.com/gcc/releases/gcc-12.1.0/gcc-12.1.0.tar.xz tar -xvf gcc-12.1.0.tar.xz cd gcc-12.1.0 mkdir build cd build ../configure --prefix=/usr/loca

Re: Looking to make a GDC-12 mingw64 package

2022-09-01 Thread Preetpal via D.gnu
The second issue was that the compilation of GCC did not work for version gcc-11.2.0 on my version of MinGW. Many of the configure flags resulted in warnings in the configure process since they were not recognized (should these flags be in the configure command?): ``` configure: WARNING: unre

Re: Looking to make a GDC-12 mingw64 package

2022-09-01 Thread Preetpal via D.gnu
On Saturday, 21 May 2022 at 21:23:52 UTC, Adam D Ruppe wrote: On Saturday, 21 May 2022 at 21:18:15 UTC, Chris Piker wrote: 1. Anyone has built gdc-11 in the mingw64 environment since it seems a few patches are required? No patches are required, it is all upstreamed if you use the right sett

Re: Are there any GDC builds available for Windows?

2021-11-11 Thread Preetpal via D.gnu
On Friday, 29 October 2021 at 13:37:16 UTC, Imperatorn wrote: On Friday, 29 October 2021 at 13:30:00 UTC, Preetpal wrote: On Monday, 18 October 2021 at 18:41:20 UTC, Imperatorn wrote: https://forum.dlang.org/post/wxhgplqtvtqhkeeks...@forum.dlang.org On Saturday, 19 June 2021 at 23:08:46 UTC, P

Re: Are there any GDC builds available for Windows?

2021-10-29 Thread Preetpal via D.gnu
On Monday, 18 October 2021 at 18:41:20 UTC, Imperatorn wrote: https://forum.dlang.org/post/wxhgplqtvtqhkeeks...@forum.dlang.org On Saturday, 19 June 2021 at 23:08:46 UTC, Preetpal wrote: On Friday, 23 April 2021 at 11:43:59 UTC, Imperatorn wrote: On Thursday, 22 April 2021 at 09:59:23 UTC, Ferh

Re: Are there any GDC builds available for Windows?

2021-06-19 Thread Preetpal via D.gnu
On Friday, 23 April 2021 at 11:43:59 UTC, Imperatorn wrote: On Thursday, 22 April 2021 at 09:59:23 UTC, Ferhat Kurtulmuş wrote: On Thursday, 22 April 2021 at 09:40:51 UTC, Imperatorn wrote: [...] Yes, I saw those definitions in the sources of Phobos and thought that they might be the reason.

Re: Are there any GDC builds available for Windows?

2021-04-11 Thread Preetpal via D.gnu
On Thursday, 8 April 2021 at 19:10:03 UTC, Imperatorn wrote: On Thursday, 8 April 2021 at 02:29:41 UTC, Preetpal wrote: On Thursday, 8 April 2021 at 02:22:41 UTC, Preetpal wrote: On Thursday, 8 April 2021 at 02:18:13 UTC, Adam D. Ruppe wrote: On Thursday, 8 April 2021 at 02:05:56 UTC, Preetpal

Re: Are there any GDC builds available for Windows?

2021-03-21 Thread Preetpal via D.gnu
On Sunday, 21 March 2021 at 11:19:57 UTC, Imperatorn wrote: On Sunday, 21 March 2021 at 06:30:03 UTC, Preetpal wrote: On Saturday, 20 March 2021 at 13:36:41 UTC, Imperatorn wrote: On Sunday, 21 February 2021 at 01:56:28 UTC, Preetpal wrote: It would be great if it GDC could be installed with M

Re: Are there any GDC builds available for Windows?

2021-03-20 Thread Preetpal via D.gnu
On Saturday, 20 March 2021 at 13:36:41 UTC, Imperatorn wrote: On Sunday, 21 February 2021 at 01:56:28 UTC, Preetpal wrote: It would be great if it GDC could be installed with MSYS2. Update: There will soon be a native Windows gdc build w native druntime! Wait for it :) That's cool :). Do yo

Are there any GDC builds available for Windows?

2021-02-20 Thread Preetpal via D.gnu
It would be great if it GDC could be installed with MSYS2.