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
_______________________________________________
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@brltty.app
For general information, go to: http://brltty.app/mailman/listinfo/brltty

Reply via email to