Build tools.

Rémy Mouëza. ray.jay.ay.moueza at pleasedontspam.gmail.com
Thu Oct 11 13:01:43 PDT 2007


David Brown Wrote:

> Just curious what people are using to build programs in D.  There is
> <http://www.dsource.org/projects/build>, but it doesn't even compiler with
> gdc-0.24, hitting 'macro' as a keyword.
> 
> I've managed to construct some python code that runs gdc verbosely, and
> parses the output in order to generate dependency information, but it seems
> kind of silly to write this when it looks like other tools do the job.
> 
> Thanks,
> David Brown

I had to rename the file macro.d into macro_.d and run "sed -i 's/macro/macro_/g' *.d" to have Build compiled with gdc-0.24. Then I got everything fine. 




More information about the Digitalmars-d mailing list