* [Bluez-users] Problem while compiling bluez-utils-3.22
@ 2007-10-30 5:30 Sumeet VERMA
2007-10-30 6:23 ` Rahul Tank
0 siblings, 1 reply; 4+ messages in thread
From: Sumeet VERMA @ 2007-10-30 5:30 UTC (permalink / raw)
To: bluez-users
Hi
I am trying to enable to audio in bluez utils 3.22
$ ./configure --enable-audio
but I get the following error while compiling audio/pcm_bluetooth.c file
make[2]: Entering directory `/local_no_backup/projects/sharp/bluez-utils-3.21/audio'
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../common -I/usr/include/alsa -I../sbc -Wall -O2 -D_FORTIFY_SOURCE=2 -MT libasound_module_pcm_bluetooth_la-pcm_bluetooth.lo -MD -MP -MF .deps/libasound_module_pcm_bluetooth_la-pcm_bluetooth.Tpo -c -o libasound_module_pcm_bluetooth_la-pcm_bluetooth.lo `test -f 'pcm_bluetooth.c' || echo './'`pcm_bluetooth.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I.. -I../common -I/usr/include/alsa -I../sbc -Wall -O2 -D_FORTIFY_SOURCE=2 -MT libasound_module_pcm_bluetooth_la-pcm_bluetooth.lo -MD -MP -MF .deps/libasound_module_pcm_bluetooth_la-pcm_bluetooth.Tpo -c pcm_bluetooth.c -fPIC -DPIC -o .libs/libasound_module_pcm_bluetooth_la-pcm_bluetooth.o
pcm_bluetooth.c:41:18: rtp.h: No such file or directory
pcm_bluetooth.c: In function `avdtp_write':
pcm_bluetooth.c:601: error: dereferencing pointer to incomplete type
pcm_bluetooth.c:603: error: dereferencing pointer to incomplete type
pcm_bluetooth.c:603: error: dereferencing pointer to incomplete type
pcm_bluetooth.c:605: error: dereferencing pointer to incomplete type
pcm_bluetooth.c:606: error: dereferencing pointer to incomplete type
pcm_bluetooth.c:607: error: dereferencing pointer to incomplete type
pcm_bluetooth.c:608: error: dereferencing pointer to incomplete type
pcm_bluetooth.c:609: error: dereferencing pointer to incomplete type
pcm_bluetooth.c:610: error: dereferencing pointer to incomplete type
pcm_bluetooth.c:617: error: invalid application of `sizeof' to incomplete type `rtp_header'
pcm_bluetooth.c:617: error: invalid application of `sizeof' to incomplete type `rtp_payload'
pcm_bluetooth.c: In function `bluetooth_a2dp_init':
pcm_bluetooth.c:968: error: invalid application of `sizeof' to incomplete type `rtp_header'
pcm_bluetooth.c:968: error: invalid application of `sizeof' to incomplete type `rtp_payload'
make[2]: *** [libasound_module_pcm_bluetooth_la-pcm_bluetooth.lo] Error 1
make[2]: Leaving directory `/local_no_backup/projects/sharp/bluez-utils-3.21/audio'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/local_no_backup/projects/sharp/bluez-utils-3.21'
make: *** [all] Error 2
Any help?
Regards,
Sumeet
-------------------------------------------------------------------------
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 while compiling bluez-utils-3.22
2007-10-30 5:30 [Bluez-users] Problem while compiling bluez-utils-3.22 Sumeet VERMA
@ 2007-10-30 6:23 ` Rahul Tank
2007-10-30 6:28 ` Sumeet VERMA
0 siblings, 1 reply; 4+ messages in thread
From: Rahul Tank @ 2007-10-30 6:23 UTC (permalink / raw)
To: BlueZ users
Sumeet VERMA wrote:
> Hi
> I am trying to enable to audio in bluez utils 3.22
> $ ./configure --enable-audio
>
>
<snip>
> make[2]: Leaving directory `/local_no_backup/projects/sharp/bluez-utils-3.21/audio'
>
You sure its bluez-utils 3.22 ?? This problem was seen in
bluez-utils-3.21 ands it seems u compiling 3.21 and not 3.22 .
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/local_no_backup/projects/sharp/bluez-utils-3.21'
> make: *** [all] Error 2
>
> Any help?
>
> Regards,
> Sumeet
>
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 while compiling bluez-utils-3.22
2007-10-30 6:23 ` Rahul Tank
@ 2007-10-30 6:28 ` Sumeet VERMA
2007-10-30 6:32 ` Rahul Tank
0 siblings, 1 reply; 4+ messages in thread
From: Sumeet VERMA @ 2007-10-30 6:28 UTC (permalink / raw)
To: 'BlueZ users'
Hi Rahul
I cross checked. It 3.21..sorry for the mistake. Is it fixed in 3.22?
Regards,
Sumeet
-----Original Message-----
From: bluez-users-bounces@lists.sourceforge.net
[mailto:bluez-users-bounces@lists.sourceforge.net] On Behalf Of Rahul Tank
Sent: Tuesday, October 30, 2007 11:53 AM
To: BlueZ users
Subject: Re: [Bluez-users] Problem while compiling bluez-utils-3.22
Sumeet VERMA wrote:
> Hi
> I am trying to enable to audio in bluez utils 3.22 $ ./configure
> --enable-audio
>
>
<snip>
> make[2]: Leaving directory
`/local_no_backup/projects/sharp/bluez-utils-3.21/audio'
>
You sure its bluez-utils 3.22 ?? This problem was seen in
bluez-utils-3.21 ands it seems u compiling 3.21 and not 3.22 .
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory
`/local_no_backup/projects/sharp/bluez-utils-3.21'
> make: *** [all] Error 2
>
> Any help?
>
> Regards,
> Sumeet
>
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
-------------------------------------------------------------------------
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 while compiling bluez-utils-3.22
2007-10-30 6:28 ` Sumeet VERMA
@ 2007-10-30 6:32 ` Rahul Tank
0 siblings, 0 replies; 4+ messages in thread
From: Rahul Tank @ 2007-10-30 6:32 UTC (permalink / raw)
To: BlueZ users
Sumeet VERMA wrote:
> Hi Rahul
> I cross checked. It 3.21..sorry for the mistake. Is it fixed in 3.22?
>
>
>
Yes :)
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
end of thread, other threads:[~2007-10-30 6:32 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-30 5:30 [Bluez-users] Problem while compiling bluez-utils-3.22 Sumeet VERMA
2007-10-30 6:23 ` Rahul Tank
2007-10-30 6:28 ` Sumeet VERMA
2007-10-30 6:32 ` Rahul Tank
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox