Closed
Bug 335311
Opened 19 years ago
Closed 19 years ago
static build broken
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 312951
People
(Reporter: feng.qian.moz, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; zh-CN; rv:1.7.13) Gecko/20060418 Firefox/1.0.8 (Ubuntu package 1.0.8)
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; zh-CN; rv:1.7.13) Gecko/20060418 Firefox/1.0.8 (Ubuntu package 1.0.8)
browser/app/Makefile.in doesn't include pango libraries when MOZ_ENABLE_PANGO is defined. I am not sure the right place to add the fix, my workaround is to add a few links in Makfile.in:
ifdef MOZ_ENABLE_PANGO
LIBS += $(MOZ_PANGO_LIBS)
endif
Reproducible: Always
Steps to Reproduce:
checkout the head from cvs tree, and make -f client.mk build
Actual Results:
cannot link
Expected Results:
should generate firefox-bin
Comment 1•19 years ago
|
||
Can you reproduce this with the sources for the latest version of Firefox (1.5.0.2)?
Comment 2•19 years ago
|
||
(In reply to comment #1)
> Can you reproduce this with the sources for the latest version of Firefox
> (1.5.0.2)?
This bug was filed against the trunk. I think it's a duplicate.
Version: unspecified → Trunk
Comment 3•19 years ago
|
||
*** This bug has been marked as a duplicate of 312951 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•7 years ago
|
Component: Build Config → General
Product: Firefox → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•