Closed
Bug 97481
Opened 24 years ago
Closed 24 years ago
building --with-extensions=ctl wipes out PNG library!
Categories
(SeaMonkey :: Build Config, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla0.9.4
People
(Reporter: dbaron, Assigned: dbaron)
References
Details
Attachments
(1 file)
|
1.68 KB,
patch
|
Details | Diff | Splinter Review |
DESCRIPTION: Building using --with-extensions=ctl wipes out the PNG library
(for PNG images, see http://www.w3.org/Graphics/PNG/ ) because it calls one of
its libraries libmozpng.so, a name that is already used. We should rename it to
use libmozpango. Patch coming.
| Assignee | ||
Comment 1•24 years ago
|
||
Comment 3•24 years ago
|
||
a=asa on behalf of drivers.
| Assignee | ||
Comment 4•24 years ago
|
||
Fix checked in.2001-09-02 18:28 PDT.
Status: NEW → RESOLVED
Closed: 24 years ago
Priority: -- → P2
Resolution: --- → FIXED
Target Milestone: --- → mozilla0.9.4
Comment 5•24 years ago
|
||
Uh, correct me if I'm mistaken, but won't this now get confused with Pango the
I18N library??
Comment 6•24 years ago
|
||
See http://www.pango.org/ for more info. :-)
| Assignee | ||
Comment 7•24 years ago
|
||
There are already many other files in extensions/ctl with pango in the name --
png was just an abbreviation for pango. I'm not sure what the relation is with
http://www.pango.org/, but at least all the library names have "mozpango".
| Assignee | ||
Comment 8•24 years ago
|
||
Note that the files in extensions/ctl/src/pangoLite contain:
* The Original Code is the Pango Library (www.pango.org)
*
* The Initial Developer of the Original Code is Red Hat Software
* Portions created by Red Hat are Copyright (C) 1999 Red Hat Software.
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•