shidahe/semidense-lines

linking issue on ubuntu 14

kerautret opened this issue · 3 comments

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

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.

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

Issue fixed