Thread: DIY - KeK
View Single Post
Old 08-08-2012, 06:01 PM   #156
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
I would have expected that to work.

Oops . . .
Did you mean: --with-libdir=/home/lib rather than -libdir=/home/lib?
or, maybe,
--with-ncurses-lib= ? if the ./configure --help says its available (the ./configure --short might not mention it).

Double oops . . .
That message is refering to <include>/ncurses/header_files.h

--with-include-dir= if offered by the ./configure --help command.

Otherwise you might have to force the situation with something like:
LDFLAGS=-L/home/us/lib CFLAGS=-I/home/us/include ./configure --prefix= .....
That way, configure will generate the Makefiles with those settings included.

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