public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* Espeaks Software Synth
@  ace
   ` Luke Yelavich
  0 siblings, 1 reply; 13+ messages in thread
From: ace @  UTC (permalink / raw)
  To: speakup

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello all,

Well, I am trying to get this synth to work.  I first downloaded the
PortAudio source but could not get it installed that way.  So I did a
check on slapt-get to see if there was a package for it....sure enough,
there was and I installed it.  Then, I had to create a symlink
libportaudio.so.0 to point to libportaudio.so.  There is another
portaudio file there, a .so file with a version string at the end so I
am not totally sure to which file I should be linking.  Then, I try
running the synth and get this error:
speak: symbol lookup error: speak: undefined symbol: Pa_StreamActive

Can anyone tell me what is up with this?

Thanks,
Robby
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFEOgwEwamDI1Gy2GIRApAXAJ9R61SfE99lpRSANWgPFtap9+OmEgCfbx2a
ZBpN69ZldlJGhNAW9g2f2ck=
=f+D6
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 13+ messages in thread
* Re: Espeaks Software Synth
@  Michael Whapples
   ` Kirk Reiser
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Michael Whapples @  UTC (permalink / raw)
  To: speakup

I guess that problem with the symbol lookup error is due to you using portaudio v19, you want v18 (uninstall v19). I probably can help with the compilation of portaudio as I have now managed on my desktop using slackware (I guess Robby is using slackware as slapt-get was mentioned). The solution, go to www.portaudio.com and download portaudio_v18.zip. unzip it somewhere (I did it in /usr/src/). Change to the portaudio directory (cd /usr/src/portaudio_v18/), and make a Makefile link to the Makefile.linux (ln ./Makefile.linux ./Makefile). Now just run "make" and "make libinstall". You now need to create the link for the lib (ln /usr/local/lib/libportaudio.so /usr/lib/libportaudio.so.0) assuming you didn't change the installation directory. Now espeak should run.

From
Michael Whapples

^ permalink raw reply	[flat|nested] 13+ messages in thread
[parent not found: <cone.1144684193.927567.16670.0@tux>]
[parent not found: <cone.1144688075.828378.16670.0@tux>]

end of thread, other threads:[~ UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 Espeaks Software Synth ace
 ` Luke Yelavich
 Michael Whapples
 ` Kirk Reiser
   ` Lorenzo Taylor
     ` Willem van der Walt
 ` ace
 ` ace
   ` Hynek Hanke
   ` Willem van der Walt
     [not found] <cone.1144684193.927567.16670.0@tux>
 ` Michael Whapples
   ` Willem van der Walt
     [not found] <cone.1144688075.828378.16670.0@tux>
 ` 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).