After installing ncurses in order to build under Cygwin, I found that the library lives in its own subdirectory (i.e. <ncurses/curses.h>). I just symlinked everything into the base include directory as a quick fix, but it would be nice if there was an additional build flag, or maybe even some Makefile logic to select ncurses.
After installing ncurses in order to build under Cygwin, I found that the library lives in its own subdirectory (i.e.
<ncurses/curses.h>
). I just symlinked everything into the base include directory as a quick fix, but it would be nice if there was an additional build flag, or maybe even some Makefile logic to select ncurses.