GNOME Bugzilla – Bug 346722
doesn't build from cvs after last commit
Last modified: 2006-07-06 20:38:06 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:
OK, I know the matter of problem. Sorry for it. I will fix it tonight.
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.
I think it should be fixed now. Sorry again.