[Issue 16536] DMD master does not build on OS X 10.11.6/Xcode 7.3.1
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Mon Sep 26 05:50:27 PDT 2016
https://issues.dlang.org/show_bug.cgi?id=16536
Jacob Carlborg <doob at me.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |doob at me.com
--- Comment #3 from Jacob Carlborg <doob at me.com> ---
Same problem with Xcode/Clang 8. I looks like "size_t" is defined as
"__SIZE_TYPE__" which is defined as "long unsigned int". Replacing defining
"targ_ullong" as "size_t" fixes the problem for 64bit, but not for 32bit.
--
More information about the Digitalmars-d-bugs
mailing list