[BRLTTY] New release soon.

Sebastian Humenda shumenda at gmx.de
Tue Oct 1 08:51:30 UTC 2024


Hi

Dave Mielke schrieb am 19.09.2024,  6:05 -0400:
>I've been reminded that a new release is long over-due.
>Would those of you who can, please ensure that you're running the latest development code and do some testing.

On latest master (6e6971087580), I get:

```
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 ./core.c
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 ./program.c
./program.c: In function ‘makeCommandPath’:
./program.c:197:39: error: ‘COMMANDS_DIRECTORY’ undeclared (first use in this function); did you mean ‘LOCALE_DIRECTORY’?
  197 |   if (changeStringSetting(&directory, COMMANDS_DIRECTORY)) {
      |                                       ^~~~~~~~~~~~~~~~~~
      |                                       LOCALE_DIRECTORY
./program.c:197:39: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [Makefile:91: program.o] Fehler 1
$ ./configure --prefix=/opt/brltty && make
# snip
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 ./core.c
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 ./program.c
./program.c: In function ‘makeCommandPath’:
./program.c:197:39: error: ‘COMMANDS_DIRECTORY’ undeclared (first use in this function); did you mean ‘LOCALE_DIRECTORY’?
  197 |   if (changeStringSetting(&directory, COMMANDS_DIRECTORY)) {
      |                                       ^~~~~~~~~~~~~~~~~~
      |                                       LOCALE_DIRECTORY
./program.c:197:39: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [Makefile:91: program.o] Fehler 1
```

As far as I can tell, COMMANDS_DIRECTORY doesn't appear in config.h, only in
config.h.in, i.e. maybe something isn't correctly configured in the configure
step?
Thanks
Sebastian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://brltty.app/pipermail/brltty/attachments/20241001/4d6edad5/attachment.sig>


More information about the BRLTTY mailing list