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 612499 - Does not compile with -DGSEAL_ENABLED
Does not compile with -DGSEAL_ENABLED
Status: RESOLVED DUPLICATE of bug 585042
Product: vino
Classification: Applications
Component: tools
2.28.x
Other Linux
: Normal normal
: ---
Assigned To: Vino Maintainer(s)
Vino Maintainer(s)
Depends on:
Blocks: 585391
 
 
Reported: 2010-03-10 20:43 UTC by André Klapper
Modified: 2010-03-10 21:00 UTC
See Also:
GNOME target: ---
GNOME version: 2.29/2.30



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

gedit-spinner.c:671: error: ‘GtkWidget’ has no member named ‘allocation’
gedit-spinner.c:672: error: ‘GtkWidget’ has no member named ‘allocation’
gedit-spinner.c:674: error: ‘GtkWidget’ has no member named ‘allocation’
gedit-spinner.c:675: error: ‘GtkWidget’ has no member named ‘allocation’
gedit-spinner.c:684: error: ‘GtkWidget’ has no member named ‘window’
gedit-spinner.c:685: error: ‘GtkWidget’ has no member named ‘window’
gedit-spinner.c:686: error: ‘GtkWidget’ has no member named ‘allocation’
gedit-spinner.c:687: error: ‘GtkWidget’ has no member named ‘allocation’
make[2]: *** [gedit-spinner.o] Error 1
make[2]: Leaving directory `/home/andre/svn-gnome/vino/capplet'
make[1]: *** [all-recursive] Error 1
Comment 1 André Klapper 2010-03-10 21:00:30 UTC

*** This bug has been marked as a duplicate of bug 585042 ***