* [Bluez-users] Troubles compiling btsco
@ 2004-11-23 20:14 Hasse Hagen Johansen
2004-11-23 20:53 ` Brad Midgley
2004-11-23 21:05 ` Marcel Holtmann
0 siblings, 2 replies; 5+ messages in thread
From: Hasse Hagen Johansen @ 2004-11-23 20:14 UTC (permalink / raw)
To: bluez-users
Hi
I have checked out btsco from cvs from
http://www.gargan.org/linux/snd-bt-sco/
tried to run the bootstrap but i failed because the automake(on my
debian sid) didn't include --ignore-deps but only had a include-deps
option. I removed that
But when running configure I get this:
./configure: line 2919: XIPH_PATH_AO: command not found
Don't know what that means, but it seems that this error is causing some
variable in the makefile not to substituted. I get this if I then try to
run make
miyagi:/home/hhj/btsco# make
make all-recursive
make[1]: Entering directory `/home/hhj/btsco'
Making all in sbc
make[2]: Entering directory `/home/hhj/btsco/sbc'
gcc -DHAVE_CONFIG_H -I. -I. -I.. @AO_CFLAGS@ -Wall -O2 -c sbclib.c
gcc: @AO_CFLAGS@: No such file or directory
make[2]: *** [sbclib.o] Error 1
make[2]: Leaving directory `/home/hhj/btsco/sbc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/hhj/btsco'
make: *** [all-recursive-am] Error 2
I have tried to use a patch for debian from http://www.lxtreme.nl but
this doesn't seem to apply to the cvs version of btsco.
Does anyone have some tips ffor compiling it on debian?
Best Regards
Hasse H. Johansen
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Bluez-users] Troubles compiling btsco
2004-11-23 20:14 [Bluez-users] Troubles compiling btsco Hasse Hagen Johansen
@ 2004-11-23 20:53 ` Brad Midgley
2004-11-23 21:12 ` Hasse Hagen Johansen
2004-11-23 21:05 ` Marcel Holtmann
1 sibling, 1 reply; 5+ messages in thread
From: Brad Midgley @ 2004-11-23 20:53 UTC (permalink / raw)
To: bluez-users
Hasse,
I know this isn't going to be a *lot* of help but I've been using debian
with btsco. I don't know automake/autoconf/autobarf so I just update the
various tools from -testing whenever they fail and it's working now...
Brad
Hasse Hagen Johansen wrote:
> Hi
>
> I have checked out btsco from cvs from
> http://www.gargan.org/linux/snd-bt-sco/
>
> tried to run the bootstrap but i failed because the automake(on my
> debian sid) didn't include --ignore-deps but only had a include-deps
> option. I removed that
>
> But when running configure I get this:
>
> ./configure: line 2919: XIPH_PATH_AO: command not found
>
> Don't know what that means, but it seems that this error is causing some
> variable in the makefile not to substituted. I get this if I then try to
> run make
>
> miyagi:/home/hhj/btsco# make
> make all-recursive
> make[1]: Entering directory `/home/hhj/btsco'
> Making all in sbc
> make[2]: Entering directory `/home/hhj/btsco/sbc'
> gcc -DHAVE_CONFIG_H -I. -I. -I.. @AO_CFLAGS@ -Wall -O2 -c sbclib.c
> gcc: @AO_CFLAGS@: No such file or directory
> make[2]: *** [sbclib.o] Error 1
> make[2]: Leaving directory `/home/hhj/btsco/sbc'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/hhj/btsco'
> make: *** [all-recursive-am] Error 2
>
> I have tried to use a patch for debian from http://www.lxtreme.nl but
> this doesn't seem to apply to the cvs version of btsco.
>
> Does anyone have some tips ffor compiling it on debian?
>
> Best Regards
> Hasse H. Johansen
>
>
>
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://productguide.itmanagersjournal.com/
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Bluez-users] Troubles compiling btsco
2004-11-23 20:14 [Bluez-users] Troubles compiling btsco Hasse Hagen Johansen
2004-11-23 20:53 ` Brad Midgley
@ 2004-11-23 21:05 ` Marcel Holtmann
2004-11-23 21:16 ` Hasse Hagen Johansen
1 sibling, 1 reply; 5+ messages in thread
From: Marcel Holtmann @ 2004-11-23 21:05 UTC (permalink / raw)
To: BlueZ Mailing List
Hi Hasse,
> I have checked out btsco from cvs from
> http://www.gargan.org/linux/snd-bt-sco/
>
> tried to run the bootstrap but i failed because the automake(on my
> debian sid) didn't include --ignore-deps but only had a include-deps
> option. I removed that
you need at least automake-1.6 for it and use update-alternatives to
select the default one.
> But when running configure I get this:
>
> ./configure: line 2919: XIPH_PATH_AO: command not found
Maybe you need to install the libao-dev package.
Regards
Marcel
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Bluez-users] Troubles compiling btsco
2004-11-23 20:53 ` Brad Midgley
@ 2004-11-23 21:12 ` Hasse Hagen Johansen
0 siblings, 0 replies; 5+ messages in thread
From: Hasse Hagen Johansen @ 2004-11-23 21:12 UTC (permalink / raw)
To: bluez-users
Hi Brad
I'm using unstable(sid) so i'm not very happy to downgrade. But thanks
anyway ;-)
/Hasse
Brad Midgley wrote:
> Hasse,
>
> I know this isn't going to be a *lot* of help but I've been using
> debian with btsco. I don't know automake/autoconf/autobarf so I just
> update the various tools from -testing whenever they fail and it's
> working now...
>
> Brad
>
> Hasse Hagen Johansen wrote:
>
>> Hi
>>
>> I have checked out btsco from cvs from
>> http://www.gargan.org/linux/snd-bt-sco/
>>
>> tried to run the bootstrap but i failed because the automake(on my
>> debian sid) didn't include --ignore-deps but only had a include-deps
>> option. I removed that
>>
>> But when running configure I get this:
>>
>> ./configure: line 2919: XIPH_PATH_AO: command not found
>>
>> Don't know what that means, but it seems that this error is causing
>> some variable in the makefile not to substituted. I get this if I
>> then try to run make
>>
>> miyagi:/home/hhj/btsco# make
>> make all-recursive
>> make[1]: Entering directory `/home/hhj/btsco'
>> Making all in sbc
>> make[2]: Entering directory `/home/hhj/btsco/sbc'
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. @AO_CFLAGS@ -Wall -O2 -c sbclib.c
>> gcc: @AO_CFLAGS@: No such file or directory
>> make[2]: *** [sbclib.o] Error 1
>> make[2]: Leaving directory `/home/hhj/btsco/sbc'
>> make[1]: *** [all-recursive] Error 1
>> make[1]: Leaving directory `/home/hhj/btsco'
>> make: *** [all-recursive-am] Error 2
>>
>> I have tried to use a patch for debian from http://www.lxtreme.nl but
>> this doesn't seem to apply to the cvs version of btsco.
>>
>> Does anyone have some tips ffor compiling it on debian?
>>
>> Best Regards
>> Hasse H. Johansen
>>
>>
>>
>> -------------------------------------------------------
>> SF email is sponsored by - The IT Product Guide
>> Read honest & candid reviews on hundreds of IT Products from real users.
>> Discover which products truly live up to the hype. Start reading now.
>> http://productguide.itmanagersjournal.com/
>> _______________________________________________
>> Bluez-users mailing list
>> Bluez-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/bluez-users
>
>
>
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://productguide.itmanagersjournal.com/
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Bluez-users] Troubles compiling btsco
2004-11-23 21:05 ` Marcel Holtmann
@ 2004-11-23 21:16 ` Hasse Hagen Johansen
0 siblings, 0 replies; 5+ messages in thread
From: Hasse Hagen Johansen @ 2004-11-23 21:16 UTC (permalink / raw)
To: bluez-users
Marcel Holtmann wrote:
>Hi Hasse,
>
>
>
>>I have checked out btsco from cvs from
>>http://www.gargan.org/linux/snd-bt-sco/
>>
>>tried to run the bootstrap but i failed because the automake(on my
>>debian sid) didn't include --ignore-deps but only had a include-deps
>>option. I removed that
>>
>>
>
>you need at least automake-1.6 for it and use update-alternatives to
>select the default one.
>
>
>
>>But when running configure I get this:
>>
>>./configure: line 2919: XIPH_PATH_AO: command not found
>>
>>
>
>Maybe you need to install the libao-dev package.
>
>Regards
>
>Marcel
>
>
>
>
>-------------------------------------------------------
>SF email is sponsored by - The IT Product Guide
>Read honest & candid reviews on hundreds of IT Products from real users.
>Discover which products truly live up to the hype. Start reading now.
>http://productguide.itmanagersjournal.com/
>_______________________________________________
>Bluez-users mailing list
>Bluez-users@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/bluez-users
>
>
Thank you very much. That did it :-)
/Hasse
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2004-11-23 21:16 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-23 20:14 [Bluez-users] Troubles compiling btsco Hasse Hagen Johansen
2004-11-23 20:53 ` Brad Midgley
2004-11-23 21:12 ` Hasse Hagen Johansen
2004-11-23 21:05 ` Marcel Holtmann
2004-11-23 21:16 ` Hasse Hagen Johansen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox