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.cc Command.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 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 --- Louis Chrétien lchret...@mac.com <mailto:lchret...@mac.com>