> src/output/ascii.c:821:19: error: 'SIGWINCH' undeclared (first use in this > function)
Forgive me if this is off the mark as I'm ignorant of Windows. SIGWINCH has to do with terminal window resizing on *nix, likely defined somewhere like /usr/include/sys/signal.h. So either a missing include of the signal (or the handler from ncurses? readline?), or should be ignored when on Windows.
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
