digitalmars.D.dwt - Building DWT using gdc, Linux Mint 16
- Chris Piker (8/8) Apr 24 2014 I've not been able to find instructions on building DWT using
- Jacob Carlborg (7/11) Apr 24 2014 Hmm, I never actually tried to build DWT using GDC. Is there another
- Chris Piker (4/18) Apr 25 2014 If I can get DWT built with gdc and then send you a proceedure,
- Jacob Carlborg (7/9) Apr 26 2014 Sure, why not. The easiest would be to get GDMD and RDMD. You can
I've not been able to find instructions on building DWT using gdc. The gdc package for Linux Mint 16 didn't come with an rdmd script (or gdmd for that matter either). If someone on the list could point me towards the installation instructions for DWT using gdc I'd really appreciate it. Thanks for working on DWT, I look forward to trying it out. -- Chris
Apr 24 2014
On 25/04/14 07:30, Chris Piker wrote:I've not been able to find instructions on building DWT using gdc. The gdc package for Linux Mint 16 didn't come with an rdmd script (or gdmd for that matter either). If someone on the list could point me towards the installation instructions for DWT using gdc I'd really appreciate it.Hmm, I never actually tried to build DWT using GDC. Is there another package that contains RDMD and/or GDMD? If there's a package for DMD, that might contain RDMD. Otherwise I suggest you talk with the GDC developers or the ones that packaged GDC for Mint. -- /Jacob Carlborg
Apr 24 2014
On Friday, 25 April 2014 at 06:11:45 UTC, Jacob Carlborg wrote:On 25/04/14 07:30, Chris Piker wrote:If I can get DWT built with gdc and then send you a proceedure, would you be interested in testing the instructions on one of your systems?I've not been able to find instructions on building DWT using gdc. The gdc package for Linux Mint 16 didn't come with an rdmd script (or gdmd for that matter either). If someone on the list could point me towards the installation instructions for DWT using gdc I'd really appreciate it.Hmm, I never actually tried to build DWT using GDC. Is there another package that contains RDMD and/or GDMD? If there's a package for DMD, that might contain RDMD. Otherwise I suggest you talk with the GDC developers or the ones that packaged GDC for Mint.
Apr 25 2014
On 2014-04-25 18:00, Chris Piker wrote:If I can get DWT built with gdc and then send you a proceedure, would you be interested in testing the instructions on one of your systems?Sure, why not. The easiest would be to get GDMD and RDMD. You can specify the compiler to use when invoking RDMD, you would specify GDMD. You might need to modify the build script to add support for specifying a compiler. -- /Jacob Carlborg
Apr 26 2014