On 1/10/08, Jon <[EMAIL PROTECTED]> wrote: > checking for X... disabled > checking for initscr in -lncursesw... no > checking for update_panels in -lpanelw... no > checking for initscr in -lncurses... yes > checking for update_panels in -lpanel... no > configure: error: > > Finch will not be built. You need to install ncursesw (or ncurses) and > its development headers. > > bash-3.2$ ls /usr/include/ncurses.h > /usr/include/ncurses.h > > I see there's an ncurses header on the base system. I've looked through > the package list. The three ncurses packages I find are PHP or Ruby > packages. Is what I'm trying to do here not supported by the base system > nor packages?
libpanel isn't installed. i'm not sure if the source is included in base with curses or not, otherwise you can install curses from source and it should install panel.

