PoseCNN
PoseCNN copied to clipboard
Problem building kinect fusion
I have a problem building kinect fusion. I have installed Cuda 9.0 & Cudnn 7.0,eigen 3.2.90, pangolin and boost 1.67.0. cmake command is executed however executing make command following errors are showing. I guess these are eigen errors. Please help @Kaju-Bubanja @yuxng 12 errors detected in the compilation of "/tmp/tmpxft_00003794_00000000-6_fusion.cpp1.ii".
--error 0x1 --
CMake Error at kfusion_generated_fusion.cu.o.cmake:266 (message): Error generating file /home/abdulrehman/PoseCNN/lib/kinect_fusion/build/CMakeFiles/kfusion.dir/src/fusion/./kfusion_generated_fusion.cu.o
CMakeFiles/kfusion.dir/build.make:63: recipe for target 'CMakeFiles/kfusion.dir/src/fusion/kfusion_generated_fusion.cu.o' failed make[2]: *** [CMakeFiles/kfusion.dir/src/fusion/kfusion_generated_fusion.cu.o] Error 1 CMakeFiles/Makefile2:104: recipe for target 'CMakeFiles/kfusion.dir/all' failed make[1]: *** [CMakeFiles/kfusion.dir/all] Error 2 Makefile:83: recipe for target 'all' failed make: *** [all] Error 2
Try eigen3 with version >=3.3
I am trying eigen 3.3.90, I used Eigen 3.2.92 before . the problem is solved. thanks !!! @MaverickPeter
How can you install the eigen3.3.90? I get the same problem and don't know how to solve this.I have install the eigen3.3.7 .
@YongLD wget https://bitbucket.org/eigen/eigen/get/3.3.0.zip
Install it with: cd eigen mkdir build && cd build cmake .. make sudo make install
Compile lib/kinect_fusion error
make[2]: *** No rule to make target '/home/swj/下载/Pangolin/build/src/libpangolin.so', needed by 'kinectFusion'。 停止。 CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/kinectFusion.dir/all' failed make[1]: *** [CMakeFiles/kinectFusion.dir/all] Error 2 Makefile:83: recipe for target 'all' failed make: *** [all] Error 2 how to solve this problem ?thank you very much
I have solved this problem
I get the following error:
--error 0x1 --
CMake Error at kfusion_generated_voxelGrid.cu.o.Release.cmake:219 (message): Error generating /home/mama1123/workspace/pose_estimation/PoseCNN/lib/kinect_fusion/build/CMakeFiles/kfusion.dir/src/voxel/./kfusion_generated_voxelGrid.cu.o
CMakeFiles/kfusion.dir/build.make:161: recipe for target 'CMakeFiles/kfusion.dir/src/voxel/kfusion_generated_voxelGrid.cu.o' failed make[2]: *** [CMakeFiles/kfusion.dir/src/voxel/kfusion_generated_voxelGrid.cu.o] Error 1 CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/kfusion.dir/all' failed make[1]: *** [CMakeFiles/kfusion.dir/all] Error 2 Makefile:83: recipe for target 'all' failed make: *** [all] Error 2
my eigen version is 3.3.0 - do you have any ideas how to fix that problem?