[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ncurses: >=5.9-20120811: TERMINFO_DIRS,TERMINFO incorrect in ncurses
From: |
Thomas Dickey |
Subject: |
Re: ncurses: >=5.9-20120811: TERMINFO_DIRS,TERMINFO incorrect in ncurses_cfg.h |
Date: |
Sun, 26 Aug 2012 10:23:15 -0400 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
On Sun, Aug 26, 2012 at 11:07:04AM +0200, address@hidden wrote:
> Dear thomas,
>
> apologies if I am missing some blatant point.
>
> Starting with 5.9-20120811 I experienced problems with less saying
> "terminal is not fully functional".
>
> Today I could investigate a bit more and found that TERMINFO_DIRS and
> TERMINFO are incorrectly defined in ncurses_cfg.h.
>
> I configure with:
>
> --prefix=/opt/stow.d/stow/ncurses/usr
> --libdir=/opt/stow.d/stow/ncurses/lib64
> --with-shared
> --without-debug
> --enable-pc-files
>
> and ncurses_cfg.h comes out like this:
>
> #define TERMINFO_DIRS "/share/terminfo"
> #define TERMINFO "/share/terminfo"
>
> If I explicitly configure with
> --datadir=/opt/stow.d/stow/ncurses/usr/share, then TERMINFO_DIRS and
> TERMINFO are set correctly:
>
> #define TERMINFO_DIRS "/opt/stow.d/stow/ncurses/usr/share/terminfo"
> #define TERMINFO "/opt/stow.d/stow/ncurses/usr/share/terminfo"
>
> After digging into configure, I found that the following fixes
> everything:
actually the eval's should be (I think) a little different.
attaching that part of the diff.
For Roumen's report about mingw, I'll get to that later today, and
issue a complete patch.
--
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
ncurses-5.9-20120826.patch.gz
Description: Binary data
signature.asc
Description: Digital signature
- Re: ncurses: >=5.9-20120811: TERMINFO_DIRS,TERMINFO incorrect in ncurses_cfg.h,
Thomas Dickey <=