The old (maybe deprecated?) module std.c.darwin.darwin doesn't work:
import std.c.darwin.darwin;
/usr/bin/ld: Undefined symbols:
__D3std1c6darwin6darwin12__ModuleInfoZ
Changing to std.c.unix.unix does work, but since the old module is
still being included in the distribution you'd expect it to compile ?
Comment #1 by afb — 2007-03-07T02:49:46Z
Sort of fixed in 0.23, since std.c.darwin.darwin was removed...
(but this probably breaks Bud and a few others, that used it)
Comment #2 by dvdfrdmn — 2007-03-08T20:29:16Z
Fixed by removing std.c.darwin.darwin. There are currently no Darwin specific features, so there really is no reason to have it.