Skip to content

Instantly share code, notes, and snippets.

@TheFlipside
Created September 7, 2013 10:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TheFlipside/6474495 to your computer and use it in GitHub Desktop.
Save TheFlipside/6474495 to your computer and use it in GitHub Desktop.
c++ -o gfxPlatformFontList.o -c -I../../dist/stl_wrappers -I../../dist/system_wrappers -include /sources/mozilla-release/config/gcc_hidden.h -DMOZ_ENABLE_FREETYPE -DIMPL_THEBES -DHB_DONT_DEFINE_STDINT -DMOZ_OTS_REPORT_ERRORS -DGRAPHITE2_STATIC -DMOZ_GLUE_IN_PROGRAM -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES -DSTATIC_EXPORTABLE_JS_API -DNO_NSPR_10_SUPPORT -DEXCLUDE_SKIA_DEPENDENCIES -DOS_POSIX=1 -DOS_LINUX=1 -I/sources/mozilla-release/content/base/public -I/sources/mozilla-release/content/xml/document/src -I/sources/mozilla-release/ipc/chromium/src -I/sources/mozilla-release/ipc/glue -I../../ipc/ipdl/_ipdlheaders -I/sources/mozilla-release/gfx/thebes -I. -I../../dist/include -I/usr/include/nspr -I/usr/include/nss -fPIC -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wcast-align -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -Os -freorder-blocks -fomit-frame-pointer -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/pixman-1 -I/sources/mozilla-release/widget/gtk2/compat -pthread -I/usr/include/gtk-2.0 -I/usr/include/gtk-unix-print-2.0 -I/usr/include/gtk-2.0 -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MP -MF .deps/gfxPlatformFontList.o.pp /sources/mozilla-release/gfx/thebes/gfxPlatformFontList.cpp
gfxRect.cpp
/sources/mozilla-release/gfx/thebes/gfxPlatform.cpp: In member function 'virtual mozilla::RefPtr<mozilla::gfx::SourceSurface> gfxPlatform::GetSourceSurfaceForSurface(mozilla::gfx::DrawTarget*, gfxASurface*)':
/sources/mozilla-release/gfx/thebes/gfxPlatform.cpp:675:53: error: 'cairo_null_surface_create' was not declared in this scope
/sources/mozilla-release/gfx/thebes/gfxPlatform.cpp:680:95: error: 'cairo_surface_attach_snapshot' was not declared in this scope
make[6]: *** [gfxPlatform.o] Error 1
make[6]: *** Waiting for unfinished jobs....
make[6]: Leaving directory `/sources/mozilla-release/firefox-build-dir/gfx/thebes'
make[5]: *** [libs] Error 2
make[5]: Leaving directory `/sources/mozilla-release/firefox-build-dir/gfx'
make[4]: *** [libs_tier_platform] Error 2
make[4]: Leaving directory `/sources/mozilla-release/firefox-build-dir'
make[3]: *** [tier_platform] Error 2
make[3]: Leaving directory `/sources/mozilla-release/firefox-build-dir'
make[2]: *** [default] Error 2
make[2]: Leaving directory `/sources/mozilla-release/firefox-build-dir'
make[1]: *** [realbuild] Error 2
make[1]: Leaving directory `/sources/mozilla-release'
make: *** [build] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment