Advertisement
Guest User

Firefox 52 build error

a guest
Sep 6th, 2017
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. /build/firefox-52.3.0esr/gfx/skia/skia/src/ports/SkFontHost_cairo.cpp: In member function ‘void SkScalerContext_CairoFT::parsePattern(FcPattern*)’:
  2. /build/firefox-52.3.0esr/gfx/skia/skia/src/ports/SkFontHost_cairo.cpp:466:46: error: ‘FC_LCD_FILTER’ was not declared in this scope
  3. if (FcPatternGetInteger(pattern, FC_LCD_FILTER, 0, &filter) != FcResultMatch) {
  4. ^
  5. /build/firefox-52.3.0esr/gfx/skia/skia/src/ports/SkFontHost_cairo.cpp:467:26: error: ‘FC_LCD_LEGACY’ was not declared in this scope
  6. filter = FC_LCD_LEGACY;
  7. ^
  8. /build/firefox-52.3.0esr/gfx/skia/skia/src/ports/SkFontHost_cairo.cpp:470:18: error: ‘FC_LCD_NONE’ was not declared in this scope
  9. case FC_LCD_NONE:
  10. ^
  11. /build/firefox-52.3.0esr/gfx/skia/skia/src/ports/SkFontHost_cairo.cpp:473:18: error: ‘FC_LCD_DEFAULT’ was not declared in this scope
  12. case FC_LCD_DEFAULT:
  13. ^
  14. /build/firefox-52.3.0esr/gfx/skia/skia/src/ports/SkFontHost_cairo.cpp:476:18: error: ‘FC_LCD_LIGHT’ was not declared in this scope
  15. case FC_LCD_LIGHT:
  16. ^
  17. /build/firefox-52.3.0esr/gfx/skia/skia/src/ports/SkFontHost_cairo.cpp:479:18: error: ‘FC_LCD_LEGACY’ was not declared in this scope
  18. case FC_LCD_LEGACY:
  19. ^
  20. make[5]: *** [SkFontHost_cairo.o] Error 1
  21. make[5]: Leaving directory `/build/firefox-52.3.0esr/objdir/gfx/skia'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement