Mateusz Viste - 2016-08-05

Hello Fab, indeed no version indication is provided about curses requirements, that's mostly because it should work with virtually anything that's vaguely compatible with XSI Curses. Still, you are right that it would be nice to include some list of libraries and versions that have been 100% successfully tested. I will add such note to the README.

So far, it worked for me with:
ncurses 5.9-53 on Linux
pdcurses v1.295 on DOS (DJGPP)

About your specific problem: I am not totally convinced that your 'unresolved symbols' that you mentionned earlier are due to a library version mismatch. If it were, I'd rather expect it wouldn't even assemble the code due to missing headers. Could you please provide more information about your exact troubles, with copies of gcc warnings and errors? Perhaps we're sitting on something bigger here.