ncurses.h not found when building code using ncurses with Bazel
I have a project built with Bazel that uses ncurses
, which I am trying to migrate to bzlmod for Bazel 8.0.0 LTS. I am trying to use the ncurses
module from the Bazel Central Repository.
Error when building code using ncurses with Bazel: conflicting types for ‘unctrl’
I have a project built with Bazel that uses ncurses
. I am trying to migrate to bzlmod for Bazel 8.0.0 LTS. Previously, I was using a local repository, which was working fine. Now, I am trying to use the ncurses
module from the Bazel Central Repository.
Error when building code using ncurses with Bazel: conflicting types for ‘unctrl’
I have a project built with Bazel that uses ncurses
. I am trying to migrate to bzlmod for Bazel 8.0.0 LTS. Previously, I was using a local repository, which was working fine. Now, I am trying to use the ncurses
module from the Bazel Central Repository.
Error when building code using ncurses with Bazel: conflicting types for ‘unctrl’
I have a project built with Bazel that uses ncurses
. I am trying to migrate to bzlmod for Bazel 8.0.0 LTS. Previously, I was using a local repository, which was working fine. Now, I am trying to use the ncurses
module from the Bazel Central Repository.