Re: Using gdc on Windows

2020-05-26 Thread Iain Buclaw via D.gnu
On 26 May 2020 19:52:51 CEST, "MINGW-USER via D.gnu" wrote: >On Monday, 25 May 2020 at 10:23:50 UTC, Iain Buclaw wrote: >> On 21/05/2020 01:18, NonNull via D.gnu wrote: >>> Hello, >>> >>> I'd like to run gdc natively on Windows in a mingw compatible >>> way. How can I proceed? >>> >> >> We

Re: Using gdc on Windows

2020-05-26 Thread MINGW-USER via D.gnu
On Monday, 25 May 2020 at 10:23:50 UTC, Iain Buclaw wrote: On 21/05/2020 01:18, NonNull via D.gnu wrote: Hello, I'd like to run gdc natively on Windows in a mingw compatible way. How can I proceed? We need some testers to verify this patch.

Re: Using gdc on Windows

2020-05-25 Thread mw via D.gnu
On Monday, 25 May 2020 at 10:23:50 UTC, Iain Buclaw wrote: On 21/05/2020 01:18, NonNull via D.gnu wrote: Hello, I'd like to run gdc natively on Windows in a mingw compatible way. How can I proceed? We need some testers to verify this patch.

Re: Using gdc on Windows

2020-05-25 Thread Iain Buclaw via D.gnu
On 21/05/2020 01:18, NonNull via D.gnu wrote: > Hello, > > I'd like to run gdc natively on Windows in a mingw compatible way. How can I > proceed? > We need some testers to verify this patch. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91595

Re: Using gdc on Windows

2020-05-21 Thread mw via D.gnu
On Wednesday, 20 May 2020 at 23:18:32 UTC, NonNull wrote: Hello, I'd like to run gdc natively on Windows in a mingw compatible way. How can I proceed? Not sure about GDC, native? maybe you can try this: https://github.com/dlang/visuald/releases VisualD-v0.52.0-dmd-2.091.0-ldc2-1.20.1.exe

Re: using gdc under windows

2013-02-17 Thread Iain Buclaw
On Feb 17, 2013 4:05 PM, Alexandr Druzhinin drug2...@bk.ru wrote: Hello! I'm trying to build DWT with gdc under win7 using goshawk build from here - https://bitbucket.org/goshawk/gdc/downloads and I get the following error: java/lang/util.d:81: Error: function java.lang.util.doVarArgFormat

Re: using gdc under windows

2013-02-17 Thread Jacob Carlborg
On 2013-02-17 20:31, Iain Buclaw wrote: First, I'd find out why it is trying to pass a string* type in the first place. That looks to be rather suspicious. Here's the code: https://github.com/d-widget-toolkit/base/blob/master/src/java/lang/util.d#L79

Re: using gdc under windows

2013-02-17 Thread Iain Buclaw
On Feb 17, 2013 8:45 PM, Jacob Carlborg d...@me.com wrote: On 2013-02-17 20:31, Iain Buclaw wrote: First, I'd find out why it is trying to pass a string* type in the first place. That looks to be rather suspicious. Here's the code: