【发布时间】:2019-01-06 04:09:40
【问题描述】:
我正在按照以下说明在 arch 上安装 ros-kinetic: https://gist.github.com/lcpz/0ab75aa5205504ced9f5c11cac10a89e
一切都很好,直到第 9 步出现以下错误:
make: *** [Makefile:163: all] Error 2
<== Failed to process package 'opencv3':
Command '['/opt/ros/kinetic/env.sh', 'make', '-j4', '-l4']' returned non-zero exit status 2
Reproduce this error by running:
==> cd /home/rashik/ros/ros_catkin_ws/build_isolated/opencv3 && /opt/ros/kinetic/env.sh make -j4 -l4
为什么会这样?
【问题讨论】:
标签: opencv cmake installation ros