Home :: Documentation :: Download :: Development :: Community :: Wiki :: Ports :: Bugs :: Links :: About
Welcome to CRUX bug tracking.
Tasklist

FS#667 - ncurses: install an additional header file include/ncursesw/ncurses.h

Attached to Project: CRUX
Opened by Juergen Daubert (jue) - Sunday, 24 October 2010, 17:04 GMT+2
Task Type Feature Request
Category ports → core/opt
Status New
Assigned To Juergen Daubert (jue)
Operating System CRUX
Severity Low
Priority Normal
Reported Version Development
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

Recently 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

Loading...