D.gnu - [Issue 984] New: std.c.darwin.darwin doesn't work
- d-bugmail puremagic.com (19/19) Feb 19 2007 http://d.puremagic.com/issues/show_bug.cgi?id=984
- d-bugmail puremagic.com (5/5) Mar 07 2007 http://d.puremagic.com/issues/show_bug.cgi?id=984
- d-bugmail puremagic.com (10/10) Mar 08 2007 http://d.puremagic.com/issues/show_bug.cgi?id=984
http://d.puremagic.com/issues/show_bug.cgi?id=984 Summary: std.c.darwin.darwin doesn't work Product: DGCC aka GDC Version: unspecified Platform: Macintosh OS/Version: Mac OS X Status: NEW Severity: normal Priority: P2 Component: Phobos AssignedTo: dvdfrdmn users.sf.net ReportedBy: afb algonet.se 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 ? --
Feb 19 2007
http://d.puremagic.com/issues/show_bug.cgi?id=984 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) --
Mar 07 2007
http://d.puremagic.com/issues/show_bug.cgi?id=984 dvdfrdmn users.sf.net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED Fixed by removing std.c.darwin.darwin. There are currently no Darwin specific features, so there really is no reason to have it. --
Mar 08 2007