Re: [BRLTTY] Compilation error

2012-07-09 Thread Shérab
Hello, still unable to solve this problem. Here is the command and again the errors it produces: gcc -o tbl2hex tbl2hex.build.o program.build.o pid.build.o options.build.o log.build.o file.build.o device.build.o parse.build.o timing.build.o io_misc.build.o sys_linux.build.o charset.build.o chars

Re: [BRLTTY] Compilation error

2012-07-09 Thread Samuel Thibault
Shérab, le Mon 09 Jul 2012 11:56:43 +0200, a écrit : > still unable to solve this problem. > Here is the command and again the errors it produces: > gcc -o tbl2hex tbl2hex.build.o program.build.o pid.build.o options.build.o > log.build.o file.build.o device.build.o parse.build.o timing.build.o >

Re: [BRLTTY] Bug#680638: brltty: Not fully translated preferences menu

2012-07-09 Thread Dave Mielke
[quoted lines by Samuel Thibault on 2012/07/08 at 16:47 +0200] >Mmm, this is still marked as fuzzy in the tree, did you perhaps just >forgot to remove the fuzzy keywords? It seems so, see attached patch. This patch has now (revision 6588) been committed to brltty's development stream. -- Dave

[BRLTTY] Alva BC640 perkins input

2012-07-09 Thread Nicholas Dechman
My Alva BC640 behaves in an interesting way. When I connect the device to my computer -- before I turn on BrlTTY, I am able to type on the perkins keys as if the alva was a standard USB keyboard, but, of course, the device's braille display doesn't do anything. Once I turn on BrlTTY, I get the

Re: [BRLTTY] Alva BC640 perkins input

2012-07-09 Thread Jason White
Nicholas Dechman wrote: > My Alva BC640 behaves in an interesting way. > > When I connect the device to my computer -- before I turn on BrlTTY, I am > able to type on the perkins keys as if the alva was a standard USB keyboard, > but, of course, the device's braille display doesn't do anything.

Re: [BRLTTY] Compilation error

2012-07-09 Thread Shérab
Samuel Thibault (2012/07/09 14:40 +0200): > What's important here is the -fPIE -pie, which is spurious. IIRC it's > icu-config which used to emit them. Upgrading to version 4.8.1.1-8 > should fix that. Yes! That fixed it, thank you ! Best wishes, Sherab. __