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
_______________________________________________
nix-dev mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-dev

Reply via email to