Thread overview |
---|
February 19, 2007 [Issue 984] New: std.c.darwin.darwin doesn't work | ||||
---|---|---|---|---|
| ||||
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 ? -- |
March 07, 2007 [Issue 984] std.c.darwin.darwin doesn't work | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=984 ------- Comment #1 from afb@algonet.se 2007-03-07 02:49 ------- 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) -- |
March 09, 2007 [Issue 984] std.c.darwin.darwin doesn't work | ||||
---|---|---|---|---|
| ||||
Posted in reply to d-bugmail | http://d.puremagic.com/issues/show_bug.cgi?id=984 dvdfrdmn@users.sf.net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #2 from dvdfrdmn@users.sf.net 2007-03-08 20:29 ------- Fixed by removing std.c.darwin.darwin. There are currently no Darwin specific features, so there really is no reason to have it. -- |
Copyright © 1999-2021 by the D Language Foundation