Thread: DIY - KeK
View Single Post
Old 08-08-2012, 06:56 PM   #162
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299993
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
Quote:
Originally Posted by NiLuJe View Post
@twobob: Yep, I don't set includedir, and am indeed overriding CPPFLAGS when building stuff that depends on ncurses, like htop .

includedir should default to ${prefix}/include, and prefix defaults to /usr, so just adapt that to your setup (AFAICT, /home/usr/include or /home/include, depending on how you set stuff up).

While we're talking about paths, I also don't set a custom terminfo path, because I'm not deploying the lib to my Kindle, I'm just using it to link stuff against it. So, to fix the crappy terminfo db available on the Kindle, I ship one with usbnetwork, and hardcode the TERMINFO env var to point to it in the apps I care about (htop).
Depressingly, This is on the edge of my skills range as things stand.
I can grasp the overall but when things go wrong I am somewhat at a loss right now. Thanks for the pointers. Coming from a much closeted world of .Net development is all feels a bit spaghetti junction right now, but doubtless it will come clear in the fullness of time.

I fully intend to rebuild the underlying libraries before I actually build lynx for real, however until Lynx even finds those libraries (mangled or otherwise) that is issue number 2 on the list

Iĺl give the tweak I found above a go and see if this resolves my issue with Lynx, perhaps it is app specific, then revisit my ncurses implementation. thanks mate.

Last edited by twobob; 08-08-2012 at 06:58 PM. Reason: bit not nit
twobob is offline   Reply With Quote