bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 20190630 Breaks fallback.c Generation


From: Thomas Dickey
Subject: Re: 20190630 Breaks fallback.c Generation
Date: Tue, 9 Jul 2019 21:11:38 -0400
User-agent: NeoMutt/20170113 (1.7.2)

On Wed, Jul 10, 2019 at 12:50:35AM +0000, Connor Nolan wrote:
> ./configure \
>     --host=$1 \
>     ac_cv_header_locale_h=no \
>     --disable-stripping \
>     --enable-const \
>     --enable-ext-colors \
>     --enable-ext-mouse \
>     --enable-overwrite \
>     --enable-widec \
>     --without-ada \
>     --without-cxx-binding \
>     --without-debug \
>     --without-tests \
>     --with-fallbacks='dumb,xterm-256color' \
...
> clang: warning: argument unused during compilation: '--param 
> max-inline-insns-single=1200' [-Wunused-command-line-argument]
> "../misc/terminfo.src", line 4766, terminal 'xterm-16color': error writing 
> /builds/TheBrokenRail/letscode/scripts/ncurses/ncurses/tmp_info/x/xterm-16color

...

That looks like the same issue that I ran into (the older version of
tic/infocmp can't handle the newer terminfo.src).  I solved it by
changing my build to use a newer tic/infocmp (in this case, the
most recent one, though in my earlier workaround on 20190609, "6.0"
was good enough).

That's what I was referring to here:

https://invisible-island.net/ncurses/NEWS.html#t20190630

        + add --with-tic-path and --with-infocmp-path to work around problems
          building fallback source using pre-6.0 tic/infocmp.

(I test-build with fallbacks every week, on my mingw builds)

-- 
Thomas E. Dickey <address@hidden>
https://invisible-island.net
ftp://ftp.invisible-island.net

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]