Hi everyone,
I was using 4.0.2
before this and wanted to update to recently released version 4.1.0
, but when i try to switch my branches and build the library with catkin_make it fails with the following error.
CMake Error at /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message):
Could NOT find Curses (missing: CURSES_LIBRARY CURSES_INCLUDE_PATH)
Call Stack (most recent call first):
/usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:393 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-3.16/Modules/FindCurses.cmake:258 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
BehaviorTree.CPP/cmake/catkin_build.cmake:8 (find_package)
BehaviorTree.CPP/CMakeLists.txt:68 (include)
-- Configuring incomplete, errors occurred!
See also "/home/user/ros_ws/build/CMakeFiles/CMakeOutput.log".
See also "/home/user/ros_ws/build/CMakeFiles/CMakeError.log".
make: *** [Makefile:2784: cmake_check_build_system] Error 1
Invoking "make cmake_check_build_system" failed
I went through the release notes and could not find anything there, so wanted to know whether this is an issue or something wrong on my end, before creating an issue on github.
Let me know if you want me to attach CMakeError/CMakeOutput log.