On 18 Feb 2009, at 20:35, Jonas Maebe wrote:
On 18 Feb 2009, at 20:01, William Siegrist wrote:
On Feb 18, 2009, at 10:35 AM, Jonas Maebe wrote:
Anyway, the CF build failed because of a missing AvailabilityMacros.h, and I did not manage to install CarbonHeaders to fix that:
# darwinbuild CarbonHeaders
darwinbuild -load CarbonHeaders
Thanks, but that does not do anything:
sh-3.2# darwinbuild -load CarbonHeaders sh-3.2# echo $? 0
And the header is still not available (building CF still fails because it can't find the AvailabilityMacros.h file)
I misread: the error is now that Availability.h is missing, not AvailabilityMacros.h. And that appears to be a known issue (). After copying that one to the buildroot, AvailabilityInternal.h was also missing, so I've copied that one as well. CF now seems to be building properly (fingers crossed). Jonas