|
| From: | Laura Eaves |
| Subject: | Re: LYNX-DEV features of interest to blind users |
| Date: | Thu, 12 Mar 1998 23:49:21 -0500 (EST) |
Ok well I'm sure it must be some minor nit...
I built ncurses as follows:
configure --prefix=$HOME/ncurses
make
make install
I then built lynx as follows:
CFLAGS=-I$HOME/ncurses/include \
LIBS=-L$HOME/ncurses/lib \
configure --with-screen=ncurses --enable-default-colors --prefix=$HOME
make
I even tried setting
export TERMINFO=$HOME/ncurses/lib/terminfo
(TERM is vt220.)
This made no difference.
I still can't get color with ncurses.
Any ideas? If you want to log on I could give u a temp password (private
email of course...)
Thanks in advance.
--le
| [Prev in Thread] | Current Thread | [Next in Thread] |