SESSION_PROPERTIES in configure.in has dbus-glib dependency. "configure" does not have it. This made gsm-properties-dialog.c fail to compile on my machine: CC gsm-properties-dialog.o gsm-properties-dialog.c:44:28: lỗi: dbus/dbus-glib.h: No such file or directory gsm-properties-dialog.c:45:37: lỗi: dbus/dbus-glib-lowlevel.h: No such file or directory gsm-properties-dialog.c:1272: error: expected ‘)’ before ‘*’ token gsm-properties-dialog.c: In function ‘on_save_session_clicked’: gsm-properties-dialog.c:1292: error: ‘DBusGConnection’ undeclared (first use in this function) gsm-properties-dialog.c:1292: error: (Each undeclared identifier is reported only once gsm-properties-dialog.c:1292: error: for each function it appears in.) gsm-properties-dialog.c:1292: error: ‘conn’ undeclared (first use in this function) gsm-properties-dialog.c:1293: error: ‘DBusGProxy’ undeclared (first use in this function) gsm-properties-dialog.c:1293: error: ‘proxy’ undeclared (first use in this function) gsm-properties-dialog.c:1294: error: ‘DBusGProxyCall’ undeclared (first use in this function) gsm-properties-dialog.c:1294: error: ‘call’ undeclared (first use in this function) gsm-properties-dialog.c:1296: warning: implicit declaration of function ‘dbus_g_bus_get’ gsm-properties-dialog.c:1296: warning: nested extern declaration of ‘dbus_g_bus_get’ gsm-properties-dialog.c:1296: error: ‘DBUS_BUS_SESSION’ undeclared (first use in this function) gsm-properties-dialog.c:1302: warning: implicit declaration of function ‘dbus_g_proxy_new_for_name’ gsm-properties-dialog.c:1302: warning: nested extern declaration of ‘dbus_g_proxy_new_for_name’ gsm-properties-dialog.c:1308: warning: implicit declaration of function ‘dbus_g_proxy_begin_call’ gsm-properties-dialog.c:1308: warning: nested extern declaration of ‘dbus_g_proxy_begin_call’ gsm-properties-dialog.c:1308: error: ‘session_saved_cb’ undeclared (first use in this function) Doing eautoreconf makes it work again.
*** This bug has been marked as a duplicate of bug 284930 ***