[Pidgin] #9972: autoconf test does not properly detect libpanel.

Pidgin trac at pidgin.im
Wed Aug 19 21:13:59 EDT 2009


#9972: autoconf test does not properly detect libpanel.
--------------------+-------------------------------------------------------
 Reporter:  brad0   |        Owner:  rekkanoryo  
     Type:  defect  |       Status:  new         
Milestone:          |    Component:  unclassified
  Version:  2.6.1   |   Resolution:              
 Keywords:          |  
--------------------+-------------------------------------------------------
Description changed by brad0:

Old description:

> At the moment the autoconf script does not properly detect libpanel on
> some operating systems (at least OpenBSD for this scenario). The issue is
> that for the libpanel test it is not linking in libncurses leaving
> undefined symbols.
>
> Without the attached patch to fix the test..
>
> 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

New description:

 At the moment the autoconf script does not properly detect libpanel on
 some operating systems (at least OpenBSD for this scenario). The issue is
 that for the libpanel test it is not linking in libncurses leaving
 undefined symbols.

 Without the attached patch to fix the test..

 {{{
 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
 }}}

--

-- 
Ticket URL: <http://developer.pidgin.im/ticket/9972#comment:1>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list