Thread: DIY - KeK
View Single Post
Old 08-08-2012, 06:22 PM   #157
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
hmm. Am I just doing something stupid.

Code:
(armv6l:1) /home/lynx2-8-7 # ./configure --prefix=/mnt/us --with-libdir=/home/lib 
...
checking for extra include directories... no
checking if we have identified curses headers... none
configure: error: No curses header-files found
--with-libdir is not supported.

Options from configure (relevant looking candidates)

Code:
  --libdir=DIR            object code libraries [EPREFIX/lib]
  --includedir=DIR        C header files [PREFIX/include]
  --oldincludedir=DIR     C header files for non-gcc [/usr/include]

X features:
  --x-includes=DIR    X include files are in DIR
  --x-libraries=DIR   X library files are in DIR

  --with-build-libs=XXX   the build libraries (${BUILD_LIBS})

  --with-curses-dir=DIR   directory in which (n)curses is installed
I´ll put likely values in them all one-by-one...

ERR if this is too OT I can move it? but I suppose this is REAL LIFE monkey at typewriter stuff so possibly useful to future monkeys : )

HMM: Iḿ reading this. look relevant.
http://lists.gnu.org/archive/html/ly.../msg00038.html

From ncurses' NEWS file:
20100403
+ build-fixes for OpenSolaris aka Solaris 11, for wide-character
configuration as well as for rpath feature in *-config scripts.

Code:
(armv6l:1) /home/lynx2-8-7 # ./configure --prefix=/mnt/us --with-include-dir=/ho
me/include --with-curses-dir=/home/lib --with-screen=ncurses LDFLAGS="-R/home/li
b"
gets me

blah...
checking for screen type... ncurses
Looking for ncurses-config
checking for ncurses6-config... no
checking for ncurses5-config... no

so I´ll switch the the latest dev version and see how I fare.

Last edited by twobob; 08-08-2012 at 06:49 PM.
twobob is offline   Reply With Quote