! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
compiling error with dbus
Status:
RESOLVED: FIXED
Product:
Xfmedia
Component:
general

Comments

Description Scott H 2005-04-09 22:54:21 CEST
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
Comment 1 Brian J. Tarricone (not reading bugmail) 2005-04-09 23:17:24 CEST
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)

Bug #901

Reported by:
Scott H
Reported on: 2005-04-09
Last modified on: 2005-04-09

People

Assignee:
Brian J. Tarricone (not reading bugmail)
CC List:
0 users

Version

Version:
0.8.0cvs

Attachments

Additional information