Jeremy Lavergne <[email protected]> writes: >> 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.
John fixed this a little earlier today. -- Ben Pfaff http://benpfaff.org _______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
