strands-project / annotation_tool_kth

MIT License
10 stars 3 forks source link

Invoking "make -j4 -l4" failed #6

Open ldepn opened 5 years ago

ldepn commented 5 years ago

I am trying to build the project on Ubuntu 16.04 with ROS Kinetic and I get the following error:

Scanning dependencies of target std_msgs_generate_messages_eus [ 9%] Built target std_msgs_generate_messages_eus Scanning dependencies of target geometry_msgs_generate_messages_lisp usr/include/boost/type_traits/detail/has_binary_operator.hp:50: Parse error at "BOOST_JOIN" annotation_tool_kth/annotation-tool/src/CMakeFiles/annotation_tool.dir/build.make:82: recipe for target 'annotation_tool_kth/annotation-tool/src/moc_objectsinformation.cxx' failed make[2]: [annotation_tool_kth/annotation-tool/src/moc_objectsinformation.cxx] Error 1 make[2]: Waiting for unfinished jobs.... [ 9%] Built target geometry_msgs_generate_messages_lisp Scanning dependencies of target std_msgs_generate_messages_lisp Scanning dependencies of target sensor_msgs_generate_messages_cpp [ 9%] Built target std_msgs_generate_messages_lisp [ 9%] Built target sensor_msgs_generate_messages_cpp Scanning dependencies of target sensor_msgs_generate_messages_eus Scanning dependencies of target sensor_msgs_generate_messages_lisp usr/include/boost/type_traits/detail/has_binary_operator.hp:50: Parse error at "BOOST_JOIN" annotation_tool_kth/annotation-tool/src/CMakeFiles/annotation_tool.dir/build.make:62: recipe for target 'annotation_tool_kth/annotation-tool/src/moc_mainwindow.cxx' failed make[2]: [annotation_tool_kth/annotation-tool/src/moc_mainwindow.cxx] Error 1 [ 9%] Built target sensor_msgs_generate_messages_eus [ 9%] Built target sensor_msgs_generate_messages_lisp usr/include/boost/type_traits/detail/has_binary_operator.hp:50: Parse error at "BOOST_JOIN" annotation_tool_kth/annotation-tool/src/CMakeFiles/annotation_tool.dir/build.make:72: recipe for target 'annotation_tool_kth/annotation-tool/src/moc_viewerinteractor.cxx' failed make[2]: [annotation_tool_kth/annotation-tool/src/moc_viewerinteractor.cxx] Error 1 CMakeFiles/Makefile2:1255: recipe for target 'annotation_tool_kth/annotation-tool/src/CMakeFiles/annotation_tool.dir/all' failed make[1]: [annotation_tool_kth/annotation-tool/src/CMakeFiles/annotation_tool.dir/all] Error 2 make[1]: Waiting for unfinished jobs.... [ 9%] Built target nav_msgs_generate_messages_py [ 9%] Built target nav_msgs_generate_messages_eus [ 9%] Built target map_msgs_generate_messages_py Makefile:138: recipe for target 'all' failed make: *** [all] Error 2 Invoking "make -j4 -l4" failed

N-G17 commented 4 years ago

@ldepn were you able to solve this error? I am also working on Ubuntu 16.04 with ROS Kinetic and facing a similar error: ~/annotation_tool_kth-master/annotation-tool/build$ make [ 2%] Generating ui_addobjectdialog.h [ 5%] Generating moc_mainwindow.cxx usr/include/boost/type_traits/detail/has_binary_operator.hp:50: Parse error at "BOOST_JOIN" src/CMakeFiles/annotation_tool.dir/build.make:62: recipe for target 'src/moc_mainwindow.cxx' failed make[2]: [src/moc_mainwindow.cxx] Error 1 CMakeFiles/Makefile2:1212: recipe for target 'src/CMakeFiles/annotation_tool.dir/all' failed make[1]: [src/CMakeFiles/annotation_tool.dir/all] Error 2 Makefile:138: recipe for target 'all' failed make: *** [all] Error 2

ldepn commented 4 years ago

@N-G17 sorry, i have give up this code!

N-G17 commented 4 years ago

@ldepn did you find any other source to annotate a pcd file for 3D bounding box of an object?

ldepn commented 4 years ago

@N-G17 https://github.com/yzrobot/cloud_annotation_tool.git I haven't used it yet. You can try it.