Hi all, i'm tring to run the "LuxoMuscle_create_and_simulate.cpp" but i get these errors, in the immage below. Unfortunately I usually use Matlab, so I don't know c++ very well, and so i don't know how to fix these errors. Can i also ask you to share the .osim files of LuxoMuscle example if you have it, please?
Thanks in advance for your reply.
Errors when run ExampleLuxoMuscle
- Matteo Musso
- Posts: 12
- Joined: Wed May 23, 2018 3:42 am
- Dimitar Stanev
- Posts: 1096
- Joined: Fri Jan 31, 2014 5:14 am
Re: Errors when run ExampleLuxoMuscle
It is possible that the compiler that you use does not provide the glibc library or the library that defines this symbol.
- Christopher Dembia
- Posts: 506
- Joined: Fri Oct 12, 2012 4:09 pm
Re: Errors when run ExampleLuxoMuscle
Matteo, what platform are you using? I think you are using MinGW on Windows. We do not test OpenSim with the MinGW compiler toolchain on Windows. Consider using Visual Studio instead, as the instructions on the README describe.
- Matteo Musso
- Posts: 12
- Joined: Wed May 23, 2018 3:42 am
Re: Errors when run ExampleLuxoMuscle
Yes, I used MinGW; now I'll try with Visual Studio, thanks for the advice!