You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On some computers with NVIDIA GPU there is an error when compiling.
On a workstation with a Quadro K2100M it works, on another with a GTX 670 it does not.
Both have CUDA installed as seen when run the compilation with "-v". On both Ubuntu 14.04.05.
It works if compiled without CUDA support.
`
CMake Error at /home/gocarlos/catkin_ws/src/perception_packages/infinitam/InfiniTAM/cmake/CUDACheckCompute.cmake:10 (try_run): Attempt at a recursive or nested TRY_COMPILE in directory
CMake Error: TRY_COMPILE attempt to remove -rf directory that does not contain CMakeTmp:/home/gocarlos/catkin_ws/build/infinitam
CMake Error at /home/gocarlos/catkin_ws/src/perception_packages/infinitam/InfiniTAM/ITMLib/CMakeLists.txt:214 (string):
string sub-command REPLACE requires at least four arguments.
On some computers with NVIDIA GPU there is an error when compiling.
On a workstation with a Quadro K2100M it works, on another with a GTX 670 it does not.
Both have CUDA installed as seen when run the compilation with "-v". On both Ubuntu 14.04.05.
It works if compiled without CUDA support.
`
CMake Error at /home/gocarlos/catkin_ws/src/perception_packages/infinitam/InfiniTAM/cmake/CUDACheckCompute.cmake:10 (try_run): Attempt at a recursive or nested TRY_COMPILE in directory
/home/gocarlos/catkin_ws/build/infinitam
Call Stack (most recent call first): ITMLib/CMakeLists.txt:211 (include)
CMake Error: TRY_COMPILE attempt to remove -rf directory that does not contain CMakeTmp:/home/gocarlos/catkin_ws/build/infinitam
CMake Error at /home/gocarlos/catkin_ws/src/perception_packages/infinitam/InfiniTAM/ITMLib/CMakeLists.txt:214 (string):
string sub-command REPLACE requires at least four arguments.
INFOOpenNI found: FALSE
make: *** [cmake_check_build_system] Error 1
cd /home/gocarlos/catkin_ws/build/infinitam; catkin build --get-env infinitam | catkin env -si /usr/bin/make cmake_check_build_system; cd -
`