Welcome to CRUX bug tracking.
FS#667 - ncurses: install an additional header file include/ncursesw/ncurses.h
|
DetailsRecently I had some programs that failed to build because they tried to include <ncursesw/ncurses.h>.
I guess this is most likely because debian has a split ncurses package, where the wide variant installs the header files into /usr/include/ncursesw even though there are only one set of headers for ncurses. My suggestion is to add a include/ncursesw/ncurses.h file to our ncurses-port, which is simply a symlink to include/curses.h. Diff attached for review. |
This task depends upon
Comment by Juergen Daubert (jue) -
Sunday, 24 October 2010, 17:06 GMT+2
Here's the patch
ncurses.diff
(1.3 KiB)