Closed
Bug 1288832
Opened 9 years ago
Closed 9 years ago
gfx/thebes/gfxFcPlatformFontList.cpp: undefined reference to `gfxFontconfigFontBase::gfxFontconfigFontBase()'
Categories
(Core :: Graphics, defect)
Core
Graphics
Tracking
()
RESOLVED
DUPLICATE
of bug 1288762
Tracking | Status | |
---|---|---|
firefox50 | --- | affected |
People
(Reporter: jbeich, Unassigned)
References
Details
Build fails on Gtk platforms without MOZ_BUNDLED_FONTS=1
$ ./mach build
[...]
gfx/thebes/gfxFcPlatformFontList.o: In function `gfxFontconfigFontEntry::CreateFontInstance(gfxFontStyle const*, bool)':
gfx/thebes/gfxFcPlatformFontList.cpp:(.text._ZN22gfxFontconfigFontEntry18CreateFontInstanceEPK12gfxFontStyleb+0x16e): undefined reference to `gfxFontconfigFontBase::gfxFontconfigFontBase(_cairo_scaled_font*, _FcPattern*, gfxFontEntry*, gfxFontStyle const*)'
/usr/bin/ld: gfx/thebes/gfxFcPlatformFontList.o: relocation R_X86_64_PC32 against `_ZN21gfxFontconfigFontBaseC2EP18_cairo_scaled_fontP10_FcPatternP12gfxFontEntryPK12gfxFontStyle' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: Bad value
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•