Bug 14991 – dmd doesn't build under OSX 32 bit

Status
RESOLVED
Resolution
FIXED
Severity
regression
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
x86
OS
Mac OS X
Creation time
2015-09-01T08:58:00Z
Last change time
2015-09-09T01:53:38Z
Assigned to
nobody
Creator
bugzilla

Comments

Comment #0 by bugzilla — 2015-09-01T08:58:18Z
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
Comment #1 by bugzilla — 2015-09-01T22:04:05Z
Comment #2 by github-bugzilla — 2015-09-09T01:53:38Z
Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/591c1f865672c78a8d99b19642f8caaf8af0da63 fix Issue 14991 - dmd doesn't build under OSX 32 bit https://github.com/D-Programming-Language/dmd/commit/d90bcfb6c61bc315827a25d7de05110fdba31c79 Merge pull request #5016 from WalterBright/fix14991 [Reg] fix Issue 14991 - dmd doesn't build under OSX 32 bit