Bruce Dubbs wrote: > I've got a problem building firefox on a new system. On my normal > development system it builds fine, but using the same procedures on a > brand new build gives: > > /usr/src/firefox/firefox/mozilla-release/gfx/skia/trunk/src/ports/SkFontHost_FreeType.cpp:560: > > undefined reference to `FT_Get_X11_Font_Format' > collect2: error: ld returned 1 exit status > /usr/src/firefox/firefox/mozilla-release/config/rules.mk:812: recipe for > target 'libxul.so' failed
Freetype 2.6.1 changed the location of ftfntfmt.h, so config/system-headers must be patched yet again. This works for me: sed -i '/^freetype\/ftcache.h/a freetype\/ftfntfmt.h' config/system-headers -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
