You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting the following error when building docker container with build.sh.
Step 18 : RUN (mkdir /opencog/ros-behavior-scripting/build; cd /opencog/ros-behavior-scripting/build; cmake ..; make install)
---> Running in 0444d909b053
-- The C compiler identification is GNU 4.8.4
-- The CXX compiler identification is GNU 4.8.4
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
CMake Error at CMakeLists.txt:28 (find_package):
By not providing "Findcatkin.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "catkin", but
CMake did not find one.
Could not find a package configuration file provided by "catkin" with any
of the following names:
catkinConfig.cmake
catkin-config.cmake
Add the installation prefix of "catkin" to CMAKE_PREFIX_PATH or set
"catkin_DIR" to a directory containing one of the above files. If "catkin"
provides a separate development package or SDK, be sure it has been
installed.
-- Configuring incomplete, errors occurred!
See also "/opencog/ros-behavior-scripting/build/CMakeFiles/CMakeOutput.log".
make: *** No rule to make target `install'. Stop.
The command '/bin/sh -c (mkdir /opencog/ros-behavior-scripting/build; cd /opencog/ros-behavior-scripting/build; cmake ..; make install)' returned a non-zero code: 2
build environment:
Docker version 1.12.0-rc3, build 91e29e8, experimental
Darwin 15.6.0 x86_64 i386
The text was updated successfully, but these errors were encountered:
Getting the following error when building docker container with
build.sh
.build environment:
The text was updated successfully, but these errors were encountered: