sorry, I overlooked that one.
Fixed in SVN 1482.
Best Regards,
Jürgen
On 8/5/21 5:51 PM, Louis Chretien via
Bugs and suggestions for GNU APL wrote:
When i try to build the latest version (1481 on Mac OS X), I get this error message:
g++ -DHAVE_CONFIG_H -I. -I.. -Wall -I sql -I /Users/lchretien/Subversion/apl -g -O2 -I /Users/lchretien/Subversion/apl -MT apl-Command.o -MD -MP -MF .deps/apl-Command.Tpo -c -o apl-Command.o `test -f 'Command.cc' || echo './'`Command.ccCommand.cc:1322:7: error: unknown type name 'sighandler_t'const sighandler_t old_child = signal(SIGCHLD, SIG_DFL);^1 error generated.make[3]: *** [apl-Command.o] Error 1make[2]: *** [all-recursive] Error 1make[1]: *** [all-recursive] Error 1make: *** [all] Error 2
---Louis Chrétien