[Nix-dev] include ncursesw properly

Sergey Mironov ierton at gmail.com
Wed Feb 22 13:18:21 CET 2012


Hi. I want to build a program which uses ncurses headers like that:

#include <ncursesw/curses.h>

Basically, it couldn't find this header.

I've added ${ncurses}/include to the C_INCLUDE_PATH in my dev environment, but
it didn't help.  Actually, ${ncurses}/include hasn't got ncursesw folder inside,
but there is cursesw.h header instead.. Is there any well-known solution for
such situation? Should I try some other ncurses (silly, but I know that it is an
old lib, so who knows..) ?  

Thanks!


More information about the nix-dev mailing list