public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [Bluez-users] problem in browsing services through dbus interface.
@ 2007-10-12 14:13 rohit puri
  2007-10-15  4:52 ` rahul
  0 siblings, 1 reply; 4+ messages in thread
From: rohit puri @ 2007-10-12 14:13 UTC (permalink / raw)
  To: Bluez-users


[-- Attachment #1.1: Type: text/plain, Size: 626 bytes --]

hi all,

I am browsing the services using the dbus interface.but my code gives the
following error
`get_remote_service_channel':
/root/marcel/main.c:78: undefined reference to `sdp_extract_pdu'
/root/marcel/main.c:81: undefined reference to `sdp_get_access_protos'
/root/marcel/main.c:85: undefined reference to `sdp_get_proto_port'
/root/marcel/main.c:88: undefined reference to `sdp_list_free'
/root/marcel/main.c:89: undefined reference to `sdp_list_free'
/root/marcel/main.c:92: undefined reference to `sdp_record_free'
collect2: ld returned 1 exit status
Does someone know how to rectify this problem.

Thanks in advance

[-- Attachment #1.2: Type: text/html, Size: 703 bytes --]

[-- Attachment #2: Type: text/plain, Size: 314 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/

[-- Attachment #3: Type: text/plain, Size: 164 bytes --]

_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Bluez-users] problem in browsing services through dbus interface.
  2007-10-12 14:13 [Bluez-users] problem in browsing services through dbus interface rohit puri
@ 2007-10-15  4:52 ` rahul
  2007-10-15 14:35   ` rahul
  0 siblings, 1 reply; 4+ messages in thread
From: rahul @ 2007-10-15  4:52 UTC (permalink / raw)
  To: BlueZ users

rohit puri wrote:
> hi all,
>
> I am browsing the services using the dbus interface.but my code gives 
> the following error
> `get_remote_service_channel':
> /root/marcel/main.c:78: undefined reference to `sdp_extract_pdu'
> /root/marcel/main.c:81: undefined reference to `sdp_get_access_protos'
> /root/marcel/main.c:85: undefined reference to `sdp_get_proto_port'
> /root/marcel/main.c:88: undefined reference to `sdp_list_free'
> /root/marcel/main.c:89: undefined reference to `sdp_list_free'
> /root/marcel/main.c:92: undefined reference to `sdp_record_free'
> collect2: ld returned 1 exit status
> Does someone know how to rectify this problem.
>
> Thanks in advance
>
Have you compiled the sources on your own? . If yes, then i think you 
have linked the bluez-utils to the correct bluez-libs.



thanks,
  rahul


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Bluez-users] problem in browsing services through dbus interface.
  2007-10-15  4:52 ` rahul
@ 2007-10-15 14:35   ` rahul
  2007-10-16  4:50     ` rohit puri
  0 siblings, 1 reply; 4+ messages in thread
From: rahul @ 2007-10-15 14:35 UTC (permalink / raw)
  To: BlueZ users

rahul wrote:
> rohit puri wrote:
>   
>> hi all,
>>
>> I am browsing the services using the dbus interface.but my code gives 
>> the following error
>> `get_remote_service_channel':
>> /root/marcel/main.c:78: undefined reference to `sdp_extract_pdu'
>> /root/marcel/main.c:81: undefined reference to `sdp_get_access_protos'
>> /root/marcel/main.c:85: undefined reference to `sdp_get_proto_port'
>> /root/marcel/main.c:88: undefined reference to `sdp_list_free'
>> /root/marcel/main.c:89: undefined reference to `sdp_list_free'
>> /root/marcel/main.c:92: undefined reference to `sdp_record_free'
>> collect2: ld returned 1 exit status
>> Does someone know how to rectify this problem.
>>
>> Thanks in advance
>>
>>     
> Have you compiled the sources on your own? . If yes, then i think you 
> have linked the bluez-utils to the correct bluez-libs.
>   

Oops .. it shuld have been .."you have *not* linked ..." .
>
>
> thanks,
>   rahul
>   


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Bluez-users] problem in browsing services through dbus interface.
  2007-10-15 14:35   ` rahul
@ 2007-10-16  4:50     ` rohit puri
  0 siblings, 0 replies; 4+ messages in thread
From: rohit puri @ 2007-10-16  4:50 UTC (permalink / raw)
  To: BlueZ users


[-- Attachment #1.1: Type: text/plain, Size: 1588 bytes --]

Thanks Rahul for your help.

Regards,
Rohit

On 10/15/07, rahul <rahul.tank@celunite.com> wrote:
>
> rahul wrote:
> > rohit puri wrote:
> >
> >> hi all,
> >>
> >> I am browsing the services using the dbus interface.but my code gives
> >> the following error
> >> `get_remote_service_channel':
> >> /root/marcel/main.c:78: undefined reference to `sdp_extract_pdu'
> >> /root/marcel/main.c:81: undefined reference to `sdp_get_access_protos'
> >> /root/marcel/main.c:85: undefined reference to `sdp_get_proto_port'
> >> /root/marcel/main.c:88: undefined reference to `sdp_list_free'
> >> /root/marcel/main.c:89: undefined reference to `sdp_list_free'
> >> /root/marcel/main.c:92: undefined reference to `sdp_record_free'
> >> collect2: ld returned 1 exit status
> >> Does someone know how to rectify this problem.
> >>
> >> Thanks in advance
> >>
> >>
> > Have you compiled the sources on your own? . If yes, then i think you
> > have linked the bluez-utils to the correct bluez-libs.
> >
>
> Oops .. it shuld have been .."you have *not* linked ..." .
> >
> >
> > thanks,
> >   rahul
> >
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>

[-- Attachment #1.2: Type: text/html, Size: 2284 bytes --]

[-- Attachment #2: Type: text/plain, Size: 314 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/

[-- Attachment #3: Type: text/plain, Size: 164 bytes --]

_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-10-16  4:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-12 14:13 [Bluez-users] problem in browsing services through dbus interface rohit puri
2007-10-15  4:52 ` rahul
2007-10-15 14:35   ` rahul
2007-10-16  4:50     ` rohit puri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox