* How do I install port audio?
@ gena-j
` Michael Whapples
` randy turner
0 siblings, 2 replies; 9+ messages in thread
From: gena-j @ UTC (permalink / raw)
To: speakup
Hi
I wondered if anyone could give me any pointers how to build and install port audio? I've downloaded portaudio_v18_1.zip and unzipped it. I can see an index.html which instructs on running some tests but I don't understand how to install it. There's an configure file but that doesn't want to work and there's not a INSTALL file to read. I know some of you have installed port audio so wondered how installation was accomplished from source.
Any help would be appreciated.
Gena
--
Wow! Linux From Scratch
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: How do I install port audio?
How do I install port audio? gena-j
@ ` Michael Whapples
` Gabriel Vega
` (2 more replies)
` randy turner
1 sibling, 3 replies; 9+ messages in thread
From: Michael Whapples @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
As I remember from when I installed portaudio from source I just needed to
run the configure script, then run make and finally mak install (e.g.
commands would be
./configure
make
make install
). When you say the configure script doesn't work, what do you mean? Is it
not set with permissions to execute? If so try making it executable with
"chmod 755 ./configure". Or is it
bringing up errors when run? If so what does the errors say? As I remember
some versions did have some problems with the configure script (in one case
end of line characters used by a different OS that bash did not understand,
I think not executable, but I thought the actual release version of
portaudio v18.1 (not cvs snapshot) was correct).
From
Michael Whapples
gena-j@bulldoghome.com writes:
> Hi
>
> I wondered if anyone could give me any pointers how to build and install
> port audio? I've downloaded portaudio_v18_1.zip and unzipped it. I can
> see an index.html which instructs on running some tests but I don't
> understand how to install it. There's an configure file but that doesn't
> want to work and there's not a INSTALL file to read. I know some of you
> have installed port audio so wondered how installation was accomplished
> from source.
>
> Any help would be appreciated.
>
> Gena
>
> --
> Wow! Linux From Scratch
>
>
>
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: How do I install port audio?
` Michael Whapples
@ ` Gabriel Vega
` Gary Cramblitt
` Charles Hallenbeck
` gena-j
2 siblings, 1 reply; 9+ messages in thread
From: Gabriel Vega @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
What is port audio?
On Jun 28, 2006, at 1:20 PM, Michael Whapples wrote:
> As I remember from when I installed portaudio from source I just
> needed to
> run the configure script, then run make and finally mak install (e.g.
> commands would be
> ./configure
> make
> make install
> ). When you say the configure script doesn't work, what do you
> mean? Is it
> not set with permissions to execute? If so try making it executable
> with
> "chmod 755 ./configure". Or is it
> bringing up errors when run? If so what does the errors say? As I
> remember
> some versions did have some problems with the configure script (in
> one case
> end of line characters used by a different OS that bash did not
> understand,
> I think not executable, but I thought the actual release version of
> portaudio v18.1 (not cvs snapshot) was correct).
>
> From
> Michael Whapples
>
> gena-j@bulldoghome.com writes:
>
>> Hi
>>
>> I wondered if anyone could give me any pointers how to build and
>> install
>> port audio? I've downloaded portaudio_v18_1.zip and unzipped it.
>> I can
>> see an index.html which instructs on running some tests but I don't
>> understand how to install it. There's an configure file but that
>> doesn't
>> want to work and there's not a INSTALL file to read. I know some
>> of you
>> have installed port audio so wondered how installation was
>> accomplished
>> from source.
>>
>> Any help would be appreciated.
>>
>> Gena
>>
>> --
>> Wow! Linux From Scratch
>>
>>
>>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: How do I install port audio?
` Michael Whapples
` Gabriel Vega
@ ` Charles Hallenbeck
` gena-j
` gena-j
2 siblings, 1 reply; 9+ messages in thread
From: Charles Hallenbeck @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Wed, Jun 28, 2006 at 09:20:18PM +0100, Michael Whapples wrote:
> some versions did have some problems with the configure script (in one case
> end of line characters used by a different OS that bash did not understand,
> I think not executable, but I thought the actual release version of
> portaudio v18.1 (not cvs snapshot) was correct).
The zip file I downloaded had to be unzipped with the -a option to
translate those NL characters to the unix standard. After that I gave
the configure script execute permissions and all was well. If the
problem copy has that feature, unzip it like this:
unzip -a portaudio.x.y.zip
or whatever the filename is.
Chuck
- --
The Moon is Waxing Crescent (13% of Full)
Get downloads from http://www.mhcable.com/~chuckh
and remember, INFORMATION WANTS TO BE FREE!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFEo5LAXnuiIOyDVQURAuhGAJ99oFbRmZWZuRG2PuvvRtTmVQkfygCdGpaM
ckZe7wLS3ZE1mQiCfdDmZMA=
=yCi2
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: How do I install port audio?
` Charles Hallenbeck
@ ` gena-j
0 siblings, 0 replies; 9+ messages in thread
From: gena-j @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
On Thu, Jun 29, 2006 at 04:43:44AM -0400, Charles Hallenbeck wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> The zip file I downloaded had to be unzipped with the -a option to
> translate those NL characters to the unix standard. After that I gave
> the configure script execute permissions and all was well. If the
> problem copy has that feature, unzip it like this:
>
> unzip -a portaudio.x.y.zip
Many thanks, that's simple when you know how. I'd started looking for conversion tools without thinking that the unzip utility would do it. Obviously too many late nights.
Thanks.
Gena>
> or whatever the filename is.
>
> Chuck
>
> - --
> The Moon is Waxing Crescent (13% of Full)
> Get downloads from http://www.mhcable.com/~chuckh
> and remember, INFORMATION WANTS TO BE FREE!
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.3 (GNU/Linux)
>
> iD8DBQFEo5LAXnuiIOyDVQURAuhGAJ99oFbRmZWZuRG2PuvvRtTmVQkfygCdGpaM
> ckZe7wLS3ZE1mQiCfdDmZMA=
> =yCi2
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
---end quoted text---
--
Wow! Linux From Scratch
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: How do I install port audio?
` Michael Whapples
` Gabriel Vega
` Charles Hallenbeck
@ ` gena-j
2 siblings, 0 replies; 9+ messages in thread
From: gena-j @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
On Wed, Jun 28, 2006 at 09:20:18PM +0100, Michael Whapples wrote:
> As I remember from when I installed portaudio from source I just needed to
> run the configure script, then run make and finally mak install (e.g.
> commands would be
> ./configure
> make
> make install
> ). When you say the configure script doesn't work, what do you mean? Is it
> not set with permissions to execute? If so try making it executable with
> "chmod 755 ./configure". Or is it
> bringing up errors when run? If so what does the errors say? As I remember
> some versions did have some problems with the configure script (in one case
> end of line characters used by a different OS that bash did not understand,
> I think not executable, but I thought the actual release version of
> portaudio v18.1 (not cvs snapshot) was correct).
Thanks, yes that's it, I'd tried running the configure script after setting permissions etc. But I couldn't understand what was going on. But it's the end of line character. Oh silly me not spotting it. Now I've just got to find the utility to convert the files.
./configure
-bash: ./configure: /bin/sh^M: bad interpreter: No such file or directory
Thanks
Gena
>
> From
> Michael Whapples
>
> gena-j@bulldoghome.com writes:
>
> > Hi
> >
> > I wondered if anyone could give me any pointers how to build and install
> > port audio? I've downloaded portaudio_v18_1.zip and unzipped it. I can
> > see an index.html which instructs on running some tests but I don't
> > understand how to install it. There's an configure file but that doesn't
> > want to work and there's not a INSTALL file to read. I know some of you
> > have installed port audio so wondered how installation was accomplished
> > from source.
> >
> > Any help would be appreciated.
> >
> > Gena
> >
> > --
> > Wow! Linux From Scratch
> >
> >
> >
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
---end quoted text---
--
Wow! Linux From Scratch
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: How do I install port audio?
How do I install port audio? gena-j
` Michael Whapples
@ ` randy turner
` Michael Whapples
1 sibling, 1 reply; 9+ messages in thread
From: randy turner @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
i was just wondering what does this program do?
randy
On Wed, 28 Jun 2006, gena-j@bulldoghome.com wrote:
> Hi
>
> I wondered if anyone could give me any pointers how to build and install port audio? I've downloaded portaudio_v18_1.zip and unzipped it. I can see an index.html which instructs on running some tests but I don't understand how to install it. There's an configure file but that doesn't want to work and there's not a INSTALL file to read. I know some of you have installed port audio so wondered how installation was accomplished from source.
>
> Any help would be appreciated.
>
> Gena
>
> --
> Wow! Linux From Scratch
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: How do I install port audio?
` randy turner
@ ` Michael Whapples
0 siblings, 0 replies; 9+ messages in thread
From: Michael Whapples @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
It's used by some programs for audio output, such as the espeak software
synth.
From
Michael Whapples
----- Original Message -----
From: "randy turner" <rturner222@sbcglobal.net>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Thursday, June 29, 2006 1:13 AM
Subject: Re: How do I install port audio?
>
> i was just wondering what does this program do?
> randy
>
>
> On Wed, 28 Jun 2006, gena-j@bulldoghome.com wrote:
>
>> Hi
>>
>> I wondered if anyone could give me any pointers how to build and install
>> port audio? I've downloaded portaudio_v18_1.zip and unzipped it. I can
>> see an index.html which instructs on running some tests but I don't
>> understand how to install it. There's an configure file but that doesn't
>> want to work and there's not a INSTALL file to read. I know some of you
>> have installed port audio so wondered how installation was accomplished
>> from source.
>>
>> Any help would be appreciated.
>>
>> Gena
>>
>> --
>> Wow! Linux From Scratch
>>
>> _______________________________________________
>> Speakup mailing list
>> Speakup@braille.uwo.ca
>> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>>
>
>
>
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
How do I install port audio? gena-j
` Michael Whapples
` Gabriel Vega
` Gary Cramblitt
` Charles Hallenbeck
` gena-j
` gena-j
` randy turner
` Michael Whapples
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).