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 684952 - Compilation error
Compilation error
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Wacom
3.6.x
Other Linux
: Normal normal
: ---
Assigned To: Olivier Fourdan
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-09-27 13:29 UTC by Prathibha
Modified: 2012-09-27 14:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Prathibha 2012-09-27 13:29:27 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)
Comment 1 André Klapper 2012-09-27 13:35:23 UTC
Is xorg-x11-drv-wacom installed (or whatever your distro calls that package)?
Comment 2 Bastien Nocera 2012-09-27 14:15:18 UTC
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