Closed
Bug 293541
Opened 20 years ago
Closed 20 years ago
Allow building Cairo SVG on MingW
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sharparrow1, Assigned: sharparrow1)
Details
Attachments
(1 file)
|
1.20 KB,
patch
|
benjamin
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3 Build Identifier: N/A Trying to build with --enable-svg-renderer=cairo breaks when linking gklayout because the wrong libraries are given to the linker. Reproducible: Always Steps to Reproduce: Expected Results: It should build without breaking. Patch coming up.
| Assignee | ||
Comment 1•20 years ago
|
||
This is a really simple configure patch to account for the possibility that a Windows build isn't MSVC.
Attachment #183097 -
Flags: review?(benjamin)
Updated•20 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•20 years ago
|
Attachment #183097 -
Flags: review?(benjamin) → review+
| Assignee | ||
Updated•20 years ago
|
Attachment #183097 -
Flags: approval1.8b2?
Comment 2•20 years ago
|
||
Comment on attachment 183097 [details] [diff] [review] Patch a=asa
Attachment #183097 -
Flags: approval1.8b2? → approval1.8b2+
Comment 3•20 years ago
|
||
Checked in: /cvsroot/mozilla/configure.in,v <-- configure.in new revision: 1.1452; previous revision: 1.1451
Assignee: nobody → sharparrow1
| Assignee | ||
Updated•20 years ago
|
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•