[BRLTTY] speech-dispatcher and brltty

Dave Mielke dave at mielke.cc
Tue Mar 18 12:31:41 EDT 2008


[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: dave at mielke.cc | Canada  K2A 1H7   | if you're concerned about Hell.
http://FamilyRadio.com/                   | http://Mielke.cc/bible/


More information about the BRLTTY mailing list