Thread: DIY - KeK
View Single Post
Old 08-08-2012, 06:27 PM   #158
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
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/include/ncursew), while most stuff will only look for ncurses headers in the root of /usr/include, not /usr/include/ncurses.

You might have to reconfigure/build/install ncurses with --includedir=/usr/include, or play with CPPFLAGS="-I/usr/include/ncurses" when building stuff

Last edited by NiLuJe; 08-08-2012 at 06:36 PM. Reason: Fix path, include != includes
NiLuJe is offline   Reply With Quote