Closed
Bug 216076
Opened 22 years ago
Closed 22 years ago
X11 , freetype needed when building portable Calendar , calendar_mac.xpi
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.5beta
People
(Reporter: mozilla, Assigned: mozbugs-build)
References
Details
Attachments
(5 files)
3.34 KB,
text/plain
|
Details | |
46.95 KB,
text/plain
|
Details | |
37.85 KB,
text/plain
|
Details | |
11.01 KB,
text/plain
|
Details | |
1.53 KB,
patch
|
bryner
:
review+
asa
:
approval1.5b+
|
Details | Diff | Splinter Review |
The problem with building calendar and calendar_mac.xpi has been that they
haven't been working on any other mac than the one they were compiled on.
Suddenly, I was able to do portable versions of calendar enabled mozilla and
calendar_mac.xpi.
This seems to be a direct result of me having installed both the complete Apple
X11 and freetype. The reason I installed these was in the course of solving the
glib problem after it had been removed from orbit when fink 0.5.2/3 was released.
During config, I noticed that the configure process complained about missing X11
and freetype, so I thought: Let's make configure happy! And I installed X11 and
freetype.
Reporter | ||
Comment 1•22 years ago
|
||
this is a complete description of the process I developed for a successful
build of a calendar enabled Mozilla build.
Reporter | ||
Comment 2•22 years ago
|
||
Reporter | ||
Comment 3•22 years ago
|
||
Reporter | ||
Comment 4•22 years ago
|
||
autoconf.mk from <build-dir>/mozilla/config/
Attachment #129838 -
Flags: review?(bryner)
Updated•22 years ago
|
Attachment #129838 -
Flags: review?(bryner) → review+
Comment on attachment 129838 [details] [diff] [review]
v1.0
Patch removes the bogus freetype dependency when building against a non-X11
toolkit (like OSX Carbon). Low risk.
Attachment #129838 -
Flags: approval1.5b?
Comment 7•22 years ago
|
||
Comment on attachment 129838 [details] [diff] [review]
v1.0
a=asa (on behalf of drivers) for checkin to 1.5beta
Attachment #129838 -
Flags: approval1.5b? → approval1.5b+
The patch has been checked in.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.5beta
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•