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 612500 - Does not compile with -DGSEAL_ENABLED
Does not compile with -DGSEAL_ENABLED
Status: RESOLVED FIXED
Product: GConf
Classification: Deprecated
Component: gconf
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GConf Maintainers
GConf Maintainers
Depends on:
Blocks: 585391
 
 
Reported: 2010-03-10 20:44 UTC by André Klapper
Modified: 2010-03-11 22:50 UTC
See Also:
GNOME target: ---
GNOME version: 2.29/2.30


Attachments
Trivial patch (1.76 KB, patch)
2010-03-11 11:56 UTC, André Klapper
committed Details | Review

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

basic-gconf-app.c: In function ‘create_prefs_dialog’:
basic-gconf-app.c:460: error: ‘GtkDialog’ has no member named ‘vbox’
make[2]: *** [basic-gconf-app.o] Error 1
make[2]: Leaving directory `/home/andre/svn-gnome/gconf/examples'
Comment 1 André Klapper 2010-03-11 11:56:57 UTC
Created attachment 155844 [details] [review]
Trivial patch

bumps gtk+ requirement to 2.14
Comment 2 André Klapper 2010-03-11 22:50:19 UTC
Committed as http://git.gnome.org/browse/gconf/commit/?id=23ea5c5fc41ed8c43231c23e59eb3f1872e5a836 as there's no real maintainer anyway.