weigao95 / surfelwarp

SurfelWarp: Efficient Non-Volumetric Dynamic Reconstruction
https://sites.google.com/view/surfelwarp/home
BSD 3-Clause "New" or "Revised" License
276 stars 71 forks source link

make #41

Closed shugao1 closed 4 years ago

shugao1 commented 4 years ago

gyc@3Dre:~/桌面/3D/surfelwarp/build$ cmake .. -- Found OpenMP_C: -fopenmp
-- Found OpenMP_CXX: -fopenmp
-- Found OpenMP: TRUE
-- Configuring done -- Generating done -- Build files have been written to: /home/gyc/桌面/3D/surfelwarp/build gyc@3Dre:~/桌面/3D/surfelwarp/build$ make [ 1%] Building NVCC (Device) object common/CMakeFiles/common_lib.dir/common_lib_generated_sanity_check.cu.o cc: error trying to exec 'cc1plus': execvp: 没有那个文件或目录 CMake Error at common_lib_generated_sanity_check.cu.o.cmake:220 (message): Error generating /home/gyc/桌面/3D/surfelwarp/build/common/CMakeFiles/common_lib.dir//./common_lib_generated_sanity_check.cu.o

common/CMakeFiles/common_lib.dir/build.make:108: recipe for target 'common/CMakeFiles/common_lib.dir/common_lib_generated_sanity_check.cu.o' failed make[2]: [common/CMakeFiles/common_lib.dir/common_lib_generated_sanity_check.cu.o] Error 1 CMakeFiles/Makefile2:337: recipe for target 'common/CMakeFiles/common_lib.dir/all' failed make[1]: [common/CMakeFiles/common_lib.dir/all] Error 2 Makefile:100: recipe for target 'all' failed make: *** [all] Error 2

shugao1 commented 4 years ago

gyc@3Dre:~/桌面/3D/surfelwarp/build$ cmake .. -- Found OpenMP_C: -fopenmp -- Found OpenMP_CXX: -fopenmp -- Found OpenMP: TRUE -- Configuring done -- Generating done -- Build files have been written to: /home/gyc/桌面/3D/surfelwarp/build gyc@3Dre:~/桌面/3D/surfelwarp/build$ make [ 1%] Building NVCC (Device) object common/CMakeFiles/common_lib.dir/common_lib_generated_sanity_check.cu.o cc: error trying to exec 'cc1plus': execvp: 没有那个文件或目录 CMake Error at common_lib_generated_sanity_check.cu.o.cmake:220 (message): Error generating /home/gyc/桌面/3D/surfelwarp/build/common/CMakeFiles/common_lib.dir//./common_lib_generated_sanity_check.cu.o

common/CMakeFiles/common_lib.dir/build.make:108: recipe for target 'common/CMakeFiles/common_lib.dir/common_lib_generated_sanity_check.cu.o' failed make[2]: [common/CMakeFiles/common_lib.dir/common_lib_generated_sanity_check.cu.o] Error 1 CMakeFiles/Makefile2:337: recipe for target 'common/CMakeFiles/common_lib.dir/all' failed make[1]: [common/CMakeFiles/common_lib.dir/all] Error 2 Makefile100 recipe for target 'all'

wangmiaowei commented 3 years ago

Have you solved this error? I am also meeting it and really need help.