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 612474 - Does not compile with -DGSEAL_ENABLED
Does not compile with -DGSEAL_ENABLED
Status: RESOLVED FIXED
Product: gnome-desktop
Classification: Core
Component: general
2.29.x
Other Linux
: Normal normal
: ---
Assigned To: Desktop Maintainers
Desktop Maintainers
Depends on:
Blocks: 585391
 
 
Reported: 2010-03-10 20:24 UTC by André Klapper
Modified: 2010-03-10 20:35 UTC
See Also:
GNOME target: ---
GNOME version: 2.29/2.30



Description André Klapper 2010-03-10 20:24:34 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.

gnome-rr-labeler.c: In function ‘label_window_expose_event_cb’:
gnome-rr-labeler.c:151: error: ‘GtkWidget’ has no member named ‘window’
gnome-rr-labeler.c:159: error: ‘GtkWidget’ has no member named ‘allocation’
gnome-rr-labeler.c:160: error: ‘GtkWidget’ has no member named ‘allocation’
gnome-rr-labeler.c:170: error: ‘GtkWidget’ has no member named ‘allocation’
gnome-rr-labeler.c:171: error: ‘GtkWidget’ has no member named ‘allocation’
gnome-rr-labeler.c: In function ‘create_label_window’:
gnome-rr-labeler.c:189: error: ‘GtkObject’ has no member named ‘flags’
make[3]: *** [gnome-rr-labeler.lo] Error 1
make[3]: Leaving directory `/home/andre/svn-gnome/gnome-desktop/libgnome-desktop'
make[2]: *** [all-recursive] Error 1
Comment 1 Vincent Untz 2010-03-10 20:35:34 UTC
Andre: come on, I fixed this already ;-)