Getting started on a Mac

Anders F Björklund afb at algonet.se
Mon Mar 9 05:00:48 PDT 2009


Christopher Wright wrote:

> If dsss works but complains that gdc is missing, you need to look at the 
> files in /etc/rebuild (or wherever you installed dsss to). You should 
> copy dmd-posix-tango to dmd-osx-tango or something similar and change 
> any usage of "Posix" to "Darwin".

version(darwin) is predefined, so it should not be added again.

Instead, GDC uses version(Unix) where DMD uses version(Posix)...

--anders



More information about the Digitalmars-d mailing list