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 346722 - doesn't build from cvs after last commit
doesn't build from cvs after last commit
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: general
git master
Other All
: Normal blocker
: ---
Assigned To: Sergey V. Udaltsov
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-07-06 06:03 UTC by Sergey Al. Safonov
Modified: 2006-07-06 20:38 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description Sergey Al. Safonov 2006-07-06 06:03:50 UTC
Please describe the problem:
gswitchit_config.c:31:57: error: gnome-settings-daemon/gnome-settings-client.h: No such file or directory
gswitchit_config.c: In function ‘gswitchit_config_get_remote_lv_descriptions_utf8’:
gswitchit_config.c:174: error: ‘DBusGProxy’ undeclared (first use in this function)
gswitchit_config.c:174: error: (Each undeclared identifier is reported only once
gswitchit_config.c:174: error: for each function it appears in.)
gswitchit_config.c:174: error: ‘proxy’ undeclared (first use in this function)
gswitchit_config.c:175: error: ‘DBusGConnection’ undeclared (first use in this function)
gswitchit_config.c:175: error: ‘connection’ undeclared (first use in this function)
gswitchit_config.c:178: warning: implicit declaration of function ‘dbus_g_bus_get’
gswitchit_config.c:178: error: ‘DBUS_BUS_SESSION’ undeclared (first use in this function)
gswitchit_config.c:188: warning: implicit declaration of function ‘dbus_g_proxy_new_for_name’
gswitchit_config.c:194: warning: implicit declaration of function ‘org_gnome_KeyboardConfigRegistry_get_current_descriptions_as_utf8’

Steps to reproduce:



Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Sergey V. Udaltsov 2006-07-06 08:41:58 UTC
OK, I know the matter of problem. Sorry for it. I will fix it tonight.
Comment 2 Sergey V. Udaltsov 2006-07-06 08:46:29 UTC
As a temporary hack (if you need to build it today), go to gnome-settings-daemon directory and do "make gnome-settings-client.h". Unfortunately I created cyclic dependency between gnome-settings-daemon and libgswitchit (another reason to split finally libgswitchit from g-c-c). Really really sorry. Will try to fix ASAP.
Comment 3 Sergey V. Udaltsov 2006-07-06 20:38:06 UTC
I think it should be fixed now. Sorry again.