Thread overview
Building DWT using gdc, Linux Mint 16
Apr 25, 2014
Chris Piker
Apr 25, 2014
Jacob Carlborg
Apr 25, 2014
Chris Piker
Apr 26, 2014
Jacob Carlborg
April 25, 2014
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
April 25, 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
April 25, 2014
On Friday, 25 April 2014 at 06:11:45 UTC, Jacob Carlborg wrote:
> 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.

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?
April 26, 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