GNOME Bugzilla – Bug 684952
Compilation error
Last modified: 2012-09-27 14:15:18 UTC
While compiling gnome-control-center, it throws the following error: cc-wacom-page.c:120:10: error: 'GSD_WACOM_ACTION_TYPE_SWITCH_MONITOR' undeclared here (not in a function)
Is xorg-x11-drv-wacom installed (or whatever your distro calls that package)?
You should really have matching versions of gnome-settings-daemon and gnome-control-center... (In reply to comment #1) > Is xorg-x11-drv-wacom installed (or whatever your distro calls that package)? This isn't used in gnome-control-center, only gnome-settings-daemon, where it's checked for. The GSD_ prefix to the missing declaration means that it's gnome-settings-daemon headers that are mismatching/broken, etc. commit 5ae3d6b01aeda595f6a02454141f2c3be9ed673a Author: Bastien Nocera <hadess@hadess.net> Date: Thu Sep 27 16:11:55 2012 +0200 wacom: Bump the required version of g-s-d So that GSD_WACOM_ACTION_TYPE_SWITCH_MONITOR is available. https://bugzilla.gnome.org/show_bug.cgi?id=684952