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
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