CMake has not found a package configuration file provided by "console_bridge"
I am attempting to install Ros Indigo from source on Ubuntu 15.01
After running the following command I am getting the following error message. What should I do?
./src/catkin/bin/catkin_make_isolated --install -DCMAKE_BUILD_TYPE=Release
==> Processing catkin package: 'cpp_common'
==> Building with env: '/home/josephcrandall/Documents/ros_catkin_ws/install_isolated/env.sh'
==> cmake /home/josephcrandall/Documents/ros_catkin_ws/src/roscpp_core/cpp_common -DCATKIN_DEVEL_PREFIX=/home/josephcrandall/Documents/ros_catkin_ws/devel_isolated/cpp_common -DCMAKE_INSTALL_PREFIX=/home/josephcrandall/Documents/ros_catkin_ws/install_isolated -DCMAKE_BUILD_TYPE=Release -G Unix Makefiles in '/home/josephcrandall/Documents/ros_catkin_ws/build_isolated/cpp_common'
-- Boost version: 1.58.0
-- Found the following Boost libraries:
-- system
-- thread
CMake Error at CMakeLists.txt:5 (find_package):
By not providing "Findconsole_bridge.cmake" in CMAKE_MODULE_PATH this
project has asked CMake to find a package configuration file provided by
"console_bridge", but CMake did not find one.
Could not find a package configuration file provided by "console_bridge"
with any of the following names:
console_bridgeConfig.cmake
console_bridge-config.cmake
Add the installation prefix of "console_bridge" to CMAKE_PREFIX_PATH or set
"console_bridge_DIR" to a directory containing one of the above files. If
"console_bridge" provides a separate development package or SDK, be sure it
has been installed.
-- Configuring incomplete, errors occurred!
See also "/home/josephcrandall/Documents/ros_catkin_ws/build_isolated/cpp_common/CMakeFiles/CMakeOutput.log".
<== Failed to process package 'cpp_common':
Command '['/home/josephcrandall/Documents/ros_catkin_ws/install_isolated/env.sh', 'cmake', '/home/josephcrandall/Documents/ros_catkin_ws/src/roscpp_core/cpp_common', '-DCATKIN_DEVEL_PREFIX=/home/josephcrandall/Documents/ros_catkin_ws/devel_isolated/cpp_common', '-DCMAKE_INSTALL_PREFIX=/home/josephcrandall/Documents/ros_catkin_ws/install_isolated', '-DCMAKE_BUILD_TYPE=Release', '-G', 'Unix Makefiles']' returned non-zero exit status 1
Reproduce this error by running:
==> cd /home/josephcrandall/Documents/ros_catkin_ws/build_isolated/cpp_common && /home/josephcrandall/Documents/ros_catkin_ws/install_isolated/env.sh cmake /home/josephcrandall/Documents/ros_catkin_ws/src/roscpp_core/cpp_common -DCATKIN_DEVEL_PREFIX=/home/josephcrandall/Documents/ros_catkin_ws/devel_isolated/cpp_common -DCMAKE_INSTALL_PREFIX=/home/josephcrandall/Documents/ros_catkin_ws/install_isolated -DCMAKE_BUILD_TYPE=Release -G 'Unix Makefiles'
enter code here
Please edit your question and use the "preformatted text" button (101010) to make your post readable.