GNOME Bugzilla – Bug 612469
Does not compile with -DGSEAL_ENABLED
Last modified: 2010-04-14 14:43:29 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.
evolution-webcal: to do: evolution-webcal-notify.c: In function "e_webcal_label_size_allocate_cb": evolution-webcal-notify.c:71: error: "GtkWidget" has no member named "allocation" evolution-webcal-notify.c:73: error: "GtkWidget" has no member named "allocation" evolution-webcal-notify.c: In function "e_webcal_change_adjustment": evolution-webcal-notify.c:99: error: "GtkMenuShell" has no member named "children" evolution-webcal-notify.c: In function "e_webcal_option_menu_get": evolution-webcal-notify.c:128: error: "GtkMenuShell" has no member named "children" evolution-webcal-notify.c: In function "e_webcal_display_error": evolution-webcal-notify.c:164: error: "GtkWidget" has no member named "window" evolution-webcal-notify.c:166: error: "GtkDialog" has no member named "action_area" evolution-webcal-notify.c:167: error: "GtkDialog" has no member named "vbox" evolution-webcal-notify.c:170: error: "GtkDialog" has no member named "vbox" evolution-webcal-notify.c: In function "e_webcal_query_user": evolution-webcal-notify.c:359: error: "GtkDialog" has no member named "action_area" evolution-webcal-notify.c:360: error: "GtkDialog" has no member named "vbox" evolution-webcal-notify.c:361: error: "GtkDialog" has no member named "action_area" evolution-webcal-notify.c:400: error: "GtkDialog" has no member named "vbox" make[2]: *** [evolution-webcal-notify.o] Error 1
Created attachment 158615 [details] [review] Using accessor functions instead of direct pointers
(In reply to comment #2) > Created an attachment (id=158615) [details] [review] > Using accessor functions instead of direct pointers > I forgot: this depends on patch for bug 572175 , since ignores GtkMenuShell stuffs.
Review of attachment 158615 [details] [review]: Looks good to me.
Comment on attachment 158615 [details] [review] Using accessor functions instead of direct pointers Roberto & Cosimo: Thanks for the patch and for reviewing it. Committed as http://git.gnome.org/browse/evolution-webcal/commit/?id=21c7cfd93bb69f351452a415392e4748df0a561f The patch missed a gtk+ requirement bump in configure.ac. I fixed this in http://git.gnome.org/browse/evolution-webcal/commit/?id=b70dd6d0cc9995704ed57ddb511dc4ecf00c81ed .