* [Bluez-users] bluez-utils-3.17 installation problem
@ 2007-09-02 14:31 Richeek Arya
2007-09-02 15:05 ` [Bluez-devel] " Richeek Arya
0 siblings, 1 reply; 4+ messages in thread
From: Richeek Arya @ 2007-09-02 14:31 UTC (permalink / raw)
To: bluez-users
[-- Attachment #1.1: Type: text/plain, Size: 2015 bytes --]
hi
i have downloaded the bluetooth module from www.bluez.org site(5 modules all
are latest as of now).
When i am installing bluez-utils-3.17 i am getting this error :-
[root@localhost bluez-utils-3.17]# make
make all-recursive
make[1]: Entering directory `/home/richeek/Desktop/bluez-utils-3.17'
Making all in sbc
make[2]: Entering directory `/home/richeek/Desktop/bluez-utils-3.17/sbc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/richeek/Desktop/bluez-utils-3.17/sbc'
Making all in eglib
make[2]: Entering directory `/home/richeek/Desktop/bluez-utils-3.17/eglib'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/richeek/Desktop/bluez-utils-3.17/eglib'
Making all in common
make[2]: Entering directory `/home/richeek/Desktop/bluez-utils-3.17/common'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/richeek/Desktop/bluez-utils-3.17/common'
Making all in sdpd
make[2]: Entering directory `/home/richeek/Desktop/bluez-utils-3.17/sdpd'
gcc -DHAVE_CONFIG_H -I. -I.. -I../common -I../eglib -Wall -O2
-D_FORTIFY_SOURCE=2 -MT service.o -MD -MP -MF .deps/service.Tpo -c -o
service.o service.c
service.c: In function 'update_svclass_list':
service.c:83: error: 'sdp_record_t' has no member named 'svclass'
service.c:86: error: 'sdp_record_t' has no member named 'svclass'
service.c: In function 'create_ext_inquiry_response':
service.c:170: error: 'sdp_record_t' has no member named 'svclass'
service.c:173: error: 'sdp_record_t' has no member named 'svclass'
service.c:182: error: 'sdp_record_t' has no member named 'svclass'
service.c:188: error: 'sdp_record_t' has no member named 'svclass'
make[2]: *** [service.o] Error 1
make[2]: Leaving directory `/home/richeek/Desktop/bluez-utils-3.17/sdpd'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/richeek/Desktop/bluez-utils-3.17'
make: *** [all] Error 2
My gcc version is 4.1.1. How to solve this problem??
With due regards..
--
richeek arya
GHEB-143
iiit hyderabad
[-- Attachment #1.2: Type: text/html, Size: 2261 bytes --]
[-- Attachment #2: Type: text/plain, Size: 315 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
* [Bluez-devel] bluez-utils-3.17 installation problem
2007-09-02 14:31 [Bluez-users] bluez-utils-3.17 installation problem Richeek Arya
@ 2007-09-02 15:05 ` Richeek Arya
2007-09-03 5:07 ` Rahul Tank
0 siblings, 1 reply; 4+ messages in thread
From: Richeek Arya @ 2007-09-02 15:05 UTC (permalink / raw)
To: bluez-devel
[-- Attachment #1.1: Type: text/plain, Size: 2062 bytes --]
hi
i have downloaded the bluetooth module from www.bluez.org site(5 modules all
are latest as of now).
When i am installing bluez-utils-3.17 i am getting this error :-
[root@localhost bluez-utils-3.17]# make
make all-recursive
make[1]: Entering directory `/home/richeek/Desktop/bluez-utils-3.17'
Making all in sbc
make[2]: Entering directory `/home/richeek/Desktop/bluez-utils-3.17 /sbc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/richeek/Desktop/bluez-utils-3.17/sbc'
Making all in eglib
make[2]: Entering directory `/home/richeek/Desktop/bluez-utils-3.17 /eglib'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/richeek/Desktop/bluez-utils-3.17/eglib'
Making all in common
make[2]: Entering directory `/home/richeek/Desktop/bluez- utils-3.17/common'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/richeek/Desktop/bluez-utils-3.17/common'
Making all in sdpd
make[2]: Entering directory `/home/richeek/Desktop/bluez- utils-3.17/sdpd'
gcc -DHAVE_CONFIG_H -I. -I.. -I../common -I../eglib -Wall -O2
-D_FORTIFY_SOURCE=2 -MT service.o -MD -MP -MF .deps/service.Tpo -c -o
service.o service.c
service.c: In function 'update_svclass_list':
service.c:83: error: 'sdp_record_t' has no member named 'svclass'
service.c:86: error: 'sdp_record_t' has no member named 'svclass'
service.c: In function 'create_ext_inquiry_response':
service.c:170: error: 'sdp_record_t' has no member named 'svclass'
service.c:173: error: 'sdp_record_t' has no member named 'svclass'
service.c:182: error: 'sdp_record_t' has no member named 'svclass'
service.c:188: error: 'sdp_record_t' has no member named 'svclass'
make[2]: *** [ service.o] Error 1
make[2]: Leaving directory `/home/richeek/Desktop/bluez-utils-3.17/sdpd'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/richeek/Desktop/bluez-utils-3.17'
make: *** [all] Error 2
My gcc version is 4.1.1. How to solve this problem??
With due regards..
--
richeek arya
GHEB-143
iiit hyderabad
--
richeek arya
GHEB-148
iiit hyderabad
[-- Attachment #1.2: Type: text/html, Size: 2576 bytes --]
[-- Attachment #2: Type: text/plain, Size: 315 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-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bluez-devel] bluez-utils-3.17 installation problem
2007-09-02 15:05 ` [Bluez-devel] " Richeek Arya
@ 2007-09-03 5:07 ` Rahul Tank
2007-09-05 7:52 ` [Bluez-devel] compile the blueZ stack mingyuan.luo
0 siblings, 1 reply; 4+ messages in thread
From: Rahul Tank @ 2007-09-03 5:07 UTC (permalink / raw)
To: BlueZ development
Richeek Arya wrote:
>
> service.c: In function 'update_svclass_list':
> service.c:83: error: 'sdp_record_t' has no member named 'svclass'
> service.c:86: error: 'sdp_record_t' has no member named 'svclass'
> service.c: In function 'create_ext_inquiry_response':
> service.c:170: error: 'sdp_record_t' has no member named 'svclass'
> service.c:173: error: 'sdp_record_t' has no member named 'svclass'
> service.c:182: error: 'sdp_record_t' has no member named 'svclass'
> service.c:188: error: 'sdp_record_t' has no member named 'svclass'
> make[2]: *** [ service.o] Error 1
> make[2]: Leaving directory `/home/richeek/Desktop/bluez-utils-3.17/sdpd'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/richeek/Desktop/bluez-utils-3.17'
> make: *** [all] Error 2
>
IMHO it is not finding the bluez library. Either bluez-libs is not
installed or it is not getting the library path.
> My gcc version is 4.1.1. How to solve this problem??
> With due regards..
> --
> richeek arya
> GHEB-143
> iiit hyderabad
>
> --
> richeek arya
> GHEB-148
> iiit hyderabad
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> 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-devel mailing list
> Bluez-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-devel
>
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-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-09-05 7:52 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-02 14:31 [Bluez-users] bluez-utils-3.17 installation problem Richeek Arya
2007-09-02 15:05 ` [Bluez-devel] " Richeek Arya
2007-09-03 5:07 ` Rahul Tank
2007-09-05 7:52 ` [Bluez-devel] compile the blueZ stack mingyuan.luo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox