Re: GDMD picking up wrong GDC

2023-05-07 Thread Iain Buclaw via D.gnu
On Sunday, 7 May 2023 at 16:23:31 UTC, kinke wrote: On Sunday, 7 May 2023 at 13:41:43 UTC, WebFreak001 wrote: I have multiple GDCs installed through apt, how do I make gdmd pick the higher one (`gdc-12`) and not just `gdc`? With e.g. `ln -s gdmd /usr/bin/gdmd-12`, and then using `gdmd-12`. As

Re: GDMD picking up wrong GDC

2023-05-07 Thread kinke via D.gnu
On Sunday, 7 May 2023 at 13:41:43 UTC, WebFreak001 wrote: I have multiple GDCs installed through apt, how do I make gdmd pick the higher one (`gdc-12`) and not just `gdc`? With e.g. `ln -s gdmd /usr/bin/gdmd-12`, and then using `gdmd-12`. As shown by the few linked lines in the Perl script, t

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

Re: GDMD picking up wrong GDC

2023-05-04 Thread Iain Buclaw via D.gnu
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 gdmd is picking up GDC 11 instead of GDC 12, causing issues

Re: GDMD

2018-01-31 Thread Tony via D.gnu
On Wednesday, 31 January 2018 at 07:44:29 UTC, Johannes Pfau wrote: It is probably not available in ubuntu packages. You can get the source code here: https://github.com/D-Programming-GDC/GDMD/ https://github.com/D-Programming-GDC/GDMD/tree/dport Thanks!

Re: GDMD

2018-01-30 Thread Johannes Pfau via D.gnu
Am Wed, 31 Jan 2018 05:46:37 + schrieb Tony : > On Wednesday, 31 January 2018 at 05:44:44 UTC, Tony wrote: > > > which Ubuntu package would I need to install to get it, or > > should it be there now? > > Or do I need a newer version of GDC? > > It is probably not available in ubuntu pa

Re: GDMD

2018-01-30 Thread Tony via D.gnu
On Wednesday, 31 January 2018 at 05:44:44 UTC, Tony wrote: The Wiki page "Using GDC" https://wiki.dlang.org/Using_GDC says that "there is the standalone program 'gdmd', distributed with GDC releases, which maps DMD's command line options to GDC." I am on Ubuntu 16.04 and installed GDC with

Re: GDMD

2018-01-30 Thread Tony via D.gnu
On Wednesday, 31 January 2018 at 05:44:44 UTC, Tony wrote: which Ubuntu package would I need to install to get it, or should it be there now? Or do I need a newer version of GDC?

Re: GDMD D port ready for alpha-testing

2016-03-27 Thread Basile B. via D.gnu
On Sunday, 27 March 2016 at 16:55:18 UTC, Johannes Pfau wrote: There was a unrelated problem on windows where the '.exe' extension was not appended when searching ar. This should be fixed. There's still the problem that ar is only available as 'ar' with the windows binary toolchains. So if you

Re: GDMD D port ready for alpha-testing

2016-03-27 Thread Johannes Pfau via D.gnu
Am Sun, 27 Mar 2016 13:36:19 +0200 schrieb Johannes Pfau : > Am Sun, 27 Mar 2016 04:25:27 + > schrieb Basile B. : > > > On Saturday, 26 March 2016 at 10:09:10 UTC, Johannes Pfau wrote: > > > I've finally finished the D port of GDMD and pushed everything > > > including a detailed README to

Re: GDMD D port ready for alpha-testing

2016-03-27 Thread Johannes Pfau via D.gnu
Am Sun, 27 Mar 2016 13:36:19 +0200 schrieb Johannes Pfau : > Am Sun, 27 Mar 2016 04:25:27 + > schrieb Basile B. : > > > On Saturday, 26 March 2016 at 10:09:10 UTC, Johannes Pfau wrote: > > > I've finally finished the D port of GDMD and pushed everything > > > including a detailed README to

Re: GDMD D port ready for alpha-testing

2016-03-27 Thread Johannes Pfau via D.gnu
Am Sun, 27 Mar 2016 13:31:34 +0200 schrieb Johannes Pfau : > Am Sun, 27 Mar 2016 08:35:00 + > schrieb Vladimir Panteleev : > > > > I'm not sure this approach is the best - I think unescaping and > > splitting should be done in one pass. Essentially, I think > > arguments are separated by a

Re: GDMD D port ready for alpha-testing

2016-03-27 Thread Johannes Pfau via D.gnu
Am Sun, 27 Mar 2016 04:25:27 + schrieb Basile B. : > On Saturday, 26 March 2016 at 10:09:10 UTC, Johannes Pfau wrote: > > I've finally finished the D port of GDMD and pushed everything > > including a detailed README to > > https://github.com/D-Programming-GDC/GDMD/tree/dport > > > > All par

Re: GDMD D port ready for alpha-testing

2016-03-27 Thread Johannes Pfau via D.gnu
Am Sun, 27 Mar 2016 08:35:00 + schrieb Vladimir Panteleev : > Thanks for working on this :) > > On Saturday, 26 March 2016 at 22:37:53 UTC, Johannes Pfau wrote: > > I didn't realize response file parsing is that important for > > windows, thanks for letting me know ;-) I guess there's no >

Re: GDMD D port ready for alpha-testing

2016-03-27 Thread Vladimir Panteleev via D.gnu
Thanks for working on this :) On Saturday, 26 March 2016 at 22:37:53 UTC, Johannes Pfau wrote: I didn't realize response file parsing is that important for windows, thanks for letting me know ;-) I guess there's no proper documentation for response files or any test files? It uses the Command

Re: GDMD D port ready for alpha-testing

2016-03-26 Thread Basile B. via D.gnu
On Saturday, 26 March 2016 at 10:09:10 UTC, Johannes Pfau wrote: I've finally finished the D port of GDMD and pushed everything including a detailed README to https://github.com/D-Programming-GDC/GDMD/tree/dport All parameters are tested for simple cases but in complex combinations there coul

Re: GDMD D port ready for alpha-testing

2016-03-26 Thread Johannes Pfau via D.gnu
Am Sat, 26 Mar 2016 10:35:44 + schrieb Vladimir Panteleev : > On Saturday, 26 March 2016 at 10:09:10 UTC, Johannes Pfau wrote: > > I've finally finished the D port of GDMD and pushed everything > > including a detailed README to > > https://github.com/D-Programming-GDC/GDMD/tree/dport > >

Re: GDMD D port ready for alpha-testing

2016-03-26 Thread Vladimir Panteleev via D.gnu
On Saturday, 26 March 2016 at 10:09:10 UTC, Johannes Pfau wrote: I've finally finished the D port of GDMD and pushed everything including a detailed README to https://github.com/D-Programming-GDC/GDMD/tree/dport Thanks for this. I see that parsing response files isn't implemented yet. Respons

Re: GDMD D port ready for alpha-testing

2016-03-26 Thread Vladimir Panteleev via D.gnu
On Saturday, 26 March 2016 at 10:35:44 UTC, Vladimir Panteleev wrote: On Saturday, 26 March 2016 at 10:09:10 UTC, Johannes Pfau wrote: I've finally finished the D port of GDMD and pushed everything including a detailed README to https://github.com/D-Programming-GDC/GDMD/tree/dport Thanks for

Re: GDMD D port ready for alpha-testing

2016-03-26 Thread Johannes Pfau via D.gnu
Am Sat, 26 Mar 2016 11:09:10 +0100 schrieb Johannes Pfau : > I've finally finished the D port of GDMD and pushed everything > including a detailed README to > https://github.com/D-Programming-GDC/GDMD/tree/dport > > All parameters are tested for simple cases but in complex > combinations there co

Re: gdmd -man fails perhaps due to out-of-date commands?

2013-03-28 Thread Iain Buclaw
On 28 March 2013 17:29, Joseph Rushton Wakeling < joseph.wakel...@webdrake.net> wrote: > On 03/28/2013 06:06 PM, Iain Buclaw wrote: > > $ echo $GNOME_DESKTOP_SESSION_ID > > GNOME_DESKTOP_SESSION_ID=this-is-deprecated > > Yup, same on my system (actually it just prints this-is-deprecated). > > > $

Re: gdmd -man fails perhaps due to out-of-date commands?

2013-03-28 Thread Joseph Rushton Wakeling
On 03/28/2013 06:06 PM, Iain Buclaw wrote: > $ echo $GNOME_DESKTOP_SESSION_ID > GNOME_DESKTOP_SESSION_ID=this-is-deprecated Yup, same on my system (actually it just prints this-is-deprecated). > $ which gnome-open > /usr/bin/gnome-open > > Guess the detection method is deprecated, but the open c

Re: gdmd -man fails perhaps due to out-of-date commands?

2013-03-28 Thread Iain Buclaw
On 28 March 2013 13:35, Joseph Rushton Wakeling < joseph.wakel...@webdrake.net> wrote: > Calling gdmd -man is supposed to open the default browser and load the user > documentation. However, on my system (Ubuntu 13.04, Unity interface) the > command fails with the errors: > > Use of uninitializ