Andrew Dunstan wrote:
>
>
> I am also seeing non-fatal warnings about redefinition of SIG_ERR
> SIG_DFL and SIG_IGN which I will investigate.
>
>
The cure for this seems to be to add
#include <signal.h>
near the top of src/include/port/win32.h.
cheers
andrew