Mikethebike Posted April 27, 2014 Share Posted April 27, 2014 Hi I get that error with an sdl header. If I do find I get as below. How to modify all SDL headers? Many thanks Michaels-iMac:Headers michael$ sudo find / -name AvailabilityMacros.h/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/usr/include/AvailabilityMacros.h/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/usr/include/AvailabilityMacros.h/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks/Kernel.framework/Versions/A/Headers/AvailabilityMacros.h/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/include/AvailabilityMacros.h/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Kernel.framework/Versions/A/Headers/AvailabilityMacros.h/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/AvailabilityMacros.h Link to comment https://www.insanelymac.com/forum/topic/297707-libraryframeworkssdlframeworkheaderssdl_config_macosxh2910-fatal-error-availabilitymacrosh-file-not-found/ Share on other sites More sharing options...
Slice Posted April 29, 2014 Share Posted April 29, 2014 sudo mv /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include_109 sudo ln -s /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/include /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include Link to comment https://www.insanelymac.com/forum/topic/297707-libraryframeworkssdlframeworkheaderssdl_config_macosxh2910-fatal-error-availabilitymacrosh-file-not-found/#findComment-2015972 Share on other sites More sharing options...
Mikethebike Posted April 29, 2014 Author Share Posted April 29, 2014 Thanks, done and now I get: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:57:10: fatal error: 'hfs/hfs_unistr.h' file not found#include <hfs/hfs_unistr.h> Thanks again Link to comment https://www.insanelymac.com/forum/topic/297707-libraryframeworkssdlframeworkheaderssdl_config_macosxh2910-fatal-error-availabilitymacrosh-file-not-found/#findComment-2015998 Share on other sites More sharing options...
Slice Posted May 6, 2014 Share Posted May 6, 2014 Thanks, done and now I get: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:57:10: fatal error: 'hfs/hfs_unistr.h' file not found #include Thanks again Again it will be OK with 10.8 substitution. Link to comment https://www.insanelymac.com/forum/topic/297707-libraryframeworkssdlframeworkheaderssdl_config_macosxh2910-fatal-error-availabilitymacrosh-file-not-found/#findComment-2017555 Share on other sites More sharing options...
Recommended Posts