GNOME Bugzilla – Bug 347222
No more dbus_connection_disconnect on dbus HEAD
Last modified: 2006-07-11 20:04:08 UTC
Please describe the problem: gnome-vfs-daemon-method.c: In function 'destroy_private_connection': gnome-vfs-daemon-method.c:351: warning: implicit declaration of function 'dbus_connection_disconnect' gnome-vfs-daemon-method.c:351: warning: nested extern declaration of 'dbus_connection_disconnect' make[3]: *** [gnome-vfs-daemon-method.lo] Error 1 make[3]: Leaving directory `/home/luca/cvs/gnome2/gnome-vfs/libgnomevfs' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/luca/cvs/gnome2/gnome-vfs/libgnomevfs' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/luca/cvs/gnome2/gnome-vfs' make: *** [all] Error 2 Steps to reproduce: 1. Update dbus to current head 2. Rebuild gnome-vfs Actual results: Expected results: Does this happen every time? Other information: The DBUS function was renamed dbus_connection_close 2006-07-07 John (J5) Palmieri <johnp@redhat.com> * dbus/dbus-connection.h: remove connection_disconnect and replace with connection_close * dbus/dbus-connection.c: include dbus-bus.h (_dbus_connection_read_write_dispatch): make static
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 347099 ***