ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

CATKIN MAKE ERROR "make -j4 -l4" failed

asked 2017-01-19 14:54:27 -0500

bonzi gravatar image

I am new to ubuntu operating system. And I am trying to install and run RGBDSLAM on ubuntu 16.04LTS following the guidelines on this webpage here. The installation procedure works fine until I insert the command of catkin_make. This is the error that I received.

Base path: /home/adil/rgbdslam_catkin_ws
Source space: /home/adil/rgbdslam_catkin_ws/src
Build space: /home/adil/rgbdslam_catkin_ws/build
Devel space: /home/adil/rgbdslam_catkin_ws/devel
Install space: /home/adil/rgbdslam_catkin_ws/install
####
#### Running command: "make cmake_check_build_system" in "/home/adil/rgbdslam_catkin_ws/build"
####
####
#### Running command: "make -j4 -l4" in "/home/adil/rgbdslam_catkin_ws/build"
####
[  0%] Built target _rgbdslam_generate_messages_check_deps_rgbdslam_ros_ui_s
[  0%] Built target _rgbdslam_generate_messages_check_deps_rgbdslam_ros_ui_b
[  0%] Built target _rgbdslam_generate_messages_check_deps_rgbdslam_ros_ui_f
[  0%] Built target _rgbdslam_generate_messages_check_deps_rgbdslam_ros_ui
[  5%] Built target rgbdslam_generate_messages_lisp
[ 16%] Built target siftgpu_proj
[ 23%] Built target rgbdslam_generate_messages_eus
[ 29%] Built target rgbdslam_generate_messages_cpp
[ 35%] Built target rgbdslam_generate_messages_nodejs
[ 42%] Built target rgbdslam_generate_messages_py
[ 42%] Built target rgbdslam_gencpp
[ 42%] Built target rgbdslam_generate_messages
[ 43%] Generating src/moc_ros_service_ui.cxx
[ 45%] Generating src/moc_qtros.cxx
[ 46%] Generating src/moc_openni_listener.cxx
[ 47%] Generating src/moc_qt_gui.cxx
usr/include/boost/type_traits/detail/has_binary_operator.hp:50: Parse error at "BOOST_JOIN"
rgbdslam_v2-hydro/CMakeFiles/rgbdslam.dir/build.make:62: recipe for target 'rgbdslam_v2-hydro/src/moc_qtros.cxx' 
failed
make[2]: *** [rgbdslam_v2-hydro/src/moc_qtros.cxx] Error 1
make[2]: *** Waiting for unfinished jobs....
usr/include/boost/type_traits/detail/has_binary_operator.hp:50: Parse error at "BOOST_JOIN"
rgbdslam_v2-hydro/CMakeFiles/rgbdslam.dir/build.make:87: recipe for target 'rgbdslam_v2-hydro/src
/moc_ros_service_ui.cxx' failed 
make[2]: *** [rgbdslam_v2-hydro/src/moc_ros_service_ui.cxx] Error 1
usr/include/boost/type_traits/detail/has_binary_operator.hp:50: Parse error at "BOOST_JOIN"
rgbdslam_v2-hydro/CMakeFiles/rgbdslam.dir/build.make:72: recipe for target 'rgbdslam_v2-hydro/src/moc_qt_gui.cxx' 
failed
make[2]: *** [rgbdslam_v2-hydro/src/moc_qt_gui.cxx] Error 1
usr/include/boost/type_traits/detail/has_binary_operator.hp:50: Parse error at "BOOST_JOIN"
rgbdslam_v2-hydro/CMakeFiles/rgbdslam.dir/build.make:67: recipe for target 'rgbdslam_v2-hydro/src   
/moc_openni_listener.cxx' failed
make[2]: *** [rgbdslam_v2-hydro/src/moc_openni_listener.cxx] Error 1
CMakeFiles/Makefile2:3158: recipe for target 'rgbdslam_v2-hydro/CMakeFiles/rgbdslam.dir/all' failed
make[1]: *** [rgbdslam_v2-hydro/CMakeFiles/rgbdslam.dir/all] Error 2
Makefile:138: recipe for target 'all' failed
make: *** [all] Error 2
Invoking "make -j4 -l4" failed

This problem has got me hanging for long time. And I am not able to proceed forward with anything. Kindly advise in this problem.

edit retag flag offensive close merge delete

Comments

Hi guys! I have the same error, and I tried to solve it following the guide in the github issue forum; actually, it didn't work and I don't know why. Do you have any suggestions?

alessiadele gravatar image alessiadele  ( 2018-12-03 09:28:48 -0500 )edit

2 Answers

Sort by ยป oldest newest most voted
0

answered 2017-01-20 08:31:12 -0500

"Duplicate" of this github issue

edit flag offensive delete link more
0

answered 2017-01-19 17:05:19 -0500

Second result on google looking for "Parse error at BOOS_JOIN"

http://answers.ros.org/question/23378...

Did you try that?

edit flag offensive delete link more

Comments

I tried to find the qnode.cpp file. But i could not locate that file.

bonzi gravatar image bonzi  ( 2017-01-19 19:41:55 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2017-01-19 14:54:27 -0500

Seen: 9,909 times

Last updated: Jan 20 '17