Errors when run ExampleLuxoMuscle

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Matteo Musso
Posts: 12
Joined: Wed May 23, 2018 3:42 am

Errors when run ExampleLuxoMuscle

Post by Matteo Musso » Sun Nov 18, 2018 4:08 am

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.
Attachments
Errors.PNG
Errors.PNG (348.04 KiB) Viewed 301 times

Tags:

User avatar
Dimitar Stanev
Posts: 1096
Joined: Fri Jan 31, 2014 5:14 am

Re: Errors when run ExampleLuxoMuscle

Post by Dimitar Stanev » Sun Nov 18, 2018 11:50 am

It is possible that the compiler that you use does not provide the glibc library or the library that defines this symbol.

User avatar
Christopher Dembia
Posts: 506
Joined: Fri Oct 12, 2012 4:09 pm

Re: Errors when run ExampleLuxoMuscle

Post by Christopher Dembia » Sun Nov 18, 2018 1:37 pm

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.

User avatar
Matteo Musso
Posts: 12
Joined: Wed May 23, 2018 3:42 am

Re: Errors when run ExampleLuxoMuscle

Post by Matteo Musso » Mon Nov 19, 2018 9:09 am

Yes, I used MinGW; now I'll try with Visual Studio, thanks for the advice!

POST REPLY