SpectacularAI / HybVIO

HybVIO visual-inertial odometry and SLAM system
https://arxiv.org/abs/2106.11857
GNU General Public License v3.0
450 stars 92 forks source link

cmake problem #17

Closed dean1314 closed 2 years ago

dean1314 commented 2 years ago

hello Thank for you sharing so good job I build on ubuntu1804 system When I cmake the project after finished the build.sh file, I encoutered the problem so follow: Selection_144

dean1314 commented 2 years ago

anyone who encountered this problem? I used vim command to changed the format of mobile-cv-suite-config.cmake file as unix and it's still not work.

oseiskar commented 2 years ago

Seems like this symlink is not working on your machine for some reason. I would first recommend making a fresh clone with git clone --recrusive https://github.com/SpectacularAI/HybVIO.git and, if that does not help, then installing a more recent version of CMake

dean1314 commented 2 years ago

thanks, I've solved this issue.

X-NEARS commented 2 years ago

could you tell me how to solve this same problem, thanks a lot

gcc -O3 -fexceptions -fPIC "" -c SuiteSparse_config.c gcc: error: : There is no such file or directory Makefile:28: recipe for target 'SuiteSparse_config.o' failed make: *** [SuiteSparse_config.o] Error 1