Quote:
Originally Posted by NiLuJe
ncurses defaults (sometimes? there's a weird runtime check to detect the current ncurses setup) to installing the headers in /usr/include/ncurses (probably to be able to keep the unicode support in a distinct directory, usually /usr/includes/ncursew), while most stuff will only look for ncurses headers in the root of /usr/includes, not /usr/includes/ncurses.
You might have to reconfigure/build/install ncurses with --includedir=/usr/include, or play with CPPFLAGS="-I/usr/includes/ncurses" when building stuff 
|
This is for inside the emulator. so the stuff is prefixed /home
I cant write anywhere else