Closed
Bug 330146
Opened 19 years ago
Closed 19 years ago
Building of minimo from trunk - failed
Categories
(Minimo Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: romaxa, Assigned: dougt)
Details
Attachments
(1 file)
321 bytes,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050922 Firefox/1.0.7 (Debian package 1.0.7-1)
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050922 Firefox/1.0.7 (Debian package 1.0.7-1)
Continue for bug
https://bugzilla.mozilla.org/show_bug.cgi?id=330145
Missed linking with Xft library.
on compilation mozilla/minimo/base
Reproducible: Always
Steps to Reproduce:
1. Continue after fixing of https://bugzilla.mozilla.org/show_bug.cgi?id=330145
2. make
3.
Actual Results:
.................................
/../dist/lib/components/libgfx_gtk.a(nsFontMetricsXft.o): In function `nsFontMetricsXft::GetWidth(char const*, unsigned int, int&, nsRenderingContextGTK*)':/home/work/mozilla_new/mozilla/gfx/src/gtk/nsFontMetricsXft.cpp:490: undefined reference to `XftTextExtents8'
../../dist/lib/components/libgfx_gtk.a(nsFontMetricsXft.o): In function `nsFontMetricsXft::SetupMiniFont()':/home/work/mozilla_new/mozilla/gfx/src/gtk/nsFontMetricsXft.cpp:1273: undefined reference to `XftDefaultSubstitute'
:/home/work/mozilla_new/mozilla/gfx/src/gtk/nsFontMetricsXft.cpp:1280: undefined reference to `XftFontOpenPattern'
:/home/work/mozilla_new/mozilla/gfx/src/gtk/nsFontMetricsXft.cpp:1303: undefined reference to `XftTextExtents8'
../../dist/lib/components/libgfx_gtk.a(nsFontMetricsXft.o): In function `nsFontMetricsXft::DrawUnknownGlyph(unsigned int, int, int, _XftColor*, _XftDraw*)':/home/work/mozilla_new/mozilla/gfx/src/gtk/nsFontMetricsXft.cpp:1352: undefined reference to `XftDrawRect'
:/home/work/mozilla_new/mozilla/gfx/src/gtk/nsFontMetricsXft.cpp:1355: undefined reference to `XftDrawRect'
:/home/work/mozilla_new/mozilla/gfx/src/gtk/nsFontMetricsXft.cpp:1361: undefined reference to `XftDrawRect'
:/home/work/mozilla_new/mozilla/gfx/src/gtk/nsFontMetricsXft.cpp:1365: undefined reference to `XftDrawRect'
:/home/work/mozilla_new/mozilla/gfx/src/gtk/nsFontMetricsXft.cpp:1380: undefined reference to `XftDrawString8'
:/home/work/mozilla_new/mozilla/gfx/src/gtk/nsFontMetricsXft.cpp:1384: undefined reference to `XftDrawString8'
:/home/work/mozilla_new/mozilla/gfx/src/gtk/nsFontMetricsXft.cpp:1390: undefined reference to `XftDrawString8'
:/home/work/mozilla_new/mozilla/gfx/src/gtk/nsFontMetricsXft.cpp:1402: undefined reference to `XftDrawString8'
:/home/work/mozilla_new/mozilla/gfx/src/gtk/nsFontMetricsXft.cpp:1406: undefined reference to `XftDrawString8'
..............
Expected Results:
Building fineshed successefully
Reporter | ||
Comment 1•19 years ago
|
||
Patch ;)
Assignee | ||
Comment 2•19 years ago
|
||
fixed on branch and trunk:
Checking in Makefile.in;
/cvsroot/mozilla/minimo/base/Makefile.in,v <-- Makefile.in
new revision: 1.3.2.6; previous revision: 1.3.2.5
done
Checking in Makefile.in;
/cvsroot/mozilla/minimo/base/Makefile.in,v <-- Makefile.in
new revision: 1.17; previous revision: 1.16
done
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Updated•19 years ago
|
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•