www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.dwt - Building DWT using gdc, Linux Mint 16

reply "Chris Piker" <chris hoopjump.com> writes:
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
parent reply Jacob Carlborg <doob me.com> writes:
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
parent reply "Chris Piker" <chris hoopjump.com> writes:
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?
Apr 25 2014
parent Jacob Carlborg <doob me.com> writes:
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