GNOME Bugzilla – Bug 670158
[regression] build failure: cc-wacom-page.c:257:14: error: 'GSD_WACOM_ACTION_TYPE_NONE' undeclared
Last modified: 2012-02-17 16:14:39 UTC
I'm trying to build the git/master g-c-c in a gnome-3.3.5 environment. The build dies with: CC cc-wacom-stylus-page.lo cc-wacom-page.c: In function 'accel_set_func': cc-wacom-page.c:222:2: error: unknown type name 'GsdWacomActionType' cc-wacom-page.c:257:14: error: 'GSD_WACOM_ACTION_TYPE_NONE' undeclared (first use in this function) cc-wacom-page.c:257:14: note: each undeclared identifier is reported only once for each function it appears in cc-wacom-page.c: In function 'accel_edited_callback': cc-wacom-page.c:399:59: error: 'GSD_WACOM_ACTION_TYPE_CUSTOM' undeclared (first use in this function) cc-wacom-page.c: In function 'accel_cleared_callback': cc-wacom-page.c:426:59: error: 'GSD_WACOM_ACTION_TYPE_NONE' undeclared (first use in this function) I've got libwacom-0.3 installed. I suspect that my libwacom is too old (although configure doesn't complain).
Which version of gnome-settings-daemon? Did you update it as well? The definition is at: http://git.gnome.org/browse/gnome-settings-daemon/tree/data/gsd-enums.h#n93
I'm running gnome-settings-daemon 3.3.5 (a tarball and not the git master)
gnome-control-center from git will need gnome-settings-daemon from git. I've bumped the deps now. commit dafd76378a4d8cf3b85a9e6da9c1ff062029ba15 Author: Bastien Nocera <hadess@hadess.net> Date: Fri Feb 17 17:07:59 2012 +0100 build: Bump dependency for gnome-settings-daemon https://bugzilla.gnome.org/show_bug.cgi?id=670158