You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.
As /Developer directory isn't created for new versions of Xcode (especially those compatible with Mountain Lion), ./configure hits the following problem:
checking for library containing backtrace... none required
checking looking for Apple CoreService Framework... checking /Developer/Headers/FlatCarbon/CoreServices.h usability... no
checking /Developer/Headers/FlatCarbon/CoreServices.h presence... no
checking for /Developer/Headers/FlatCarbon/CoreServices.h... no
configure: error: CoreServices.h header file not found
The text was updated successfully, but these errors were encountered:
Following command fixes the problem (with Xcode 4.5 and 10.7 headers installed)
sudo ln -s /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk/Developer /Developer
# for freeto subscribe to this conversation on GitHub.
Already have an account?
#.
As /Developer directory isn't created for new versions of Xcode (especially those compatible with Mountain Lion), ./configure hits the following problem:
checking for library containing backtrace... none required
checking looking for Apple CoreService Framework... checking /Developer/Headers/FlatCarbon/CoreServices.h usability... no
checking /Developer/Headers/FlatCarbon/CoreServices.h presence... no
checking for /Developer/Headers/FlatCarbon/CoreServices.h... no
configure: error: CoreServices.h header file not found
The text was updated successfully, but these errors were encountered: