* Building speechd-up
@ jim grimsby
` Janina Sajka
` Sean McMahon
0 siblings, 2 replies; 24+ messages in thread
From: jim grimsby @ UTC (permalink / raw)
To: Speak Up Mailing List
Ok well any one try to build speechd-up get this problem I tried first
./configure
Before I could move on to the next step I was told this file could not
be found. I was in the /speechd-up directory
So I went on to the next step if this does not work
aclocal && autoconf && autoheader && automake -a && automake
I got a error message that reads
Aclocal: configure.in: 36: macro `am_prog_libtool'
./configure is still not found.
So what am I doing wrong here?
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: Building speechd-up
Building speechd-up jim grimsby
@ ` Janina Sajka
` jim grimsby
` Kenny Hitt
` Sean McMahon
1 sibling, 2 replies; 24+ messages in thread
From: Janina Sajka @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
There's either a build.sh or an install.sh script that you might need to
execute first:
sh build.sh
Something like that, I think.
jim grimsby writes:
> Ok well any one try to build speechd-up get this problem I tried first
> ./configure
> Before I could move on to the next step I was told this file could not
> be found. I was in the /speechd-up directory
> So I went on to the next step if this does not work
> aclocal && autoconf && autoheader && automake -a && automake
> I got a error message that reads
> Aclocal: configure.in: 36: macro `am_prog_libtool'
> ./configure is still not found.
> So what am I doing wrong here?
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
--
Janina Sajka Phone: +1.202.494.7040
Partner, Capital Accessibility LLC http://www.CapitalAccessibility.Com
Chair, Accessibility Workgroup Free Standards Group (FSG)
janina@freestandards.org http://a11y.org
If Linux can't solve your computing problem, you need a different problem.
^ permalink raw reply [flat|nested] 24+ messages in thread
* RE: Building speechd-up
` Janina Sajka
@ ` jim grimsby
` Kenny Hitt
` John covici
` Kenny Hitt
1 sibling, 2 replies; 24+ messages in thread
From: jim grimsby @ UTC (permalink / raw)
To: 'Speakup is a screen review system for Linux.'
Hi, ok I ran that same error informing me that it failed.
Just what in gods name am I doing wrong here.
-----Original Message-----
From: speakup-bounces@braille.uwo.ca
[mailto:speakup-bounces@braille.uwo.ca] On Behalf Of Janina Sajka
Sent: Wednesday, March 30, 2005 2:03 PM
To: Speakup is a screen review system for Linux.
Subject: Re: Building speechd-up
There's either a build.sh or an install.sh script that you might need to
execute first:
sh build.sh
Something like that, I think.
jim grimsby writes:
> Ok well any one try to build speechd-up get this problem I tried first
> ./configure
> Before I could move on to the next step I was told this file could not
> be found. I was in the /speechd-up directory
> So I went on to the next step if this does not work
> aclocal && autoconf && autoheader && automake -a && automake
> I got a error message that reads
> Aclocal: configure.in: 36: macro `am_prog_libtool'
> ./configure is still not found.
> So what am I doing wrong here?
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
--
Janina Sajka Phone: +1.202.494.7040
Partner, Capital Accessibility LLC
http://www.CapitalAccessibility.Com
Chair, Accessibility Workgroup Free Standards Group (FSG)
janina@freestandards.org http://a11y.org
If Linux can't solve your computing problem, you need a different
problem.
_______________________________________________
Speakup mailing list
Speakup@braille.uwo.ca
http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: Building speechd-up
` Janina Sajka
` jim grimsby
@ ` Kenny Hitt
` Sean McMahon
1 sibling, 1 reply; 24+ messages in thread
From: Kenny Hitt @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Hi.
in my source tree, the script you want is build.sh.
I believe the steps are run build.sh then make and finally make install.
Hope this helps.
Kenny
On Wed, Mar 30, 2005 at 05:02:40PM -0500, Janina Sajka wrote:
> There's either a build.sh or an install.sh script that you might need to
> execute first:
>
> sh build.sh
>
> Something like that, I think.
>
> jim grimsby writes:
> > Ok well any one try to build speechd-up get this problem I tried first
> > ./configure
> > Before I could move on to the next step I was told this file could not
> > be found. I was in the /speechd-up directory
> > So I went on to the next step if this does not work
> > aclocal && autoconf && autoheader && automake -a && automake
> > I got a error message that reads
> > Aclocal: configure.in: 36: macro `am_prog_libtool'
> > ./configure is still not found.
> > So what am I doing wrong here?
> >
> >
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
> --
>
> Janina Sajka Phone: +1.202.494.7040
> Partner, Capital Accessibility LLC http://www.CapitalAccessibility.Com
>
> Chair, Accessibility Workgroup Free Standards Group (FSG)
> janina@freestandards.org http://a11y.org
>
> If Linux can't solve your computing problem, you need a different problem.
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: Building speechd-up
` jim grimsby
@ ` Kenny Hitt
` jim grimsby
` John covici
1 sibling, 1 reply; 24+ messages in thread
From: Kenny Hitt @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Hi.
I have 2 guesses. Either you are missing a Debian package or you are
running an old version of automake.
What version of automake are you using?
I'm running automake 1.8.5.
Hope this helps.
Kenny
On Wed, Mar 30, 2005 at 02:10:20PM -0800, jim grimsby wrote:
> Hi, ok I ran that same error informing me that it failed.
> Just what in gods name am I doing wrong here.
>
> -----Original Message-----
> From: speakup-bounces@braille.uwo.ca
> [mailto:speakup-bounces@braille.uwo.ca] On Behalf Of Janina Sajka
> Sent: Wednesday, March 30, 2005 2:03 PM
> To: Speakup is a screen review system for Linux.
> Subject: Re: Building speechd-up
>
>
> There's either a build.sh or an install.sh script that you might need to
> execute first:
>
> sh build.sh
>
> Something like that, I think.
>
> jim grimsby writes:
> > Ok well any one try to build speechd-up get this problem I tried first
> > ./configure
> > Before I could move on to the next step I was told this file could not
> > be found. I was in the /speechd-up directory
> > So I went on to the next step if this does not work
> > aclocal && autoconf && autoheader && automake -a && automake
> > I got a error message that reads
> > Aclocal: configure.in: 36: macro `am_prog_libtool'
> > ./configure is still not found.
> > So what am I doing wrong here?
> >
> >
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
> --
>
> Janina Sajka Phone: +1.202.494.7040
> Partner, Capital Accessibility LLC
> http://www.CapitalAccessibility.Com
>
> Chair, Accessibility Workgroup Free Standards Group (FSG)
> janina@freestandards.org http://a11y.org
>
> If Linux can't solve your computing problem, you need a different
> problem.
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 24+ messages in thread
* RE: Building speechd-up
` jim grimsby
` Kenny Hitt
@ ` John covici
1 sibling, 0 replies; 24+ messages in thread
From: John covici @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
There was indeed a configure.in in mine and I am pretty sure I had to
do the automake thing -- make sure you have all the prerecs as well.
If you are on Debian there are packages you can use as well.
on Wednesday 03/30/2005 jim grimsby(jimgrims@pacbell.net) wrote
> Hi, ok I ran that same error informing me that it failed.
> Just what in gods name am I doing wrong here.
>
> -----Original Message-----
> From: speakup-bounces@braille.uwo.ca
> [mailto:speakup-bounces@braille.uwo.ca] On Behalf Of Janina Sajka
> Sent: Wednesday, March 30, 2005 2:03 PM
> To: Speakup is a screen review system for Linux.
> Subject: Re: Building speechd-up
>
>
> There's either a build.sh or an install.sh script that you might need to
> execute first:
>
> sh build.sh
>
> Something like that, I think.
>
> jim grimsby writes:
> > Ok well any one try to build speechd-up get this problem I tried first
> > ./configure
> > Before I could move on to the next step I was told this file could not
> > be found. I was in the /speechd-up directory
> > So I went on to the next step if this does not work
> > aclocal && autoconf && autoheader && automake -a && automake
> > I got a error message that reads
> > Aclocal: configure.in: 36: macro `am_prog_libtool'
> > ./configure is still not found.
> > So what am I doing wrong here?
> >
> >
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
> --
>
> Janina Sajka Phone: +1.202.494.7040
> Partner, Capital Accessibility LLC
> http://www.CapitalAccessibility.Com
>
> Chair, Accessibility Workgroup Free Standards Group (FSG)
> janina@freestandards.org http://a11y.org
>
> If Linux can't solve your computing problem, you need a different
> problem.
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
--
Your life is like a penny -- how are you going to spend it?
John Covici
covici@ccs.covici.com
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: Building speechd-up
Building speechd-up jim grimsby
` Janina Sajka
@ ` Sean McMahon
` Kenny Hitt
1 sibling, 1 reply; 24+ messages in thread
From: Sean McMahon @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
You ran build.sh from within the speechd-up directory right? Your automake is
atleast version 1.7 right? What the don't tell you in the readme is you need
package libspeechd which is available in debian.Read the readme and install
files which come with the source from cvs. I did not get the error you are
getting. If you do apt-get install automake, that isn't necessarily automake
version 1.7 you must explicately to
apt-get install automake1.7
----- Original Message -----
From: "jim grimsby" <jimgrims@pacbell.net>
To: "Speak Up Mailing List" <speakup@braille.uwo.ca>
Sent: Wednesday, March 30, 2005 2:52 PM
Subject: Building speechd-up
> Ok well any one try to build speechd-up get this problem I tried first
> ./configure
> Before I could move on to the next step I was told this file could not
> be found. I was in the /speechd-up directory
> So I went on to the next step if this does not work
> aclocal && autoconf && autoheader && automake -a && automake
> I got a error message that reads
> Aclocal: configure.in: 36: macro `am_prog_libtool'
> ./configure is still not found.
> So what am I doing wrong here?
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 24+ messages in thread
* RE: Building speechd-up
` Kenny Hitt
@ ` jim grimsby
0 siblings, 0 replies; 24+ messages in thread
From: jim grimsby @ UTC (permalink / raw)
To: 'Speakup is a screen review system for Linux.'
Hi, ok well version of automake is 1.7 now maid sure by doing this
apt-get install automake1.7
Before was 1.4 still getting the error. Sheesh.
-----Original Message-----
From: speakup-bounces@braille.uwo.ca
[mailto:speakup-bounces@braille.uwo.ca] On Behalf Of Kenny Hitt
Sent: Wednesday, March 30, 2005 2:21 PM
To: Speakup is a screen review system for Linux.
Subject: Re: Building speechd-up
Hi.
I have 2 guesses. Either you are missing a Debian package or you are
running an old version of automake.
What version of automake are you using?
I'm running automake 1.8.5.
Hope this helps.
Kenny
On Wed, Mar 30, 2005 at 02:10:20PM -0800, jim grimsby wrote:
> Hi, ok I ran that same error informing me that it failed.
> Just what in gods name am I doing wrong here.
>
> -----Original Message-----
> From: speakup-bounces@braille.uwo.ca
> [mailto:speakup-bounces@braille.uwo.ca] On Behalf Of Janina Sajka
> Sent: Wednesday, March 30, 2005 2:03 PM
> To: Speakup is a screen review system for Linux.
> Subject: Re: Building speechd-up
>
>
> There's either a build.sh or an install.sh script that you might need
> to execute first:
>
> sh build.sh
>
> Something like that, I think.
>
> jim grimsby writes:
> > Ok well any one try to build speechd-up get this problem I tried
> > first ./configure Before I could move on to the next step I was told
> > this file could not be found. I was in the /speechd-up directory
> > So I went on to the next step if this does not work
> > aclocal && autoconf && autoheader && automake -a && automake
> > I got a error message that reads
> > Aclocal: configure.in: 36: macro `am_prog_libtool'
> > ./configure is still not found.
> > So what am I doing wrong here?
> >
> >
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
> --
>
> Janina Sajka Phone: +1.202.494.7040
> Partner, Capital Accessibility LLC http://www.CapitalAccessibility.Com
>
> Chair, Accessibility Workgroup Free Standards Group
(FSG)
> janina@freestandards.org http://a11y.org
>
> If Linux can't solve your computing problem, you need a different
> problem.
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
_______________________________________________
Speakup mailing list
Speakup@braille.uwo.ca
http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: Building speechd-up
` Kenny Hitt
@ ` Sean McMahon
0 siblings, 0 replies; 24+ messages in thread
From: Sean McMahon @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
aAccording to the last time I saw the install file in the source tree, the steps
are , build.sh configure make then ( do this as root) make install
----- Original Message -----
From: "Kenny Hitt" <kenny@hittsjunk.net>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Wednesday, March 30, 2005 3:17 PM
Subject: Re: Building speechd-up
> Hi.
>
> in my source tree, the script you want is build.sh.
>
> I believe the steps are run build.sh then make and finally make install.
>
> Hope this helps.
> Kenny
>
> On Wed, Mar 30, 2005 at 05:02:40PM -0500, Janina Sajka wrote:
> > There's either a build.sh or an install.sh script that you might need to
> > execute first:
> >
> > sh build.sh
> >
> > Something like that, I think.
> >
> > jim grimsby writes:
> > > Ok well any one try to build speechd-up get this problem I tried first
> > > ./configure
> > > Before I could move on to the next step I was told this file could not
> > > be found. I was in the /speechd-up directory
> > > So I went on to the next step if this does not work
> > > aclocal && autoconf && autoheader && automake -a && automake
> > > I got a error message that reads
> > > Aclocal: configure.in: 36: macro `am_prog_libtool'
> > > ./configure is still not found.
> > > So what am I doing wrong here?
> > >
> > >
> > >
> > > _______________________________________________
> > > Speakup mailing list
> > > Speakup@braille.uwo.ca
> > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
> > --
> >
> > Janina Sajka Phone: +1.202.494.7040
> > Partner, Capital Accessibility LLC http://www.CapitalAccessibility.Com
> >
> > Chair, Accessibility Workgroup Free Standards Group (FSG)
> > janina@freestandards.org http://a11y.org
> >
> > If Linux can't solve your computing problem, you need a different problem.
> >
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: Building speechd-up
` Sean McMahon
@ ` Kenny Hitt
0 siblings, 0 replies; 24+ messages in thread
From: Kenny Hitt @ UTC (permalink / raw)
To: Sean McMahon, Speakup is a screen review system for Linux.
Hi.
Actually, you need
libspeechd-dev
According to apt-cache on my Debian unstable system, there is no
libspeechd package.
There is a libspeechd1 package, but it is a dependency of the
speech-dispatcher package, so it will be installed when you install
speech-dispatcher.
Kenny
On Wed, Mar 30, 2005 at 03:36:24PM -0700, Sean McMahon wrote:
> You ran build.sh from within the speechd-up directory right? Your automake is
> atleast version 1.7 right? What the don't tell you in the readme is you need
> package libspeechd which is available in debian.Read the readme and install
> files which come with the source from cvs. I did not get the error you are
> getting. If you do apt-get install automake, that isn't necessarily automake
> version 1.7 you must explicately to
> apt-get install automake1.7
>
> ----- Original Message -----
> From: "jim grimsby" <jimgrims@pacbell.net>
> To: "Speak Up Mailing List" <speakup@braille.uwo.ca>
> Sent: Wednesday, March 30, 2005 2:52 PM
> Subject: Building speechd-up
>
>
> > Ok well any one try to build speechd-up get this problem I tried first
> > ./configure
> > Before I could move on to the next step I was told this file could not
> > be found. I was in the /speechd-up directory
> > So I went on to the next step if this does not work
> > aclocal && autoconf && autoheader && automake -a && automake
> > I got a error message that reads
> > Aclocal: configure.in: 36: macro `am_prog_libtool'
> > ./configure is still not found.
> > So what am I doing wrong here?
> >
> >
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: Building speechd-up
` jim grimsby
` Gregory Nowak
@ ` Sean McMahon
1 sibling, 0 replies; 24+ messages in thread
From: Sean McMahon @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Yes, the sftsyn is built-in to the kernel it isn't a module. You can try to
activate it by saying echo sftsyn > /proc/speakup/synth_name
I don't know if this works but try it and see what happens. You also have to
create the softsynth device and a few other things mentioned in yesterday's
speakup user documentation post. The recommended way is to build the softsyn
driver as a module, which will mean you'll have to create a custome kernel.
That doesn't mean you can't make what you need to work with the existing speakup
you have.Try just changing the synth name first and see if you can run
speechd_up as root. If that doesn't work, look for the kernel-package howto.
kernel-package is an easy way to build kernels in Debian. If you can't find it,
I can send you the link but a search for kernel-package howto or kernel-package
documentation should bring it up.
----- Original Message -----
From: "jim grimsby" <jimgrims@pacbell.net>
To: "'Speakup is a screen review system for Linux.'" <speakup@braille.uwo.ca>
Sent: Wednesday, March 30, 2005 7:05 PM
Subject: RE: Building speechd-up
Well guess what it seems that the sarge cd does not have the sftsyn
module built in to the kernal oh what fun now I got to go and put it in
mine. If any one knows the nice wonderful person who put this cd
together could some one please ask him to include this as part of the
kernel in next release. Also unless it was just mean a full list it
seems needs to be maid on the needed packages for speechd-up. Thanks so
far for all the help.
-----Original Message-----
From: speakup-bounces@braille.uwo.ca
[mailto:speakup-bounces@braille.uwo.ca] On Behalf Of jim grimsby
Sent: Wednesday, March 30, 2005 5:48 PM
To: 'Speakup is a screen review system for Linux.'
Subject: RE: Building speechd-up
Yep I found that two the command was apt-get install libglib-2.0
Finally it is install wow oh wow
Thanks everyone
The fun things is here I would ask questions and before I got a chance
to read the mail again I had found what I needed. Maybe there is still
some hope for me yet.
-----Original Message-----
From: speakup-bounces@braille.uwo.ca
[mailto:speakup-bounces@braille.uwo.ca] On Behalf Of Luke Yelavich
Sent: Wednesday, March 30, 2005 5:36 PM
To: speakup@braille.uwo.ca
Subject: Re: Building speechd-up
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Thu, Mar 31, 2005 at 11:19:58AM EST, jim grimsby wrote:
> Hi, I found that before reading the below message. Is it me or is the
> documentation on this a little un clear. Now while trying to make all
> I got the following error. Can not find the library
> `/usr/lib/libglib-2.0.lb' make 1 speachd-up error 1 make all error 2
> Now what? Good loard!
- From memory, you want to install the libglib2.0-dev package.
# apt-get install libglib2.0-dev
- --
Luke
Get my public GPG key here: http://www.themuso.com/themuso-gpg-key.txt
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
iD8DBQFCS1PijVefwtBjIM4RAlWqAJ4yBjIMNT/CjSJH1MBMrcHkkMJijACfT86a
G0tH6Ds4/VQSEQvRffyOz24=
=2+gl
-----END PGP SIGNATURE-----
_______________________________________________
Speakup mailing list
Speakup@braille.uwo.ca
http://speech.braille.uwo.ca/mailman/listinfo/speakup
_______________________________________________
Speakup mailing list
Speakup@braille.uwo.ca
http://speech.braille.uwo.ca/mailman/listinfo/speakup
_______________________________________________
Speakup mailing list
Speakup@braille.uwo.ca
http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: Building speechd-up
` jim grimsby
` jim grimsby
@ ` Janina Sajka
1 sibling, 0 replies; 24+ messages in thread
From: Janina Sajka @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
jim grimsby writes:
> Yep I found that two the command was apt-get install libglib-2.0
> Finally it is install wow oh wow
> Thanks everyone
> The fun things is here I would ask questions and before I got a chance
> to read the mail again I had found what I needed. Maybe there is still
> some hope for me yet.
I think you're doing very well. You're willing to try things and to
search, and that's what makes the difference in my experience.
Congrats on getting your speechd_up going.
Janina
^ permalink raw reply [flat|nested] 24+ messages in thread
* RE: Building speechd-up
` Kenny Hitt
@ ` jim grimsby
0 siblings, 0 replies; 24+ messages in thread
From: jim grimsby @ UTC (permalink / raw)
To: 'Speakup is a screen review system for Linux.'
Have you read the Debian reference manual? From your mail, it would
seem the answer is "no". You really should read it because it will make
problems like yours easy to solve.
Yes I have read all kinds of manuals. That being one of them the apt-how
to an introduction to linux quite a few others. I have been reading
this list and manuals for 16 hours a day for the last month. I did not
see a thing about speechd-up speakup or any thing like that in these
manuals.
None of the packages I had to install except for libtool witch I had
already installed and then some how it got uninstalled when I removed
some thing else was michened in the install of speechd-up I followed the
directions to the letter when I ran in to problems I documented my
problems as clearly as I could and asked for ideas also as the
directions said to do. Your recommendation of going back and reading
the manuals is a good one and will do that as soon as I get the software
speech working but this accent is not mine and has to be returned to its
owner so getting it configured at this point is top priority.
Thanks.
In case you already deleted it, you need to install libspeech-dev.
to understand why, go read the Debian reference manual. Learning
specific things about Debian will save you a lot of questions in the
future.
I already see another message from you that you would not have needed to
write if you would just read the manual. Hope this helps.
Kenny
On Wed, Mar 30, 2005 at 04:39:18PM -0800, jim grimsby wrote:
> Hi, ok found what I was missing was libtool. Installed it with the
> following command. Apt-get install libtool
>
> The next step is
> ./configure && make all make install
> I get an error about one of the speech libraries needed is missing.
Yes
> I have speech dispatcher installed did it with apt-get install
> speech-dispatcher
> Any ideas?
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
_______________________________________________
Speakup mailing list
Speakup@braille.uwo.ca
http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: Building speechd-up
jim grimsby
` Sean McMahon
@ ` Kenny Hitt
` jim grimsby
1 sibling, 1 reply; 24+ messages in thread
From: Kenny Hitt @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
See my message earlier telling you what packages you need.
Have you read the Debian reference manual? From your mail, it would
seem the answer is "no". You really should read it because it will make
problems like yours easy to solve.
In case you already deleted it, you need to install libspeech-dev.
to understand why, go read the Debian reference manual. Learning
specific things about Debian will save you a lot of questions in the
future.
I already see another message from you that you would not have needed to
write if you would just read the manual.
Hope this helps.
Kenny
On Wed, Mar 30, 2005 at 04:39:18PM -0800, jim grimsby wrote:
> Hi, ok found what I was missing was libtool. Installed it with the
> following command. Apt-get install libtool
>
> The next step is
> ./configure && make all make install
> I get an error about one of the speech libraries needed is missing. Yes
> I have speech dispatcher installed did it with apt-get install
> speech-dispatcher
> Any ideas?
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: Building speechd-up
` jim grimsby
@ ` Steve Holmes
0 siblings, 0 replies; 24+ messages in thread
From: Steve Holmes @ UTC (permalink / raw)
To: 'Speakup is a screen review system for Linux.'
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160
When echoing the name to /proc/synth_name, it has to be 'sftsyn'
(without the tick marks). There's no DECPC or anything like that.
Use sftsyn. Also, you have to be sure that speech-dispatcher is set
up properly to use the synth you want. If I recall your previous
messages, you're using DEC? then there's a file called
dtk-generic.conf in I think, /user/local/etc/speech-dispatcher/modules
(at least that's where it is on my box). Now if spd-say works, then
that part should be straitened out for you. At one time or another,
I've been able to use flite and DEC Talk successfully with Speech-Dispatcher.
On Wed, Mar 30, 2005 at 06:49:38PM -0800, jim grimsby wrote:
> Hi, when I echo the software synthasizer command to synth_name like this
>
> Echo sftsyn > synth_name
> It informs me that it is loaded the module and still speaks from the
> accent. Am I correct that this means the module is not there.
> I then do the following to see what the new synthasizer name is
> More synth_name it shows that the synth was still set to anctsa
> I then just for kicsk did the following
> Echo decpc > synth_name
> Speech stop tell I set it back to the accent again. So in other words
> this device is there.
> Then to test my assumption I did the following. Echo jim > synth_name
> It reported that it was loading the jim module witch I know does not
> exist and still spoak from the accent so I then did the following
> More synth_name
> It reported acntsa
> So I believe I can safely say I do not have the module and it is not in
> my kernel. Now I have to figure out how to get it with out braking
> what is already working.
> Thanks.
> -----Original Message-----
> From: speakup-bounces@braille.uwo.ca
> [mailto:speakup-bounces@braille.uwo.ca] On Behalf Of Gregory Nowak
> Sent: Wednesday, March 30, 2005 6:35 PM
> To: Speakup is a screen review system for Linux.
> Subject: Re: Building speechd-up
>
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> As far as I know, in order to use sfsynth for software speech, you need
> to compile it as a module, and not as part of the kernel binary.
>
> Greg
>
>
> On Wed, Mar 30, 2005 at 06:05:36PM -0800, jim grimsby wrote:
> > Well guess what it seems that the sarge cd does not have the sftsyn
> > module built in to the kernal oh what fun now I got to go and put it
> > in mine. If any one knows the nice wonderful person who put this cd
> > together could some one please ask him to include this as part of the
> > kernel in next release. Also unless it was just mean a full list it
> > seems needs to be maid on the needed packages for speechd-up. Thanks
> > so far for all the help.
> >
>
> - --
> web site: http://www.romuald.net.eu.org
> gpg public key: http://www.romuald.net.eu.org/pubkey.asc
> skype: gregn1
> (authorization required, add me to your contacts list first)
>
> - --
> Free domains: http://www.eu.org/ or mail dns-manager@EU.org -----BEGIN
> PGP SIGNATURE-----
> Version: GnuPG v1.2.3 (GNU/Linux)
>
> iD8DBQFCS2HD7s9z/XlyUyARArv3AJoDtAvcgJGTp0Q5NCe3Ahl0jg+IXwCbBK6j
> BmvXTxQ4PY2m00guNTfYL7A=
> =5vti
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
>
- --
HolmesGrown Solutions
The best solutions for the best price!
http://ld.net/?holmesgrown
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.7 (GNU/Linux)
iD8DBQFCS2nVWSjv55S0LfERA2JTAKDxaXV0iR60I+81l0T81XVDqrll1gCgqXC7
ylW03MhtHoZgecEb3oVEK+E=
=iPx1
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 24+ messages in thread
* RE: Building speechd-up
` Gregory Nowak
` jim grimsby
@ ` jim grimsby
` Steve Holmes
1 sibling, 1 reply; 24+ messages in thread
From: jim grimsby @ UTC (permalink / raw)
To: 'Speakup is a screen review system for Linux.'
Hi, when I echo the software synthasizer command to synth_name like this
Echo sftsyn > synth_name
It informs me that it is loaded the module and still speaks from the
accent. Am I correct that this means the module is not there.
I then do the following to see what the new synthasizer name is
More synth_name it shows that the synth was still set to anctsa
I then just for kicsk did the following
Echo decpc > synth_name
Speech stop tell I set it back to the accent again. So in other words
this device is there.
Then to test my assumption I did the following. Echo jim > synth_name
It reported that it was loading the jim module witch I know does not
exist and still spoak from the accent so I then did the following
More synth_name
It reported acntsa
So I believe I can safely say I do not have the module and it is not in
my kernel. Now I have to figure out how to get it with out braking
what is already working.
Thanks.
-----Original Message-----
From: speakup-bounces@braille.uwo.ca
[mailto:speakup-bounces@braille.uwo.ca] On Behalf Of Gregory Nowak
Sent: Wednesday, March 30, 2005 6:35 PM
To: Speakup is a screen review system for Linux.
Subject: Re: Building speechd-up
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
As far as I know, in order to use sfsynth for software speech, you need
to compile it as a module, and not as part of the kernel binary.
Greg
On Wed, Mar 30, 2005 at 06:05:36PM -0800, jim grimsby wrote:
> Well guess what it seems that the sarge cd does not have the sftsyn
> module built in to the kernal oh what fun now I got to go and put it
> in mine. If any one knows the nice wonderful person who put this cd
> together could some one please ask him to include this as part of the
> kernel in next release. Also unless it was just mean a full list it
> seems needs to be maid on the needed packages for speechd-up. Thanks
> so far for all the help.
>
- --
web site: http://www.romuald.net.eu.org
gpg public key: http://www.romuald.net.eu.org/pubkey.asc
skype: gregn1
(authorization required, add me to your contacts list first)
- --
Free domains: http://www.eu.org/ or mail dns-manager@EU.org -----BEGIN
PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)
iD8DBQFCS2HD7s9z/XlyUyARArv3AJoDtAvcgJGTp0Q5NCe3Ahl0jg+IXwCbBK6j
BmvXTxQ4PY2m00guNTfYL7A=
=5vti
-----END PGP SIGNATURE-----
_______________________________________________
Speakup mailing list
Speakup@braille.uwo.ca
http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 24+ messages in thread
* RE: Building speechd-up
` Gregory Nowak
@ ` jim grimsby
` jim grimsby
1 sibling, 0 replies; 24+ messages in thread
From: jim grimsby @ UTC (permalink / raw)
To: 'Speakup is a screen review system for Linux.'
According to this
The Speakup User's Guide
For Speakup 2.0 and Later
By Gene Collins
Now you can begin using your software synthesizer. In order to do so,
echo the sftsyn keyword to the synth_name proc entry like this:
echo sftsyn >/proc/speakup/synth_name
Next run the speechd_up command like this:
speechd_up &
Your synth should now start talking, and you should be able to adjust
the pitch, rate, etc.
In this section, we have assumed that your copy of Speakup was compiled
with the speakup_sftsyn component either built into the kernel, or
compiled as a module.
-----Original Message-----
From: speakup-bounces@braille.uwo.ca
[mailto:speakup-bounces@braille.uwo.ca] On Behalf Of Gregory Nowak
Sent: Wednesday, March 30, 2005 6:35 PM
To: Speakup is a screen review system for Linux.
Subject: Re: Building speechd-up
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
As far as I know, in order to use sfsynth for software speech, you need
to compile it as a module, and not as part of the kernel binary.
Greg
On Wed, Mar 30, 2005 at 06:05:36PM -0800, jim grimsby wrote:
> Well guess what it seems that the sarge cd does not have the sftsyn
> module built in to the kernal oh what fun now I got to go and put it
> in mine. If any one knows the nice wonderful person who put this cd
> together could some one please ask him to include this as part of the
> kernel in next release. Also unless it was just mean a full list it
> seems needs to be maid on the needed packages for speechd-up. Thanks
> so far for all the help.
>
- --
web site: http://www.romuald.net.eu.org
gpg public key: http://www.romuald.net.eu.org/pubkey.asc
skype: gregn1
(authorization required, add me to your contacts list first)
- --
Free domains: http://www.eu.org/ or mail dns-manager@EU.org -----BEGIN
PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)
iD8DBQFCS2HD7s9z/XlyUyARArv3AJoDtAvcgJGTp0Q5NCe3Ahl0jg+IXwCbBK6j
BmvXTxQ4PY2m00guNTfYL7A=
=5vti
-----END PGP SIGNATURE-----
_______________________________________________
Speakup mailing list
Speakup@braille.uwo.ca
http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: Building speechd-up
` jim grimsby
@ ` Gregory Nowak
` jim grimsby
` jim grimsby
` Sean McMahon
1 sibling, 2 replies; 24+ messages in thread
From: Gregory Nowak @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
As far as I know, in order to use sfsynth for software speech, you
need to compile it as a module, and not as part of the kernel binary.
Greg
On Wed, Mar 30, 2005 at 06:05:36PM -0800, jim grimsby wrote:
> Well guess what it seems that the sarge cd does not have the sftsyn
> module built in to the kernal oh what fun now I got to go and put it in
> mine. If any one knows the nice wonderful person who put this cd
> together could some one please ask him to include this as part of the
> kernel in next release. Also unless it was just mean a full list it
> seems needs to be maid on the needed packages for speechd-up. Thanks so
> far for all the help.
>
- --
web site: http://www.romuald.net.eu.org
gpg public key: http://www.romuald.net.eu.org/pubkey.asc
skype: gregn1
(authorization required, add me to your contacts list first)
- --
Free domains: http://www.eu.org/ or mail dns-manager@EU.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)
iD8DBQFCS2HD7s9z/XlyUyARArv3AJoDtAvcgJGTp0Q5NCe3Ahl0jg+IXwCbBK6j
BmvXTxQ4PY2m00guNTfYL7A=
=5vti
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 24+ messages in thread
* RE: Building speechd-up
` jim grimsby
@ ` jim grimsby
` Gregory Nowak
` Sean McMahon
` Janina Sajka
1 sibling, 2 replies; 24+ messages in thread
From: jim grimsby @ UTC (permalink / raw)
To: 'Speakup is a screen review system for Linux.'
Well guess what it seems that the sarge cd does not have the sftsyn
module built in to the kernal oh what fun now I got to go and put it in
mine. If any one knows the nice wonderful person who put this cd
together could some one please ask him to include this as part of the
kernel in next release. Also unless it was just mean a full list it
seems needs to be maid on the needed packages for speechd-up. Thanks so
far for all the help.
-----Original Message-----
From: speakup-bounces@braille.uwo.ca
[mailto:speakup-bounces@braille.uwo.ca] On Behalf Of jim grimsby
Sent: Wednesday, March 30, 2005 5:48 PM
To: 'Speakup is a screen review system for Linux.'
Subject: RE: Building speechd-up
Yep I found that two the command was apt-get install libglib-2.0
Finally it is install wow oh wow
Thanks everyone
The fun things is here I would ask questions and before I got a chance
to read the mail again I had found what I needed. Maybe there is still
some hope for me yet.
-----Original Message-----
From: speakup-bounces@braille.uwo.ca
[mailto:speakup-bounces@braille.uwo.ca] On Behalf Of Luke Yelavich
Sent: Wednesday, March 30, 2005 5:36 PM
To: speakup@braille.uwo.ca
Subject: Re: Building speechd-up
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Thu, Mar 31, 2005 at 11:19:58AM EST, jim grimsby wrote:
> Hi, I found that before reading the below message. Is it me or is the
> documentation on this a little un clear. Now while trying to make all
> I got the following error. Can not find the library
> `/usr/lib/libglib-2.0.lb' make 1 speachd-up error 1 make all error 2
> Now what? Good loard!
- From memory, you want to install the libglib2.0-dev package.
# apt-get install libglib2.0-dev
- --
Luke
Get my public GPG key here: http://www.themuso.com/themuso-gpg-key.txt
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
iD8DBQFCS1PijVefwtBjIM4RAlWqAJ4yBjIMNT/CjSJH1MBMrcHkkMJijACfT86a
G0tH6Ds4/VQSEQvRffyOz24=
=2+gl
-----END PGP SIGNATURE-----
_______________________________________________
Speakup mailing list
Speakup@braille.uwo.ca
http://speech.braille.uwo.ca/mailman/listinfo/speakup
_______________________________________________
Speakup mailing list
Speakup@braille.uwo.ca
http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 24+ messages in thread
* RE: Building speechd-up
` Luke Yelavich
@ ` jim grimsby
` jim grimsby
` Janina Sajka
0 siblings, 2 replies; 24+ messages in thread
From: jim grimsby @ UTC (permalink / raw)
To: 'Speakup is a screen review system for Linux.'
Yep I found that two the command was apt-get install libglib-2.0
Finally it is install wow oh wow
Thanks everyone
The fun things is here I would ask questions and before I got a chance
to read the mail again I had found what I needed. Maybe there is still
some hope for me yet.
-----Original Message-----
From: speakup-bounces@braille.uwo.ca
[mailto:speakup-bounces@braille.uwo.ca] On Behalf Of Luke Yelavich
Sent: Wednesday, March 30, 2005 5:36 PM
To: speakup@braille.uwo.ca
Subject: Re: Building speechd-up
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Thu, Mar 31, 2005 at 11:19:58AM EST, jim grimsby wrote:
> Hi, I found that before reading the below message. Is it me or is the
> documentation on this a little un clear. Now while trying to make all
> I got the following error. Can not find the library
> `/usr/lib/libglib-2.0.lb' make 1 speachd-up error 1 make all error 2
> Now what? Good loard!
- From memory, you want to install the libglib2.0-dev package.
# apt-get install libglib2.0-dev
- --
Luke
Get my public GPG key here: http://www.themuso.com/themuso-gpg-key.txt
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
iD8DBQFCS1PijVefwtBjIM4RAlWqAJ4yBjIMNT/CjSJH1MBMrcHkkMJijACfT86a
G0tH6Ds4/VQSEQvRffyOz24=
=2+gl
-----END PGP SIGNATURE-----
_______________________________________________
Speakup mailing list
Speakup@braille.uwo.ca
http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: Building speechd-up
` jim grimsby
@ ` Luke Yelavich
` jim grimsby
0 siblings, 1 reply; 24+ messages in thread
From: Luke Yelavich @ UTC (permalink / raw)
To: speakup
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Thu, Mar 31, 2005 at 11:19:58AM EST, jim grimsby wrote:
> Hi, I found that before reading the below message. Is it me or is the
> documentation on this a little un clear. Now while trying to make all I
> got the following error. Can not find the library
> `/usr/lib/libglib-2.0.lb' make 1 speachd-up error 1 make all error 2
> Now what? Good loard!
- From memory, you want to install the libglib2.0-dev package.
# apt-get install libglib2.0-dev
- --
Luke
Get my public GPG key here: http://www.themuso.com/themuso-gpg-key.txt
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
iD8DBQFCS1PijVefwtBjIM4RAlWqAJ4yBjIMNT/CjSJH1MBMrcHkkMJijACfT86a
G0tH6Ds4/VQSEQvRffyOz24=
=2+gl
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 24+ messages in thread
* RE: Building speechd-up
` Sean McMahon
@ ` jim grimsby
` Luke Yelavich
0 siblings, 1 reply; 24+ messages in thread
From: jim grimsby @ UTC (permalink / raw)
To: 'Sean McMahon',
'Speakup is a screen review system for Linux.'
Hi, I found that before reading the below message. Is it me or is the
documentation on this a little un clear. Now while trying to make all I
got the following error. Can not find the library
`/usr/lib/libglib-2.0.lb' make 1 speachd-up error 1 make all error 2
Now what? Good loard!
-----Original Message-----
From: speakup-bounces@braille.uwo.ca
[mailto:speakup-bounces@braille.uwo.ca] On Behalf Of Sean McMahon
Sent: Wednesday, March 30, 2005 5:01 PM
To: Speakup is a screen review system for Linux.
Subject: Re: Building speechd-up
apt-get install libspeechd-dev
----- Original Message -----
From: "jim grimsby" <jimgrims@pacbell.net>
To: "Speak Up Mailing List" <speakup@braille.uwo.ca>
Sent: Wednesday, March 30, 2005 5:39 PM
Subject: Building speechd-up
Hi, ok found what I was missing was libtool. Installed it with the
following command. Apt-get install libtool
The next step is
./configure && make all make install
I get an error about one of the speech libraries needed is missing. Yes
I have speech dispatcher installed did it with apt-get install
speech-dispatcher
Any ideas?
_______________________________________________
Speakup mailing list
Speakup@braille.uwo.ca
http://speech.braille.uwo.ca/mailman/listinfo/speakup
_______________________________________________
Speakup mailing list
Speakup@braille.uwo.ca
http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: Building speechd-up
jim grimsby
@ ` Sean McMahon
` jim grimsby
` Kenny Hitt
1 sibling, 1 reply; 24+ messages in thread
From: Sean McMahon @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
apt-get install libspeechd-dev
----- Original Message -----
From: "jim grimsby" <jimgrims@pacbell.net>
To: "Speak Up Mailing List" <speakup@braille.uwo.ca>
Sent: Wednesday, March 30, 2005 5:39 PM
Subject: Building speechd-up
Hi, ok found what I was missing was libtool. Installed it with the
following command. Apt-get install libtool
The next step is
./configure && make all make install
I get an error about one of the speech libraries needed is missing. Yes
I have speech dispatcher installed did it with apt-get install
speech-dispatcher
Any ideas?
_______________________________________________
Speakup mailing list
Speakup@braille.uwo.ca
http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 24+ messages in thread
* Building speechd-up
@ jim grimsby
` Sean McMahon
` Kenny Hitt
0 siblings, 2 replies; 24+ messages in thread
From: jim grimsby @ UTC (permalink / raw)
To: Speak Up Mailing List
Hi, ok found what I was missing was libtool. Installed it with the
following command. Apt-get install libtool
The next step is
./configure && make all make install
I get an error about one of the speech libraries needed is missing. Yes
I have speech dispatcher installed did it with apt-get install
speech-dispatcher
Any ideas?
^ permalink raw reply [flat|nested] 24+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
Building speechd-up jim grimsby
` Janina Sajka
` jim grimsby
` Kenny Hitt
` jim grimsby
` John covici
` Kenny Hitt
` Sean McMahon
` Sean McMahon
` Kenny Hitt
jim grimsby
` Sean McMahon
` jim grimsby
` Luke Yelavich
` jim grimsby
` jim grimsby
` Gregory Nowak
` jim grimsby
` jim grimsby
` Steve Holmes
` Sean McMahon
` Janina Sajka
` Kenny Hitt
` jim grimsby
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).