Re: gdc --version doesn't indicate which D front-end version it's compatible with

2022-02-22 Thread WebFreak001 via D.gnu
On Friday, 28 January 2022 at 17:42:25 UTC, singingbush wrote: not sure where is best placed for this but on my Fedora system running `gdc --version` gives me pretty much the same output as `gcc --version` GDC: ``` $ gdc --version gdc (GCC) 11.2.1 20211203 (Red Hat 11.2.1-7) Copyright (C)

GDMD picking up wrong GDC

2023-05-04 Thread WebFreak001 via D.gnu
In GitHub Actions I installed `sudo apt install gdc-12` now inside Ubuntu 22.04, however `gdc` still seemed to be a small extra package that's symlinking gdc to gdc-11. Now gdmd is picking up GDC 11 instead of GDC 12, causing issues in the build. Is there a way to tell gdmd to use GDC 12?

Re: GDMD picking up wrong GDC

2023-05-07 Thread WebFreak001 via D.gnu
On Thursday, 4 May 2023 at 14:58:48 UTC, Iain Buclaw wrote: On Thursday, 4 May 2023 at 13:05:07 UTC, WebFreak001 wrote: In GitHub Actions I installed `sudo apt install gdc-12` now inside Ubuntu 22.04, however `gdc` still seemed to be a small extra package that's symlinking gdc to gdc-11. Now