Changes between Version 16 and Version 17 of gcc14-todo


Ignore:
Timestamp:
02/06/2024 08:22:53 AM (10 months ago)
Author:
Xi Ruoyao
Comment:

The previous option causes telnet.c not linked against ncursesw and lacking some functions :(

Legend:

Unmodified
Added
Removed
Modified
  • gcc14-todo

    v16 v17  
    5151}}}
    5252
    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...
     53https://savannah.gnu.org/bugs/index.php?65263
     54
     55Currently we can work around by `sed 's/def HAVE_TERMCAP_TGETENT/ 1/' -i telnet/telnet.c`.
    5456
    5557== Automake (1.16.5)