PoseCNN icon indicating copy to clipboard operation
PoseCNN copied to clipboard

Problem building kinect fusion

Open arehmanAzam opened this issue 7 years ago • 7 comments

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

arehmanAzam avatar Oct 17 '18 09:10 arehmanAzam

Try eigen3 with version >=3.3

MaverickPeter avatar Oct 22 '18 04:10 MaverickPeter

I am trying eigen 3.3.90, I used Eigen 3.2.92 before . the problem is solved. thanks !!! @MaverickPeter

iris0329 avatar Dec 28 '18 03:12 iris0329

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 avatar Jan 06 '19 06:01 YongLD

@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

Luedeke avatar Jan 09 '19 13:01 Luedeke

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

yunxijun avatar Apr 12 '19 08:04 yunxijun

I have solved this problem

yunxijun avatar Apr 12 '19 08:04 yunxijun

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?

marmas92 avatar Aug 29 '19 14:08 marmas92