Closed
Bug 734220
Opened 14 years ago
Closed 12 years ago
SDKs are not installed in /Developer/SDKs since Xcode 4.3
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: Nomis101, Unassigned)
Details
Since Xcode 4.3, Xcode is a bundled application with the SDKs inside the app. The SDKs are now in Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs. If you install Xcode from scratch you are therefore not able to build, because configure is not able to find the SDK.
Comment 1•13 years ago
|
||
I also ran into this. It looks like Xcode will ask to delete previous version when upgrading which I did because of low free space.
We should either provide a fix or suggest users to create a symlink when running configure.
Comment 2•13 years ago
|
||
Work arround by smichaud:
~> sudo mkdir /Developer
~> sudo ln -s /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs /Developer/SDKs
~> sudo ln -s /Applications/Xcode.app/Contents/Developer/Tools /Developer/Tools
Comment 3•13 years ago
|
||
I installed a clean Mountain Lion a few weeks ago, instaled Xcode through the App Store, and had no trouble building m-c *without* pointing it at /Applications.
Can you give more detail about your filesystem layout? Does /Developers exist? What does |xcode-select --print-path| say?
Comment 4•12 years ago
|
||
No details provided on bug in over a year. Assuming it's not an issue any more.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INCOMPLETE
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•