You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Ubuntu 20, 22 and Fedora we have this compilation error:
/usr/bin/ld: /home/mathildemerle/Dev/MUSICardio4.1/medInria-public_ExtProjs/build/tetgen/lib/libtet.a(tetgen.cxx.o): warning: relocation against `_ZTIi@@CXXABI_1.3' in read-only section `.text.unlikely'
/usr/bin/ld: /home/mathildemerle/Dev/MUSICardio4.1/medInria-public_ExtProjs/build/tetgen/lib/libtet.a(tetgen.cxx.o): relocation R_X86_64_PC32 against symbol `_ZTIi@@CXXABI_1.3' can not be used when making a shared object; recompilé avec -fPIC
/usr/bin/ld : échec de l'édition de liens finale : bad value
Which is due to this synchronisation PR from medInria #845
And specially to:
I edited the diff part with only the remaining problematic code.
The compilation error seems to be due to this PR which has been done on medInria: medInria#1214
On Ubuntu 20, 22 and Fedora we have this compilation error:
Which is due to this synchronisation PR from medInria #845
And specially to:
-> red: does not compile, green: compile
edit: the original diff included medInria#1216 and medInria#1214 but it seems it's the second one that create the compilation error.
The text was updated successfully, but these errors were encountered: