Steven Collins wrote:
Perhaps the examples are assuming you are controlling the include path
via a -I switch to the compiler, thus avoiding any direct reference in
the source code that would imply knowledge of your installation?

In older ncurses versions, ncurses.h was in /usr/include.
But now it is in the ncurses subdirectory.
So your example simply refer to the old version.
You just have to replace the includes to <ncurses/ncurses.h> and so on.

--
Vincent Rivière

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

Reply via email to