Closed
Bug 211895
Opened 22 years ago
Closed 22 years ago
When building on xcode, should use pbbuild instead of pbxbuild
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bryner, Assigned: bryner)
References
Details
Attachments
(1 file)
3.17 KB,
patch
|
sfraser_bugs
:
review+
|
Details | Diff | Splinter Review |
For XCode, Apple changed the name of the command-line tool to build a
ProjectBuilder project from 'pbxbuild' to 'pbbuild'. We should auto-detect
which one is present and use it.
This patch also includes a change we'll need for building on Apple's gcc 3.3 -
the meaning of -traditional-cpp has changed. What we really want is
-no-cpp-precomp (the two options are identical on older developer tools; nspr
and ldap already use -no-cpp-precomp).
Assignee | ||
Comment 1•22 years ago
|
||
Assignee | ||
Updated•22 years ago
|
Attachment #127131 -
Flags: review?(sfraser)
Updated•22 years ago
|
Attachment #127131 -
Flags: review?(sfraser) → review+
Assignee | ||
Comment 2•22 years ago
|
||
checked in.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Comment 3•22 years ago
|
||
*** Bug 211714 has been marked as a duplicate of this bug. ***
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•