-
Notifications
You must be signed in to change notification settings - Fork 228
Description
Hello guys
I am trying to build this package using catkin_make and its failing here :
[ 2%] Built target sensor_msgs_generate_messages_py
[ 2%] Performing build step for 'ardronelib'
make[3]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
Libs already extracted
Building target static
[ 2%] Built target _cvg_sim_gazebo_plugins_generate_messages_check_deps_SetBias
Architecture x86_64 is already built
Creating universal static lib file from architectures x86_64
Build done.
Building ARDroneTool/Lib
Building ARDroneTool/Lib
[ 2%] Performing install step for 'ardronelib'
make[3]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
[ 2%] Completed 'ardronelib'
[ 3%] Built target ardronelib
Makefile:138: recipe for target 'all' failed
make: *** [all] Error 2
Invoking "make -j4 -l4" failed
I am following this tutorial : http://wiki.ros.org/tum_simulator
ROS: Kinetic
any suggestions !
Thanks