[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: texinfo-6.3.90 pretest
From: |
Eli Zaretskii |
Subject: |
Re: texinfo-6.3.90 pretest |
Date: |
Sun, 30 Apr 2017 18:03:48 +0300 |
> Cc: address@hidden
> From: Hans-Bernhard Bröker <address@hidden>
> Date: Sat, 29 Apr 2017 23:44:45 +0200
>
> > I guess this happens because the ncurses port you have installed has
> > termcap.h in the top-level include directory, not in its ncurses
> > subdirectory.
>
> It has both a <termcap.h> and <ncurses/termcap.h> (from different
> packages). Both disagree with pcterm.c about what the prototypes of
> these functions should be (const-ness, mostly, but also the return type
> of tput()).
>
> Changing line 39 of terminal.c to this:
>
> #elif defined (HAVE_TERMCAP_H) && !defined (__MINGW32__)
>
> does indeed allow ginfo.exe to build.
I've just committed such a change.
> It does not really work, though. It behaves as if its stdout had been
> redirected, because the isatty() check fails. Looks like that "MinGW
> applications inside a MSYS2 Mintty fail detecting tty" issue.
If it works in the native Windows cmd window, it performs as expected.
- Re: texinfo-6.3.90 pretest, (continued)
- Re: texinfo-6.3.90 pretest, Hans-Bernhard Bröker, 2017/04/28
- Re: texinfo-6.3.90 pretest, Eli Zaretskii, 2017/04/29
- Re: texinfo-6.3.90 pretest, Hans-Bernhard Bröker, 2017/04/29
- Re: texinfo-6.3.90 pretest, Eli Zaretskii, 2017/04/29
- Re: texinfo-6.3.90 pretest, Eli Zaretskii, 2017/04/29
- Re: texinfo-6.3.90 pretest, Hans-Bernhard Bröker, 2017/04/29
- Re: texinfo-6.3.90 pretest, Eli Zaretskii, 2017/04/29
- Re: texinfo-6.3.90 pretest, Hans-Bernhard Bröker, 2017/04/30
- Re: texinfo-6.3.90 pretest, Eli Zaretskii, 2017/04/30
- Re: texinfo-6.3.90 pretest, Hans-Bernhard Bröker, 2017/04/30
- Re: texinfo-6.3.90 pretest,
Eli Zaretskii <=
- Re: texinfo-6.3.90 pretest, Eli Zaretskii, 2017/04/30
Re: texinfo-6.3.90 pretest, Gavin Smith, 2017/04/29
Re: texinfo-6.3.90 pretest, Gavin Smith, 2017/04/29