Changes between Version 16 and Version 17 of gcc14-todo
- Timestamp:
- 02/06/2024 08:22:53 AM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
gcc14-todo
v16 v17 51 51 }}} 52 52 53 It seems an oversight in the book instead of an upstream issue. We need to pass `--with-ncurses-include-dir=/usr/include` to tell where to find the ncurses headers. It just happens to work without it in GCC 13 or earlier. Arguably maybe the upstream should implement auto-probing... 53 https://savannah.gnu.org/bugs/index.php?65263 54 55 Currently we can work around by `sed 's/def HAVE_TERMCAP_TGETENT/ 1/' -i telnet/telnet.c`. 54 56 55 57 == Automake (1.16.5)