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
