Jelle De Loecker wrote:
skincurses.c:793: error: ‘WINDOW’ was not declared in this scope skincurses.c:793: error: ‘w’ was not declared in this scope skincurses.c:793: error: ‘initscr’ was not declared in this scope
The WINDOW data structure is provided by ncurses library. You may need a different/newer version of libncurses-dev. (imho one of the 'wide character' versions for unicode.)
Cheers,
Udo