uzh-rpg / rpg_emvs

Code for the paper "EMVS: Event-based Multi-View Stereo" (IJCV, 2018)
141 stars 51 forks source link

Compile error #5

Open ghost opened 5 years ago

ghost commented 5 years ago

Hello,I am new here,I follow the steps in the readme,then I found the compile error blew. Ubuntu 16.04 ROS Kinetic.

ghost commented 5 years ago

Hello,I am new here,I follow the steps in the readme,then I found the compile error blew.

Ubuntu 16.04 ROS Kinetic.

Profile: default

Extending: [explicit] /opt/ros/kinetic Workspace: /home/w/emvs_ws

Build Space: [exists] /home/w/emvs_ws/build

Devel Space: [exists] /home/w/emvs_ws/devel Install Space: [unused] /home/w/emvs_ws/install Log Space: [exists] /home/w/emvs_ws/logs Source Space: [exists] /home/w/emvs_ws/src DESTDIR: [unused] None

Devel Space Layout: merged

Install Space Layout: None

Additional CMake Args: -DCMAKE_BUILD_TYPE=Release

Additional Make Args: None Additional catkin Make Args: None Internal Make Job Server: True Cache Job Environments: False

Whitelisted Packages: None

Blacklisted Packages: None

Workspace configuration appears valid.

[build] Found '18' packages in 0.0 seconds. [build] Package table is up to date. Starting >>> catkin_simple Finished <<< catkin_simple [ 0.1 seconds ] Starting >>> cnpy_catkin Starting >>> dvs_msgs Starting >>> eigen_catkin Starting >>> gflags_catkin Finished <<< gflags_catkin [ 0.1 seconds ] Starting >>> glog_catkin Finished <<< cnpy_catkin [ 0.1 seconds ] Starting >>> cartesian3dgrid Finished <<< dvs_msgs [ 0.2 seconds ] Finished <<< eigen_catkin [ 0.1 seconds ]

Errors << glog_catkin:make /home/w/emvs_ws/logs/glog_catkin/build.make.001.log /bin/sh: 1: autoreconf: not found make[2]: [glog_src-prefix/src/glog_src-stamp/glog_src-configure] Error 127 make[1]: [CMakeFiles/glog_src.dir/all] Error 2 make: *** [all] Error 2 cd /home/w/emvs_ws/build/glog_catkin; catkin build --get-env glog_catkin | catkin env -si /usr/bin/make --jobserver-fds=6,7 -j; cd - ..................................................................................................... Failed << glog_catkin:make [ Exited with code 2 ] Failed <<< glog_catkin [ 0.1 seconds ] Abandoned <<< eigen_checks [ Unrelated job failed ] Abandoned <<< minkindr [ Unrelated job failed ] Abandoned <<< mapper_emvs [ Unrelated job failed ] Finished <<< cartesian3dgrid [ 0.1 seconds ] [build] Summary: 6 of 10 packages succeeded. [build] Ignored: 8 packages were skipped or are blacklisted. [build] Warnings: None. [build] Abandoned: 3 packages were abandoned. [build] Failed: 1 packages failed. [build] Runtime: 0.5 seconds total.

PascPeli commented 5 years ago

Hello happy-wongyi,

Have you resolved this issue? If yes, how?

supitalp commented 5 years ago

Hello, It seems like autoconf is missing. You can install it as follows:

sudo apt-get install autoconf

Hope that helps.