From: Marcel Holtmann <marcel@holtmann.org>
To: bluez-users@lists.sourceforge.net
Subject: Re: [Bluez-users] bluez-utils-2.17 -- Error compiling dbus.o
Date: Sun, 29 May 2005 17:11:49 +0200 [thread overview]
Message-ID: <1117379509.7072.95.camel@pegasus> (raw)
In-Reply-To: <12a241ad05052907591c593c6@mail.gmail.com>
Hi Bruno,
> i recently updated my dbus package and now i'm having
> some problems trying to compile hcid/dbus.o file, the error is the
> follow:
>=20
> gcc -I/usr/include -DDBUS_API_SUBJECT_TO_CHANGE
> -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DENABLE_DBUS
> -DDBUS_API_SUBJECT_TO_CHANGE -Wall -O2 -o hcid main.o security.o
> storage.o lib.o parser.o lexer.o kword.o glib-ectomy.o dbus.o=20
> -L/usr/lib /usr/lib/libdbus-1.so /usr/lib/libbluetooth.so
> dbus.o(.text+0x7a): In function `hcid_dbus_request_pin':
> : undefined reference to `dbus_message_append_iter_init'
> dbus.o(.text+0x8b): In function `hcid_dbus_request_pin':
> : undefined reference to `dbus_message_iter_append_boolean'
> dbus.o(.text+0x97): In function `hcid_dbus_request_pin':
> : undefined reference to `dbus_message_iter_append_byte_array'
> dbus.o(.text+0x381): In function `reply_handler_function':
> : undefined reference to `dbus_pending_call_get_reply'
> dbus.o(.text+0x3dd): In function `reply_handler_function':
> : undefined reference to `dbus_message_iter_get_string'
> collect2: ld returned 1 exit status
> make[2]: ** [hcid] Erro 1
> make[2]: Saindo do diret=F3rio `/home/bruno/src/bluez-utils-2.17/hcid'
> make[1]: ** [all-recursive] Erro 1
> make[1]: Saindo do diret=F3rio `/home/bruno/src/bluez-utils-2.17'
> make: ** [all] Erro 2
>=20
> Any help would be appreciated!
it would be great if you tell us about what version of D-Bus we are
talking about. I am unable read minds ;)
However it seems that these functions are missing:
dbus_message_append_iter_init()
dbus_message_iter_append_boolean()
dbus_message_iter_append_byte_array()
dbus_pending_call_get_reply()
dbus_message_iter_get_string()
You can try the CVS, because I added the support for newer D-Bus
libraries after the 2.17 release was out.
Regards
Marcel
-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
next prev parent reply other threads:[~2005-05-29 15:11 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-29 14:59 [Bluez-users] bluez-utils-2.17 -- Error compiling dbus.o Bruno Abinader
2005-05-29 15:11 ` Marcel Holtmann [this message]
2005-05-29 15:17 ` Bruno Abinader
2005-05-30 12:32 ` Claudio Takahasi
2005-05-30 12:39 ` Marcel Holtmann
2005-05-30 15:34 ` Bruno Abinader
2005-05-30 15:53 ` Marcel Holtmann
2005-05-31 20:41 ` Bruno Abinader
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1117379509.7072.95.camel@pegasus \
--to=marcel@holtmann.org \
--cc=bluez-users@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.