I checked out the source code from subversion and got this while compiling: ../xfmedia/.libs/libxfmedia-remote-client.a(libxfmedia_remote_client_la-remote-client.o)(.text+0x137): In function `remote_do_ping': /home/stonecrest/trunk/xfmedia/remote-client.c:103: undefined reference to `dbus_message_set_auto_activation' ../xfmedia/.libs/libxfmedia-remote-client.a(libxfmedia_remote_client_la-remote-client.o)(.text+0x3ab): In function `xfmedia_remote_send_command': /home/stonecrest/trunk/xfmedia/remote-client.c:235: undefined reference to `dbus_message_set_auto_activation' ../xfmedia/.libs/libxfmedia-remote-client.a(libxfmedia_remote_client_la-remote-client.o)(.text+0x4bc):/home/stonecrest/trunk/xfmedia/remote-client.c:168: undefined reference to `dbus_message_set_auto_activation' ../xfmedia/.libs/libxfmedia-remote-client.a(libxfmedia_remote_client_la-remote-client.o)(.text+0x5d3):/home/stonecrest/trunk/xfmedia/remote-client.c:309: undefined reference to `dbus_message_set_auto_activation' ../xfmedia/.libs/libxfmedia-remote-client.a(libxfmedia_remote_client_la-remote-client.o)(.text+0x691):/home/stonecrest/trunk/xfmedia/remote-client.c:196: undefined reference to `dbus_message_set_auto_activation' ../xfmedia/.libs/libxfmedia-remote-client.a(libxfmedia_remote_client_la-remote-client.o)(.text+0x7be):/home/stonecrest/trunk/xfmedia/remote-client.c:341: more undefined references to `dbus_message_set_auto_activation' follow collect2: ld returned 1 exit status make[2]: *** [xfmedia] Error 1 make[2]: Leaving directory `/home/stonecrest/trunk/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/stonecrest/trunk' make: *** [all] Error 2 Reproducible: Always Steps to Reproduce: 1. download svn source code from trunk 2. ./autogen --prefix=/usr 3. make Actual Results: Compiling errors shown above Expected Results: Compiled without errors ;-) This is with dbus 0.32
Hmm, looks like that function was removed in 0.32. Fixed, thanks. > Author: kelnos > Date: 2005-04-09 23:15:59 +0000 (Sat, 09 Apr 2005) > New Revision: 13514 > > Modified: > xfmedia/trunk/xfmedia/remote-client.c > Log: > fix missing dbus_message_set_auto_activation() in 0.3x (bug 901)