|
From: | Rich Burridge |
Subject: | Re: ncurses garbled characters redux |
Date: | Tue, 29 Aug 2017 17:49:04 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 |
On 08/29/2017 05:40 PM, Rich Burridge
wrote:
The other thing that might be relevant here is the difference between how the old and the new versions of ncurses is configured. With the old version 5.7 one, it was with: CONFIGURE_OPTIONS += --with-shared CONFIGURE_OPTIONS += --with-normal CONFIGURE_OPTIONS += --enable-rpath CONFIGURE_OPTIONS += --enable-widec CONFIGURE_OPTIONS += --includedir=$(USRINCDIR)/ncurses CONFIGURE_OPTIONS += --with-default-terminfo-dir=$(GNUSHARE)/terminfo With the updated one (now building version 6.0-20170708) it's now with: CONFIGURE_OPTIONS += --with-shared CONFIGURE_OPTIONS += --with-abi-version=5 CONFIGURE_OPTIONS += --with-normal CONFIGURE_OPTIONS += --enable-rpath CONFIGURE_OPTIONS += --enable-widec CONFIGURE_OPTIONS += --enable-symlinks CONFIGURE_OPTIONS += --includedir=$(USRINCDIR)/ncurses CONFIGURE_OPTIONS += --with-default-terminfo-dir=$(GNUSHARE)/terminfo Is there anything there I should be adding or removing to the new configuration, to try to achieve parity with what we had with the old version? Thanks. |
[Prev in Thread] | Current Thread | [Next in Thread] |