GNOME Bugzilla – Bug 303187
Cannot compile Gossip with D-Bus >= 0.31
Last modified: 2005-06-26 18:04:55 UTC
Unable to compile Gossip with D-Bus >= 0.31.
Here's the relevant errors I receive: gossip-dbus.o(.text+0x92): In function `gossip_dbus_init': /usr/src/rpm/BUILD/gossip-0.8/src/gossip-dbus.c:61: undefined reference to `dbus_bus_acquire_service' gossip-dbus.o(.text+0x175): In function `message_func': /usr/src/rpm/BUILD/gossip-0.8/src/gossip-dbus.c:108: undefined reference to `dbus_message_iter_get_uint32' gossip-dbus.o(.text+0x1e7):/usr/src/rpm/BUILD/gossip-0.8/src/gossip-dbus.c:110: undefined reference to `dbus_message_iter_get_string' collect2: ld returned 1 exit status Looks like only three calls need to be changed. I see that J5 has a quick reference guide on migrating over to the new api here: http://people.redhat.com/johnp/files/dbus_0.23_to_0.30_porting_quickref.txt
The d-bus support in gossip is experimental and is most likely not working in HEAD anyway at the moment. Setting priority to low.
Created attachment 46802 [details] [review] Make it compile with dbus >= 0.31 This makes --enable-dbus compile with dbus >= 0.31 Snark on #gnomemeeting
What's up with the (void)?
Fixed, thanks for the patch