Closed
Bug 359218
Opened 19 years ago
Closed 19 years ago
Make Camino use 10.3.9 SDK
Categories
(Camino Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mark, Assigned: mark)
References
Details
(Keywords: fixed1.8.1.1)
Attachments
(1 file)
2.02 KB,
patch
|
mikepinkerton
:
review+
|
Details | Diff | Splinter Review |
Assignee | ||
Comment 1•19 years ago
|
||
Attachment #244460 -
Flags: review?(mikepinkerton)
Assignee | ||
Comment 2•19 years ago
|
||
I'll also need to set the SDK manually on the 10.3 builders to 10.3.0, and tweak the mozconfig on maya as well to avoid having the universal mozconfig override the ppc SDK setting back to 10.2.8.
Comment on attachment 244460 [details] [diff] [review]
Do it
Since Xcode 2.x is using the SDKROOT_ppc part, can't you just set the vanilla SDKROOT to the 10.3.0 SDK and save yourself a step when making Xcode 1.5/pawn et al. happy?
Or does that get mangled when upgrading the project in Xcode 2?
Assignee | ||
Comment 4•19 years ago
|
||
Doesn't really save a step - pawn and friends build via a "make" invocation of "xcodebuild," using the SDK from the mozconfig. It might make things a little bit easier to build in a 10.3 development environment (which should be deprecated, dammit!) so I can check this in with SDKROOT = 10.3.0.
Comment 5•19 years ago
|
||
Comment on attachment 244460 [details] [diff] [review]
Do it
r/sr=pink
make it so
Attachment #244460 -
Flags: review?(mikepinkerton) → review+
Assignee | ||
Comment 6•19 years ago
|
||
In - will follow up for 1.8 branch after it's proven on the trunk.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Comment 7•19 years ago
|
||
On Xcode 2.x on PPC, after upgrading a new project, all the targets point to the 10.3.0 SDK (which causes build errors, since it doesn't exist).
Assignee | ||
Comment 8•19 years ago
|
||
Yes. We need to fix this.
Blocks: 331576
Assignee | ||
Comment 9•19 years ago
|
||
I changed it so that there's only a single SDKROOT (10.3.9) and MACOSX_DEPLOYMENT_TARGET (10.3).
Assignee | ||
Updated•19 years ago
|
Keywords: fixed1.8.1.1
You need to log in
before you can comment on or make changes to this bug.
Description
•