You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If ncurses location is not specified by configure parameters like '--with-ncurses-includes=/some/dir' then automatic detection at compiler/system default location is used in configure.
With automatic detection the header 'ncurses/term.h' is not checked therefore macro HAVE_NCURSES_TERM_H is not defined.
This leads to inclusion of system <term.h> which is not compatible with ncurses headers.
The simple fix is just addition of ncurses/term.h header detection to configure.
Important
This issue was migrated from Trac:
karlson2k
(karlson2k@….com)If ncurses location is not specified by configure parameters like '--with-ncurses-includes=/some/dir' then automatic detection at compiler/system default location is used in configure.
With automatic detection the header 'ncurses/term.h' is not checked therefore macro HAVE_NCURSES_TERM_H is not defined.
This leads to inclusion of system <term.h> which is not compatible with ncurses headers.
The simple fix is just addition of ncurses/term.h header detection to configure.
The suggested fix: #186
Note
Original attachments:
karlson2k
(karlson2k@….com) onMay 19, 2023 at 18:12 UTC
The text was updated successfully, but these errors were encountered: