[Nix-dev] include ncursesw properly

Lluís Batlle i Rossell viric at viric.name
Wed Feb 22 14:32:41 CET 2012


On Wed, Feb 22, 2012 at 04:18:21PM +0400, Sergey Mironov wrote:
> #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..) ?  

Hello,

Use "ncurses.override { unicode = false; };" instead of "ncurses". This should
work I think, and if it does not, maybe we have to fix it.

Regards,
Lluís


More information about the nix-dev mailing list