bug-texinfo
[Top][All Lists]
Advanced

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

Re: texinfo-6.3.90 pretest


From: Hans-Bernhard Bröker
Subject: Re: texinfo-6.3.90 pretest
Date: Sun, 30 Apr 2017 17:25:31 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.0.1

Am 30.04.2017 um 04:31 schrieb Eli Zaretskii:
Cc: address@hidden
From: Hans-Bernhard Bröker <address@hidden>
Date: Sat, 29 Apr 2017 23:44:45 +0200

Changing line 39 of terminal.c to this:

#elif defined (HAVE_TERMCAP_H) && !defined (__MINGW32__)

does indeed allow ginfo.exe to build.

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.

Does info.exe work on the native Windows terminal window?

It does, after a fashion. I had to copy three MinGW DLLs into the build direcoty to get it to work:

        libwinpthread-1.dll
        libintl-8.dll
        libiconv-2.dll

After that, it managed to display info-stnd.info correctly.



reply via email to

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