jasonmolenda added a comment. In D107182#2930541 <https://reviews.llvm.org/D107182#2930541>, @OmarEmaraDev wrote:
> `is_pad` was added in 2009 in ncurses 5.7 - patch 20090906. So it is > sufficiently old to be used, is it not? Thanks Omar, I didn't know that. I was building on macOS 11.5.1 (current newest release version). Looking at our curses.h, it looks like we have a slightly-too-old version of 5.7: #define NCURSES_VERSION_MAJOR 5 #define NCURSES_VERSION_MINOR 7 #define NCURSES_VERSION_PATCH 20081102 is_pad isn't in the header or in the libcurses solib. And our next major version, macOS 12, is using the same version. :( Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D107182/new/ https://reviews.llvm.org/D107182 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits