Ted Unangst wrote:
> 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.
> 

bash-3.2$ ls /usr/include/panel.h
/usr/include/panel.h
bash-3.2$ ls /usr/lib/libpanel*
/usr/lib/libpanel.a      /usr/lib/libpanel.so.3.0 /usr/lib/libpanel_p.a
   /usr/lib/libpanel_pic.a
bash-3.2$

Turns out libpanel is installed, just the configure script won't
recognize it. update_panels is referred to in panel.h too. Yet another
frustrating Pidgin configure script bug. argh

Thanks for helping with the first half of the solution misc.

Reply via email to