On Wed, Mar 01, 2017 at 06:25:38PM -0800, Kevin J. McCarthy wrote:
> On Thu, Mar 02, 2017 at 02:00:00AM +0100, Ulrich Lauther wrote:
> > On Wed, Mar 01, 2017 at 01:30:40PM -0800, Kevin J. McCarthy wrote:
> > > Do you see libncursesw in the output (wide-char version of ncurses)?
> > > 
> > yes, I see 
> >         libncursesw.so.5 => /lib/i386-linux-gnu/libncursesw.so.5 
> > (0xb76da000)
> > with all three versions of mutt on my system.
> > There is a tiny difference in mutt -v
> >         1.8.0: ncurses: ncurses 6.0.20160213 (compiled with 6.0)
> >         1.7.1: ncurses: ncurses 6.0.20160213 (compiled with 5.9)
> 
> Do you still have the compilation directories for both versions?
> 
> If so, would you please post the output of:
>   grep HAVE_NCURSES config.h
> for both versions?
> 
1.8.0: #define HAVE_NCURSES_H 1
1.7.1: #define HAVE_NCURSESW_NCURSES_H 1

Running diff for the two config.h files shows
        1.8.0: #define DL_STANDALONE 1
        1.7.0: /* #undef DL_STANDALONE */

Kind regards

        ulrich


-- 
        -lauther

Reply via email to