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 612492 - Does not compile with -DGSEAL_ENABLED
Does not compile with -DGSEAL_ENABLED
Status: RESOLVED FIXED
Product: mousetweaks
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: mousetweaks-maint
mousetweaks-maint
Depends on:
Blocks: 585391
 
 
Reported: 2010-03-10 20:39 UTC by André Klapper
Modified: 2010-04-12 20:45 UTC
See Also:
GNOME target: ---
GNOME version: 2.29/2.30


Attachments
Patch (3.61 KB, patch)
2010-04-12 19:24 UTC, André Klapper
committed Details | Review

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

mt-main.c: In function ‘cursor_overlay_time’:
mt-main.c:568: error: ‘GtkWidget’ has no member named ‘style’
make[3]: *** [mousetweaks-mt-main.o] Error 1
make[3]: Leaving directory `/home/andre/svn-gnome/mousetweaks/src'
Comment 1 André Klapper 2010-04-12 19:24:21 UTC
Created attachment 158524 [details] [review]
Patch

gtk_widget_get_allocation requires gtk 2.18, hence the requirement bump.
Please review this carefully as I'm a complete idiot when it comes to code. ;-)
Comment 2 Gerd Kohlberger 2010-04-12 20:29:22 UTC
Review of attachment 158524 [details] [review]:

Thanks André, the patch is fine.
Comment 3 André Klapper 2010-04-12 20:44:54 UTC
Comment on attachment 158524 [details] [review]
Patch

Thanks for the quick review! Committed: http://git.gnome.org/browse/mousetweaks/commit/?id=0f2e0615055d09832c845a4efc27dcae0731fbc5