From: Jean-Pierre <cho...@fr...> - 2012-06-18 21:02:41
|
Le 18 juin 2012 à 22:48, Robert Munafo a écrit : > I'll take a look at it, thanks! > > Why is there "#ifndef _CARBON_BUILD_" around the "#include > <Carbon/Carbon.h>" ? Isn't that backwards? (The rest of the ifdefs > seem right though) Carbon API does not exist for x86_64 code in Mac OS X, this was the reason of my patch, as I was working on the 64 bit part of Mach-O JIT code and this file couldn't compile. I guess this macro is defined somewhere when you add the Carbon Framework. I don't remember how I did, this was too many years ago. ;) -JP. |