Hello,

I am using oracle enterprise linux 5.0.0.1, and want to update both brltty and 
orca to relatively current builds.

When I try to install brltty-3.9-1.i386.rpm, it gives me an error saying 
libspeechd is required.

Where can I get an rpm for speech-dispatcher?  I tried yum to update from the 
fc8 core and development repositories but it didn't find libspeechd anywhere.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Dave Mielke
Sent: Tuesday, March 18, 2008 9:32 AM
To: Informal discussion between users and developers of BRLTTY.
Subject: Re: [BRLTTY] speech-dispatcher and brltty


[quoted lines by Sérgio Neves on 2008/03/18 at 06:41 -0000]

>I installed libspeechd-dev and brltty's ./configure starts to recognize 
>speech-dispatcher, but:
>1.  when I activate brltty's autospeak preference, and put
>speech-driver sd
>in /etc/brltty.conf, it doesn't speak.

Can you please show us brltty's logs so that we can see what's not working. 
The best way to collect brltty's logs is to add these options:

   -ldebug -e 2>/path/to/brltty.log

>export LD_LIBRARY_PATH=/usr/lib

If Speech Dispatcher is in /usr then you don't need to do that as /lib and 
/usr/lib are always in the library search path.

>./..//SpeechDrivers/SpeechDispatcher/speech.o: In function `spk_rate':
>/home/manuel/installations/brltty-3.9/SpeechDrivers/SpeechDispatcher/./speech.c:157:
> 
>undefined reference to `logf'

That's due to a missing -lm link option. Speech Dispatcher used to pick up libm 
(the math functions library) but no longer does so brltty either needs to add 
-lm or stop using logf(). I'll look into this.

-- 
Dave Mielke           | 2213 Fox Crescent | I believe that the Bible is the
Phone: 1-613-726-0014 | Ottawa, Ontario   | Word of God. Please contact me
EMail: [EMAIL PROTECTED] | Canada  K2A 1H7   | if you're concerned about Hell.
http://FamilyRadio.com/                   | http://Mielke.cc/bible/
_______________________________________________
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@mielke.cc
For general information, go to: http://mielke.cc/mailman/listinfo/brltty

_______________________________________________
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@mielke.cc
For general information, go to: http://mielke.cc/mailman/listinfo/brltty

Reply via email to