https://issues.dlang.org/show_bug.cgi?id=14991
Issue ID: 14991
Summary: dmd's libmach.d doesn't build under OSX 32 bit
Product: D
Version: D2
Hardware: x86
OS: Mac OS X
Status: NEW
Severity: regression
Priority: P1
Component: dmd
Assignee: [email protected]
Reporter: [email protected]
Here's the error:
libmach.d(276): Error: function core.stdc.time.time (int* timer) is not
callable using argument types (long*)
libmach.d(443): Error: function core.stdc.time.time (int* timer) is not
callable using argument types (long*)
make[1]: *** [dmd] Error 1
make: *** [dmd] Error 2
--