Skip to content

Conversation

lalten
Copy link
Contributor

@lalten lalten commented Oct 9, 2025

ncurses.h is usually a symlink to the actual header, curses.h. See also https://stackoverflow.com/questions/59555474/difference-between-the-headers-ncurses-h-and-curses-h

When building with Bazel (thanks @kgreenek for adding in bazelbuild/bazel-central-registry#5154), you (currently) want to depend on curses.h, otherwise you may end up depending on a host installed version accidentally

@kgreenek
Copy link

kgreenek commented Oct 9, 2025

Thank you for this! I have had to require that libncurses-dev is installed on the system and did not understand why.

@facontidavide facontidavide merged commit 6f16449 into BehaviorTree:master Oct 9, 2025
8 checks passed
bazel-io pushed a commit to bazelbuild/bazel-central-registry that referenced this pull request Oct 10, 2025
To be able to compile behaviortree_cpp we need to
* Update ncurses to
#6149
* Update zmq to
#6150
* Patch BehaviorTree/BehaviorTree.CPP#1020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants