console_bridge failure
I am having problems running the do_docker.sh script following the instructions from here ( http://wiki.ros.org/android_ndk/Tutor... ). I'm getting failures with respect to console_bridge and need some direction on how to get past this.
I have a clean install of Ubuntu 14.04 as well as a previously existing install with Android NDK/SDK installed. Both have the same issue.
This is the failing output:
-- ==> add_subdirectory(class_loader) -- Boost version: 1.53.0 -- Found the following Boost libraries: -- thread -- system CMake Error at /usr/share/console_bridge/cmake/console_bridge-config.cmake:12 (message): Library 'console_bridge' in package console_bridge is not installed properly Call Stack (most recent call first): class_loader/CMakeLists.txt:6 (find_package)
-- Configuring incomplete, errors occurred! See also "/opt/roscpp_output/catkin_ws/build/CMakeFiles/CMakeOutput.log". Invoking "cmake" failed
Installing.
make: * No rule to make target `install'. Stop. build_cpp.sh /opt/roscpp_output died with error code 2
/usr/share/console_bridge does not exist. I looked at logs generated during build and it appears that console_bridge is trying to be setup at /opt/roscpp/libs/console_bridge/build
Thanks for any clues.