GNOME Bugzilla – Bug 642177
0.7 still using dbus-glib tools
Last modified: 2011-09-05 12:05:44 UTC
http://git.gnome.org/browse/notification-daemon/commit/?id=60ae378d785ccb3eed0027ae292bc85bf34d3743 it was ported to GDBUS but if dbus-glib is not present the compilation fails. make[2]: Leaving directory `/build/src/notification-daemon-0.7.0/po' Making all in src make[2]: Entering directory `/build/src/notification-daemon-0.7.0/src' dbus-binding-tool --mode=glib-server --prefix=notification_daemon \ ./notificationdaemon.xml > notificationdaemon-dbus-glue.h /bin/sh: dbus-binding-tool: command not found make[2]: *** [notificationdaemon-dbus-glue.h] Error 127 make[2]: Leaving directory `/build/src/notification-daemon-0.7.0/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/build/src/notification-daemon-0.7.0' make: *** [all] Error 2 where dbus-binding-tool is provided by dbus-glib
The following fixes have been pushed:
The following fix has been pushed: 4113c1d Remove vestiges of dbus-glib
Created attachment 195684 [details] [review] Remove vestiges of dbus-glib