Return-Path: MIME-Version: 1.0 Message-ID: <45B167C5.0000B2.14833@bj163app42.163.com> Date: Sat, 20 Jan 2007 08:52:21 +0800 (CST) From: "=?gb2312?B?t8nM7Nbt?=" To: "fabien chevalier" , "bluez-devel@lists.so..." References: <45B03C7E.000044.16122@bj163app38.163.com> <45B08ECA.9090109@free.fr> In-Reply-To: <45B08ECA.9090109@free.fr> Subject: Re: [Bluez-devel] Plugz Building Prob lem Reply-To: BlueZ development List-Id: BlueZ development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============1410701230==" Sender: bluez-devel-bounces@lists.sourceforge.net Errors-To: bluez-devel-bounces@lists.sourceforge.net --===============1410701230== Content-Type: Multipart/Alternative; boundary="Boundary-=_uWcrzvRvunwkWIXllCCQaQVzRlqr" --Boundary-=_uWcrzvRvunwkWIXllCCQaQVzRlqr Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Thank you for your reply:)Yes,I had downloaded it in windows since my lin= ux version cvs doesn't seem to work by proxy,the terminal disappears when= I enter the cvs command used proxy.I don't know why so far?Yesterday I d= ownloaded ltmain.sh in linux by firfox and the ltmain.sh could run correc= tly.Why did the shell script downloaded by cvs in windows can not run nor= mally in linux? I edited it in vim and found it had the same code as the = one downloaded in linux except most line end in char '^M' additionally.Cv= s download source considering system environment? Now I have built plugz = though ,it can't run correctly.I saw prerequistic packages containing xmm= s.However,I couldn't change default device to a2dpd in xmms configuration= since a2dpd didn't appear in option in xmms configuration after I built = plugz and installed xmms.I can't find out the problem yet.Is it right tha= t I have to install xmms first and then built plugz,a2dpd only appears in= this oder?I will try that again. Thank you again for your concerning. =20 Jimscen =20 =20 =20 =20 =20 =D4=DA2007-01-19=A3=AC"Fabien Chevalier" =D0=B4=B5= =C0=A3=BA Hi, Did you use a Windows station at some point in the download process ?? Fabien > Hello ,everybody! >=20 > I am a newbie of bluez.I have downloaded plugz from cvs repository=20 > informed on site http://bluetooth-alsa.sourceforge.net/build.html.when = I=20 > built sbc project I found bootstrap cound not run on my fc6 system=20 > directly.It printed the following error message:bash: ./bootstrap:=20 > /bin/sh^M: bad interpreter: ?????????, then I tried to run=20 > every commands in bootstrap one by one and It generated configure scrip= t=20 > .The problem also existed when building plugz.So I built sbc project=20 > successfully at last.However,I had another trouble when I built=20 > plugz.After I ran configure to generate correspording files make had er= rors: >=20 > make all-recursive > make[1]: Entering directory `/download/bluetooth-alsa/plugz' > Making all in avdtp > make[2]: Entering directory `/download/bluetooth-alsa/plugz/avdtp' > /bin/sh ../libtool --tag=3DCC --mode=3Dlink gcc -I/usr/include -Wall -O= 2 =20 > -o avtest avtest.o -lbluetooth libavdtp.a -lbluetooth -lasound -lm -ld= l=20 > -lpthread -lbluetooth > : command not found1: > : command not found3: > : command not found0: > /bin/sed:-e ??? #1,?? 10:unknown option to `s' > : command not found4: > : command not found8: > : command not found3: > : command not found4: > ../libtool: line 409: syntax error near unexpected token `elif' > './libtool: line 409: `elif test "X$1" =3D X--fallback-echo; then > make[2]: *** [avtest] ?? 2 > make[2]: Leaving directory `/download/bluetooth-alsa/plugz/avdtp' > make[1]: *** [all-recursive] ?? 1 > make[1]: Leaving directory `/download/bluetooth-alsa/plugz' > make: *** [all] ?? 2. >=20 > I tried to run libtool script generated by configure following hints.It= =20 > prints the errors message as well: > : command not found > : command not found > : command not found > /bin/sed:-e ??? #1,?? 10:unknown option to `s' > : command not found > : command not found > : command not found > : command not found > libtool: line 409: syntax error near unexpected token `elif' > 'ibtool: line 409: `elif test "X$1" =3D X--fallback-echo; then >=20 > So I found out that the problem was the libtool script.Then I found out= =20 > there was another libtool script in /usr/bin which was installed in=20 > libtool-1.5.22-6.1 package and it's different from the libtool generate= d=20 > by configure ,and then I replaced libtool by /usr/bin/libtool and make= =20 > ran smoothly.The make masseges in the end is >=20 > (cd .libs && rm -f libasound_module_ctl_sco.so.0 && ln -s=20 > libasound_module_ctl_sco.so.0.0.0 libasound_module_ctl_sco.so.0) > (cd .libs && rm -f libasound_module_ctl_sco.so && ln -s=20 > libasound_module_ctl_sco.so.0.0.0 libasound_module_ctl_sco.so) > ar cru .libs/libasound_module_ctl_sco.a ctl_sco.o > ranlib .libs/libasound_module_ctl_sco.a > creating libasound_module_ctl_sco.la > (cd .libs && rm -f libasound_module_ctl_sco.la && ln -s=20 > ../libasound_module_ctl_sco.la libasound_module_ctl_sco.la) > make[3]: Leaving directory `/download/bluetooth-alsa/plugz/alsa-plugins= ' > make[2]: Leaving directory `/download/bluetooth-alsa/plugz/alsa-plugins= ' > make[2]: Entering directory `/download/bluetooth-alsa/plugz' > make[2]: Nothing to be done for `all-am'. > make[2]: Leaving directory `/download/bluetooth-alsa/plugz' > make[1]: Leaving directory `/download/bluetooth-alsa/plugz' >=20 >=20 > However I found there is no sample.a2dprc file in subdirectory=20 > alsa-plugins after make install finished,so I counldn't continue to=20 > install plugz following instuction on the site=20 > http://bluetooth-alsa.sourceforge.net/build.html. > I am sorry for wasting your time for my unbearably long description.I=20 > questions are : > what difference is there between the two libtools,one of which is=20 > installed in libtool-1.5.22-6.1 and the other of which is generated by=20 > plugz ?have I built plugz successully by replacement of libtool ?can i= t=20 > work with this ?How can I complete the installation ?and is plugz able=20 > to embed in arm s3c2440. >=20 > Thank you in advance!I am so grateful for your reply since I don't know= =20 > what to do now! >=20 >=20 > =20 > Yours Jimscene Wang >=20 >=20 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share y= our opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV _______________________________________________ Bluez-devel mailing list Bluez-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-devel --Boundary-=_uWcrzvRvunwkWIXllCCQaQVzRlqr Content-Type: text/html; charset="gb2312" Content-Transfer-Encoding: quoted-printable
Thank you for your reply:)Yes,I had downloaded it in windows s= ince my linux version cvs doesn't seem to work by proxy,the terminal disa= ppears when I enter the cvs command used proxy.I don't know why so far?Ye= sterday I downloaded ltmain.sh in linux by firfox and the ltmain.sh&= nbsp;could run correctly.Why did the shell script downloaded by= cvs in windows can not run normally in linux? I edited it in vim an= d found it had the same code as the one downloaded in linux except&n= bsp;most line end in char '^M' additionally.Cvs download source= considering system environment? Now I have built plugz&nb= sp;though ,it can't run correctly.I saw prerequistic packa= ges containing xmms.However,I couldn't change default device to a2dpd in = xmms configuration since a2dpd didn't appear in option in xmms configurat= ion after I built plugz and installed xmms.I can't find out the problem y= et.Is it right that I have to install xmms first and then built plugz,a2d= pd only appears in this oder?I will try that again.
Thank you again for your concerning.
 
           &n= bsp;           &nb= sp;           &nbs= p;            = ;      Jimscen
 
 
 
 
 
 
=D4=DA2007-01-19=A3=AC"Fabien Chevalier" <fabchevalie= r@free.fr> =D0=B4=B5=C0=A3=BA
Hi,

Did you use a Windows station at some point in the download process ??

Fabien

> Hello ,everybody!
>=20
> I am a newbie of bluez.I have downloaded plugz from cvs repository=20
> informed on site http://bluetooth-alsa.sourceforge.net/build.=
html.when I=20
> built sbc project I found bootstrap cound not run on my fc6 system=20
> directly.It printed the following error message:bash: ./bootstrap:=20
> /bin/sh^M: bad interpreter: ?????????, then I tried to run=20
> every commands in bootstrap one by one and It generated configure sc=
ript=20
> .The problem also existed when building plugz.So I built sbc project=
=20
> successfully at last.However,I had another trouble when I built=20
> plugz.After I ran configure to generate correspording files make had=
 errors:
>=20
> make  all-recursive
> make[1]: Entering directory `/download/bluetooth-alsa/plugz'
> Making all in avdtp
> make[2]: Entering directory `/download/bluetooth-alsa/plugz/avdtp'
> /bin/sh ../libtool --tag=3DCC --mode=3Dlink gcc -I/usr/include -Wall=
 -O2  =20
> -o avtest  avtest.o -lbluetooth libavdtp.a -lbluetooth -lasound -lm =
-ldl=20
> -lpthread -lbluetooth
> : command not found1:
> : command not found3:
> : command not found0:
> /bin/sed:-e ??? #1,?? 10:unknown option to `s'
> : command not found4:
> : command not found8:
> : command not found3:
> : command not found4:
> ../libtool: line 409: syntax error near unexpected token `elif'
> './libtool: line 409: `elif test "X$1" =3D X--fallback-echo; then
> make[2]: *** [avtest] ?? 2
> make[2]: Leaving directory `/download/bluetooth-alsa/plugz/avdtp'
> make[1]: *** [all-recursive] ?? 1
> make[1]: Leaving directory `/download/bluetooth-alsa/plugz'
> make: *** [all] ?? 2.
>=20
> I tried to run libtool script generated by configure following hints=
=2EIt=20
> prints the errors message as well:
> : command not found
> : command not found
> : command not found
> /bin/sed:-e ??? #1,?? 10:unknown option to `s'
> : command not found
> : command not found
> : command not found
> : command not found
> libtool: line 409: syntax error near unexpected token `elif'
> 'ibtool: line 409: `elif test "X$1" =3D X--fallback-echo; then
>=20
> So I found out that the problem was the libtool script.Then I found =
out=20
> there was another libtool script in /usr/bin which was installed in=20
> libtool-1.5.22-6.1 package and it's different from the libtool gener=
ated=20
> by configure ,and then  I replaced libtool by /usr/bin/libtool and m=
ake=20
> ran smoothly.The make masseges in the end is
>=20
> (cd .libs && rm -f libasound_module_ctl_sco.so.0 && =
ln -s=20
> libasound_module_ctl_sco.so.0.0.0 libasound_module_ctl_sco.so.0)
> (cd .libs && rm -f libasound_module_ctl_sco.so && ln=
 -s=20
> libasound_module_ctl_sco.so.0.0.0 libasound_module_ctl_sco.so)
> ar cru .libs/libasound_module_ctl_sco.a  ctl_sco.o
> ranlib .libs/libasound_module_ctl_sco.a
> creating libasound_module_ctl_sco.la
> (cd .libs && rm -f libasound_module_ctl_sco.la && ln=
 -s=20
> ../libasound_module_ctl_sco.la libasound_module_ctl_sco.la)
> make[3]: Leaving directory `/download/bluetooth-alsa/plugz/alsa-plug=
ins'
> make[2]: Leaving directory `/download/bluetooth-alsa/plugz/alsa-plug=
ins'
> make[2]: Entering directory `/download/bluetooth-alsa/plugz'
> make[2]: Nothing to be done for `all-am'.
> make[2]: Leaving directory `/download/bluetooth-alsa/plugz'
> make[1]: Leaving directory `/download/bluetooth-alsa/plugz'
>=20
>=20
> However I found there is no sample.a2dprc file in subdirectory=20
> alsa-plugins after make install finished,so I counldn't continue to=20
> install plugz following instuction on the site=20
> http://bluetooth-alsa.sourceforge.net/build.html.
> I am sorry for wasting your time for my unbearably long description.=
I=20
> questions are :
> what difference is there between the two libtools,one of which is=20
> installed in libtool-1.5.22-6.1 and the other of which is generated =
by=20
> plugz ?have I built plugz successully by replacement of libtool  ?ca=
n it=20
> work with this ?How can I complete the installation ?and is plugz ab=
le=20
> to embed in arm s3c2440.
>=20
> Thank you in advance!I am so grateful for your reply since I don't k=
now=20
> what to do now!
>=20
>=20
>                                                                     =
  =20
>                      Yours Jimscene Wang
>=20
>=20

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share y=
our
opinions on IT & business topics through brief surveys - and earn cas=
h
http://www.techsay.com/default.p=
hp?page=3Djoin.php&p=3Dsourceforge&CID=3DDEVDEV
_______________________________________________
Bluez-devel mailing list
Bluez-=
devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel



=B6=C0=BC=D2=A3=A1=CD= =F8=D2=D73G=C3=E2=B7=D1=D3=CA=A3=AC=BB=B9=D4=F9=CB=CD280=D5=D7=CD=F8=C5=CC=