Home › Forum › SOFA › Building SOFA › [SOLVED] Building SOFA problems
Tagged: 64_bits, building sofa, GCC, Linux_mint, SOFA_1806
- This topic has 6 replies, 3 voices, and was last updated 6 years, 7 months ago by
Hugo.
-
AuthorPosts
-
23 March 2019 at 02:27 #13248
Wendy María Arango
BlockedHi,
I hope you’re doing fine 🙂
It happens I cannot build SOFA, don’t get why. I’ve tried it in some other computers and it works fine, but when trying to build it on mine, it just crashes 🙁
SofaKernel/SofaFramework/SofaCore/CMakeFiles/SofaCore.dir/objectmodel/ClassInfo.cpp.o /home/gwen/Documents/sofa/src/SofaKernel/framework/sofa/core/objectmodel/BaseClass.cpp:49:23: error: use of undeclared identifier 'abi' char* allocname = abi::__cxa_demangle(t.name(), 0, /*&length*/0, &status); ^ 1 error generated. make[2]: *** [SofaKernel/SofaFramework/SofaCore/CMakeFiles/SofaCore.dir/objectmodel/BaseClass.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [SofaKernel/SofaFramework/SofaCore/CMakeFiles/SofaCore.dir/all] Error 2 make: *** [all] Error 2That’s the problem I have. Not pretty sure what ‘abi’ means… Any help?
Btw, I’m working on Linux Mint 🙂
Thanks.
24 March 2019 at 21:07 #13250Hugo
KeymasterHi @warango
Good to hear from you again.
Another member of the community @xutian got the same problem as you. See my reply here online.Let me know if it helps.
BestHugo
25 March 2019 at 06:14 #13252Binesh
Blocked***Happy New Year To All Iranian Contributors In SOFA Forum***
Hi @warango
Do you use the clang compiler? what is your clang compiler version?25 March 2019 at 13:37 #13253Hugo
KeymasterHappy New Year @secretdevil ! I just learned last week about the Iranian new year.
Thanks for your support.Hugo
25 March 2019 at 20:36 #13256Wendy María Arango
BlockedHi there! Happy new year! Thanks Binesh and Hugo for your replies.
I’m not completely sure what happened, it was neither because of Clang nor because of Boost.
I had to add this line to
BaseClass.cpp#include <cxxabi.h>And then, everything just got fine.
I hope this can be helpful for anyone else who faces this problem…
¡Muchas gracias! Thanks a lot 🙂
26 March 2019 at 09:23 #13258Hugo
KeymasterNice to hear thanks for sharing your solution Wendy!
Good luck in your next steps, keep us updated!Hugo
27 March 2019 at 10:45 #13274 -
AuthorPosts
- You must be logged in to reply to this topic.
