[BRLTTY] build broken in brltty git

Halim Sahin halim.sahin at freenet.de
Thu Mar 30 22:57:24 EDT 2023


Hi,

cd Programs && make all
make[1]: Entering directory '/home/halim/brltty/Programs'
gcc -I. -I. -I./../Programs -I../Programs -I../Headers -I./.. -I..   -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED -D_GNU_SOURCE -DHAVE_CONFIG_H -g -O2 -std=gnu99 -Wall -Werror=format-security -Wno-address-of-packed-member -Wno-stringop-truncation -fPIC -c ./brlapi_server.c
./brlapi_server.c: In function 'handleGetModelIdentifier':
./brlapi_server.c:835:54: error: 'BrailleDisplay' {aka 'struct BrailleDisplayStruct'} has no member named 'keyBinding'; did you mean 'keyBindings'?
  835 |   return handleGetDriver(c, type, size, disp ? disp->keyBinding : "");
      |                                                      ^~~~~~~~~~
      |                                                      keyBindings
./brlapi_server.c:836:1: warning: control reaches end of non-void function [-Wreturn-type]
  836 | }
      | ^
make[1]: *** [Makefile:723: brlapi_server.o] Error 1
make[1]: Leaving directory '/home/halim/brltty/Programs'
make: *** [Makefile:49: all] Error 2
BR.
Halim


More information about the BRLTTY mailing list