GNOME Bugzilla – Bug 612487
Does not compile with -DGSEAL_ENABLED
Last modified: 2010-04-18 09:43:01 UTC
This module does not build with -DGSEAL_ENABLED. See http://live.gnome.org/GnomeGoals/UseGseal . Note that maybe this report cannot be fixed yet, as GTK+ still misses some accessor functions (see bug 588389, bug 597610) needed for sealing. Also see http://live.gnome.org/GTK%2B/3.0/PendingSealings for current status. The jhbuild output posted here of course only lists the very first error when trying to compile. gucharmap-charmap.c: In function ‘details_motion_notify_event’: gucharmap-charmap.c:1052: error: ‘GtkWidget’ has no member named ‘window’ gucharmap-charmap.c: In function ‘details_visibility_notify_event’: gucharmap-charmap.c:1063: error: ‘GtkWidget’ has no member named ‘window’ gucharmap-charmap.c: In function ‘gucharmap_charmap_get_chapters_visible’: gucharmap-charmap.c:1485: warning: implicit declaration of function ‘GTK_WIDGET_VISIBLE’ gucharmap-charmap.c:1485: warning: nested extern declaration of ‘GTK_WIDGET_VISIBLE’ make[3]: *** [libgucharmap_la-gucharmap-charmap.lo] Error 1 make[3]: Leaving directory `/home/andre/svn-gnome/gucharmap/gucharmap' make[2]: *** [all] Error 2
Created attachment 158904 [details] [review] Patch Patch that fixes all issues for me. Bumps gtk+ requirement to 2.14 and has lots of GTK_CHECK_VERSION in there. Careful review required as I'm quite an idiot when it comes to coding. Feel free to commit or rework&commit or...
Thanks for the patch! Applied with some changes.