jserv / lsd_slam

LSD-SLAM
GNU General Public License v3.0
49 stars 41 forks source link

/usr/bin/ld: can not found -lcsparse #9

Open nanoahSR opened 5 years ago

nanoahSR commented 5 years ago

Scanning dependencies of target lsdslam [ 3%] Building CXX object CMakeFiles/lsdslam.dir/GUI.cpp.o [ 7%] Linking CXX shared library ../lib/liblsdslam.so /usr/bin/ld: can not found -lcsparse collect2: error: ld returned 1 exit status CMakeFiles/lsdslam.dir/build.make:451: recipe for target '../lib/liblsdslam.so' failed make[3]: [../lib/liblsdslam.so] Error 1 CMakeFiles/Makefile2:72: recipe for target 'CMakeFiles/lsdslam.dir/all' failed make[2]: [CMakeFiles/lsdslam.dir/all] Error 2 CMakeFiles/Makefile2:121: recipe for target 'CMakeFiles/LSD.dir/rule' failed make[1]: [CMakeFiles/LSD.dir/rule] Error 2 Makefile:131: recipe for target 'LSD' failed make: [LSD] Error 2

sfchng commented 3 years ago

I encountered the same problem. Did you manage to resolve the problem?