I was building brltty on ppc64le(PowerPC 64-bit Little Endian)
architecture, when I hit this error:
./config.c: In function ?constructBrailleDriver?:
./config.c:1060:71: error: ?KEY_TABLE_EXTENSION? undeclared (first use
in this function)
"brl-", braille->definition.code, "-",
[quoted lines by s...@linux.vnet.ibm.com on 2014/05/08 at 07:42 -0400]
>./config.c: In function ?constructBrailleDriver?:
>./config.c:1060:71: error: ?KEY_TABLE_EXTENSION? undeclared (first
>use in this function)
This must mean that config.h isn't being included. The only way I can think of
that
[quoted lines by Rob Hudson on 2014/05/07 at 21:57 -0500]
>Does one of these exist somewhere, or would I be better off creating an
>automatic install?
I used to make braillified installers for RedHat systems, but stopped doing it
back around the Fedora 12 timeframe (I'm not sure what CentOS rel
Quoting Dave Mielke :
[quoted lines by s...@linux.vnet.ibm.com on 2014/05/08 at 07:42 -0400]
./config.c: In function ?constructBrailleDriver?:
./config.c:1060:71: error: ?KEY_TABLE_EXTENSION? undeclared (first
use in this function)
This must mean that config.h isn't being included. The only