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 612498 - Does not compile with -DGSEAL_ENABLED
Does not compile with -DGSEAL_ENABLED
Status: RESOLVED FIXED
Product: zenity
Classification: Core
Component: general
2.28.x
Other Linux
: Normal normal
: ---
Assigned To: Zenity Maintainers
Zenity Maintainers
Depends on:
Blocks: 585391
 
 
Reported: 2010-03-10 20:43 UTC by André Klapper
Modified: 2010-04-08 16:18 UTC
See Also:
GNOME target: ---
GNOME version: 2.29/2.30


Attachments
Trivial patch (1.46 KB, patch)
2010-03-10 22:54 UTC, André Klapper
committed Details | Review

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

about.c: In function ‘zenity_about’:
about.c:298: error: ‘GtkDialog’ has no member named ‘action_area’
about.c:300: error: ‘GtkDialog’ has no member named ‘action_area’
make[2]: *** [zenity-about.o] Error 1
make[2]: Leaving directory `/home/andre/svn-gnome/zenity/src'
Comment 1 André Klapper 2010-03-10 22:54:24 UTC
Created attachment 155795 [details] [review]
Trivial patch

No gtk+ bump required as these two functions exist since gtk 2.14.
Comment 2 André Klapper 2010-04-08 16:03:03 UTC
No feedback => Committed to master: http://git.gnome.org/browse/zenity/commit/?id=29625ff9cc86c183c3c6a3b1ab8ee77722580c54
Comment 3 Lucas Rocha 2010-04-08 16:18:33 UTC
Thanks Andre, totally missed this bug :-)