RE: GNU APL now requires bash shell and in-tree builds

2021-04-12 Thread Callahan, Brian Robert
Hi Jürgen -- Per POSIX, bind requires the inclusion of sys/socket.h, so that should be in the includes list for main.cc if there is a call to bind in main.cc. I'm not sure we can or should assume an implicit include from elsewhere. https://pubs.opengroup.org/onlinepubs/9699919799/functions/bind

Re: GNU APL now requires bash shell and in-tree builds

2021-04-12 Thread Dr . Jürgen Sauermann
Hi Alexander, thanks, fixed in SVN 1470. The bind() error is somewhat strange because: - in the same file (main.cc), accept() (a companion of bind()) works without :: and - in other files bind() also works without :: I suppo