ORB_SLAM3 icon indicating copy to clipboard operation
ORB_SLAM3 copied to clipboard

Error with ./build.sh, All the third parties are building fine but ORB SLAM is causing the failure

Open chetanpandey1266 opened this issue 2 years ago • 4 comments


 30%] Linking CXX shared library ../../../Thirdparty/g2o/lib/libg2o.so
[ 30%] Built target g2o
make[2]: *** [CMakeFiles/ORB_SLAM3.dir/build.make:90: CMakeFiles/ORB_SLAM3.dir/src/Tracking.cc.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:148: CMakeFiles/ORB_SLAM3.dir/all] Error 2
make: *** [Makefile:91: all] Error 2

chetanpandey1266 avatar Aug 15 '23 15:08 chetanpandey1266

image

chetanpandey1266 avatar Aug 15 '23 15:08 chetanpandey1266

Even tried the release version 1.0 but that too is not working and kind of giving the same error

chetanpandey1266 avatar Aug 15 '23 19:08 chetanpandey1266

Just clone the fork from #798 , it solves all the major build issues

aPR0T0 avatar Aug 23 '23 13:08 aPR0T0

Replace c++11 to c++14 everywhere in the package

gautam-sh avatar Sep 20 '23 12:09 gautam-sh