Matthias, Thanks for the link. Part of this patch previously made it into CVS-HEAD when I updated dbus-glib to 0.72. That patch never made it into the 2-16 branch when I later updated dbus. Haste makes waste...
CVS HEAD and gnome-2-16 updated. -Joseph ================================================================================ On Sat, 2006-11-25 at 15:54 +0100, Matthias Winkler wrote: > Building the latest cvs-garnome-2-16-r2 resulsts in an > compile error: > > &dbus_glib__object_info is unknown! > > > > SOLUTION: > http://lists.freedesktop.org/archives/galago-commits/2006-November/000637.html > > > > Modified: trunk/notification-daemon/src/daemon/Makefile.am > =================================================================== > --- trunk/notification-daemon/src/daemon/Makefile.am 2006-11-05 20:07:37 > UTC (rev 2937) > +++ trunk/notification-daemon/src/daemon/Makefile.am 2006-11-05 20:14:42 > UTC (rev 2938) > @@ -13,7 +13,7 @@ > BUILT_SOURCES = notificationdaemon-dbus-glue.h > > notificationdaemon-dbus-glue.h: notificationdaemon.xml > - dbus-binding-tool --mode=glib-server \ > + dbus-binding-tool --mode=glib-server --prefix=notification_daemon \ > $(srcdir)/notificationdaemon.xml > > notificationdaemon-dbus-glue.h > > INCLUDES = \ > > Modified: trunk/notification-daemon/src/daemon/daemon.c > =================================================================== > --- trunk/notification-daemon/src/daemon/daemon.c 2006-11-05 20:07:37 UTC > > (rev 2937) > +++ trunk/notification-daemon/src/daemon/daemon.c 2006-11-05 20:14:42 UTC > > (rev 2938) > @@ -1089,7 +1089,7 @@ > dbus_conn = dbus_g_connection_get_connection(connection); > > dbus_g_object_type_install_info(NOTIFY_TYPE_DAEMON, > - > &dbus_glib__object_info); > + > &dbus_glib_notification_daemon_object_info); > > bus_proxy = dbus_g_proxy_new_for_name(connection, > > "org.freedesktop.DBus", > > Matthias -- joseph_sacco [at] comcast [dot] net -- garnome-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/garnome-list
