Page 1 of 1
Errors when run ExampleLuxoMuscle
Posted: Sun Nov 18, 2018 4:08 am
by matteo.m
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.
Re: Errors when run ExampleLuxoMuscle
Posted: Sun Nov 18, 2018 11:50 am
by mitkof6
It is possible that the compiler that you use does not provide the glibc library or the library that defines this symbol.
Re: Errors when run ExampleLuxoMuscle
Posted: Sun Nov 18, 2018 1:37 pm
by chrisdembia
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.
Re: Errors when run ExampleLuxoMuscle
Posted: Mon Nov 19, 2018 9:09 am
by matteo.m
Yes, I used MinGW; now I'll try with Visual Studio, thanks for the advice!