shidahe / semidense-lines

Incremental 3D Line Segment Extraction for Surface Reconstruction from Semi-dense SLAM
Other
254 stars 64 forks source link

linking issue on ubuntu 14 #3

Closed kerautret closed 6 years ago

kerautret commented 6 years ago

I have an error when applying the compilation script build.sh:

[  2%] Linking CXX shared library ../lib/libORB_SLAM2.so
/usr/bin/ld : architecture i386:x86-64 du fichier d'entrée « ../Thirdparty/EDLines/EDLinesLib.a(ED.o) » est incompatible avec la sortie i386
shidahe commented 6 years ago

It looks like a 32bit/64bit compatibility issue. The included EdgeDrawing and EDLines executable are 64bit. If you are building on a 32bit system, you may try downloading the 32bit version of EdgeDrawing and EDLines.

kerautret commented 6 years ago

👍thanks that fix the pb perhaps you can mention it in the readme. Now the compilation is done from my ubuntu ;)

shidahe commented 6 years ago

Issue fixed