OK, here are a few more lines: c++ -o gfxPlatform.o -c -I../../dist/stl_wrappers -I../../dist/system_wrappers -include /usr/local/src/X11/KDE/comm-release/mozilla/config/gcc_hidden.h -DMOZ_ENABLE_FREETYPE -DGRAPHITE2_STATIC -DIMPL_THEBES -DWOFF_MOZILLA_CLIENT -DHB_DONT_DEFINE_STDINT -DMOZ_OTS_REPORT_ERRORS -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 -DMOZ_SUITE=1 -DEXCLUDE_SKIA_DEPENDENCIES -DOS_LINUX=1 -DOS_POSIX=1 -I/usr/local/src/X11/KDE/comm-release/mozilla/ipc/chromium/src -I/usr/local/src/X11/KDE/comm-release/mozilla/ipc/glue -I../../ipc/ipdl/_ipdlheaders -I/usr/local/src/X11/KDE/comm-release/mozilla/gfx/thebes -I. -I../../dist/include -I/usr/local/src/X11/KDE/comm-release/moz-build-dir/mozilla/dist/include/nspr -I/usr/local/src/X11/KDE/comm-release/moz-build-dir/mozilla/dist/include/nss -fPIC -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body -Wno-ctor-dtor-privacy -Wno-overlength-strings -Wno-invalid-offsetof -Wno-variadic-macros -Wcast-align -Wno-long-long -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -Os -freorder-blocks -fomit-frame-pointer -I/usr/X11/include -I/usr/local/include/pixman-1 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/X11/include -I/usr/local/include/pixman-1 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/local/include/pixman-1 -pthread -I/usr/X11/include -I/usr/local/include/pixman-1 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/harfbuzz -I/usr/include/gtk-unix-print-2.0 -pthread -I/usr/X11/include -I/usr/local/include/pixman-1 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/cairo -I/usr/include/libpng15 -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MF .deps/gfxPlatform.o.pp /usr/local/src/X11/KDE/comm-release/mozilla/gfx/thebes/gfxPlatform.cpp /usr/local/src/X11/KDE/comm-release/mozilla/gfx/thebes/gfxPlatform.cpp: In member function 'virtual mozilla::RefPtr<mozilla::gfx::SourceSurface> gfxPlatform::GetSourceSurfaceForSurface(mozilla::gfx::DrawTarget*, gfxASurface*)': /usr/local/src/X11/KDE/comm-release/mozilla/gfx/thebes/gfxPlatform.cpp:601:53: error: 'cairo_null_surface_create' was not declared in this scope /usr/local/src/X11/KDE/comm-release/mozilla/gfx/thebes/gfxPlatform.cpp:606:95: error: 'cairo_surface_attach_snapshot' was not declared in this scope /usr/local/src/X11/KDE/comm-release/mozilla/gfx/thebes/gfxPlatform.cpp: In member function 'virtual already_AddRefed<gfxASurface> gfxPlatform::GetThebesSurfaceForDrawTarget(mozilla::gfx::DrawTarget*)': /usr/local/src/X11/KDE/comm-release/mozilla/gfx/thebes/gfxPlatform.cpp:670:10: warning: unused variable 'resultOfCopy' [-Wunused-variable] make[6]: *** [gfxPlatform.o] Error 1 make[6]: Leaving directory `/usr/local/src/X11/KDE/comm-release/moz-build-dir/mozilla/gfx/thebes' make[5]: *** [libs] Error 2 make[5]: Leaving directory `/usr/local/src/X11/KDE/comm-release/moz-build-dir/mozilla/gfx' make[4]: *** [libs_tier_platform] Error 2 make[4]: Leaving directory `/usr/local/src/X11/KDE/comm-release/moz-build-dir/mozilla' make[3]: *** [tier_platform] Error 2 make[3]: Leaving directory `/usr/local/src/X11/KDE/comm-release/moz-build-dir/mozilla' make[2]: *** [default] Error 2 make[2]: Leaving directory `/usr/local/src/X11/KDE/comm-release/moz-build-dir/mozilla' make[1]: *** [default] Error 2 make[1]: Leaving directory `/usr/local/src/X11/KDE/comm-release/moz-build-dir' make: *** [build] Error 2
----- Original Message ----- From: Chris Staub <[email protected]> To: brown wrap <[email protected]>; BLFS Support List <[email protected]> Cc: Sent: Sunday, November 18, 2012 10:30 AM Subject: Re: [blfs-support] Errors trying to build seamonkey On 11/18/2012 12:24 PM, brown wrap wrote: > > > I have met the prerequisites for building seamonkey, and the build runs for > quite a while, but ultimately fails. I searched here for errors in building > seamonkey, but there isn't anything recent. Here is the error I get: > > /usr/local/src/X11/KDE/comm-release/mozilla/gfx/thebes/gfxPlatform.cpp:670:10: > warning: unused variable 'resultOfCopy' [-Wunused-variable] > make[6]: *** [gfxPlatform.o] Error 1 > make[6]: Leaving directory > `/usr/local/src/X11/KDE/comm-release/moz-build-dir/mozilla/gfx/thebes' > make[5]: *** [libs] Error 2 > make[5]: Leaving directory > `/usr/local/src/X11/KDE/comm-release/moz-build-dir/mozilla/gfx' > make[4]: *** [libs_tier_platform] Error 2 > make[4]: Leaving directory > `/usr/local/src/X11/KDE/comm-release/moz-build-dir/mozilla' > make[3]: *** [tier_platform] Error 2 > make[3]: Leaving directory > `/usr/local/src/X11/KDE/comm-release/moz-build-dir/mozilla' > make[2]: *** [default] Error 2 > make[2]: Leaving directory > `/usr/local/src/X11/KDE/comm-release/moz-build-dir/mozilla' > make[1]: *** [default] Error 2 > make[1]: Leaving directory `/usr/local/src/X11/KDE/comm-release/moz-build-dir' > make: *** [build] Error 2 > bash-4.2# > This doesn't help since it doesn't show the error. Go back a few lines at least. If you don't see anything obvious, just put the entire make log into pastebin. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
