[Lldb-commits] [PATCH] D107182: [LLDB][GUI] Refactor form drawing using subsurfaces

Jason Molenda via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 6 02:08:08 PDT 2021


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



More information about the lldb-commits mailing list