After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 545089 - FTBFS, i have no idea why, blame mozilla
FTBFS, i have no idea why, blame mozilla
Status: RESOLVED FIXED
Product: epiphany-extensions
Classification: Deprecated
Component: error-viewer
2.22.x
Other Linux
: Normal blocker
: ---
Assigned To: epiphany-extensions-maint
Adam Hooper
Depends on:
Blocks:
 
 
Reported: 2008-07-28 07:09 UTC by Diego Escalante Urrelo (not reading bugmail)
Modified: 2008-07-29 04:30 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Diego Escalante Urrelo (not reading bugmail) 2008-07-28 07:09:03 UTC
In file included from /usr/include/xulrunner-1.9.0.1/unstable/./gtkmozembed_glue.cpp:42,
                 from mozilla-helpers.cpp:25:
/usr/include/xulrunner-1.9.0.1/unstable/./gtkmozembed.h:57:1: warning: "NS_HIDDEN" redefined
In file included from /usr/include/xulrunner-1.9.0.1/unstable/./nsXPCOMGlue.h:42,
                 from mozilla-helpers.cpp:24:
/usr/include/xulrunner-1.9.0.1/unstable/./nscore.h:117:1: warning: this is the location of the previous definition
In file included from /usr/include/xulrunner-1.9.0.1/unstable/./gtkmozembed_glue.cpp:42,
                 from mozilla-helpers.cpp:25:
/usr/include/xulrunner-1.9.0.1/unstable/./gtkmozembed.h:63:1: warning: "NS_EXPORT_" redefined
In file included from /usr/include/xulrunner-1.9.0.1/unstable/./nsXPCOMGlue.h:42,
                 from mozilla-helpers.cpp:24:
/usr/include/xulrunner-1.9.0.1/unstable/./nscore.h:208:1: warning: this is the location of the previous definition
In file included from /usr/include/xulrunner-1.9.0.1/unstable/./gtkmozembed_glue.cpp:42,
                 from mozilla-helpers.cpp:25:
/usr/include/xulrunner-1.9.0.1/unstable/./gtkmozembed.h:64:1: warning: "NS_IMPORT_" redefined
In file included from /usr/include/xulrunner-1.9.0.1/unstable/./nsXPCOMGlue.h:42,
                 from mozilla-helpers.cpp:24:
/usr/include/xulrunner-1.9.0.1/unstable/./nscore.h:206:1: warning: this is the location of the previous definition
mozilla-helpers.cpp: In function ‘char* mozilla_get_doctype(EphyEmbed*)’:
mozilla-helpers.cpp:47: error: expected primary-expression before ‘)’ token
mozilla-helpers.cpp:47: error: ‘GTK_CHECK_CAST’ was not declared in this scope
mozilla-helpers.cpp: In function ‘char* mozilla_get_content_type(EphyEmbed*)’:
mozilla-helpers.cpp:78: error: expected primary-expression before ‘)’ token
mozilla-helpers.cpp:78: error: ‘GTK_CHECK_CAST’ was not declared in this scope
make[4]: *** [liberrorviewermozilla_la-mozilla-helpers.lo] Error 1
make[4]: Leaving directory `/home/diego/gnome/consume/epiphany-extensions/extensions/error-viewer/mozilla'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/diego/gnome/consume/epiphany-extensions/extensions/error-viewer'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/diego/gnome/consume/epiphany-extensions/extensions'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/diego/gnome/consume/epiphany-extensions'
make: *** [all] Error 2
*** error during stage build of epiphany-extensions: ########## Error running make   *** [1/1]
Comment 1 Diego Escalante Urrelo (not reading bugmail) 2008-07-28 07:09:57 UTC
This is -22 branch.
Comment 2 Christian Persch 2008-07-28 09:13:23 UTC
Build with CFLAGS+="-UGTK_DISABLE_DEPRECATED".
I fixed that in e branch, but not in e-e. Just adding that -U flag to all extensions/*/mozilla/Makefile.am's *_CPPFLAGS should fix it.
Comment 3 Diego Escalante Urrelo (not reading bugmail) 2008-07-29 04:30:53 UTC
Fixed in gnome-2-22 branch.