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, "-", brl.keyBindings, KEY_TABLE_EXTENSION
                                                                       ^
./config.c:1060:71: note: each undeclared identifier is reported only once for each function it appears in


This is because the KEY_TABLE_EXTENSION macro is not defined in the config.h file in ppc64le architecture, while on other architectures, this is defined properly.

Any one has any idea why this error. Also, can someone clarify if the package supports for little endian architecture.


Thanks and Regards,
Narasimhan V

_______________________________________________
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