OpenSim4.0 - Mac

Provides a real-time, dynamic simulation of arm movement.
POST REPLY
User avatar
Patrick Williamson
Posts: 1
Joined: Sun Nov 01, 2015 8:29 am

OpenSim4.0 - Mac

Post by Patrick Williamson » Tue Oct 23, 2018 6:30 pm

Hello DAS team,

Could you re-compile the mex file for running this model on mac (Opensim 4.0)? Trying to run the "buildmanual.m" with the das3.mex64 file extension, I get this error:

"Undefined function 'das3' for input arguments of type 'struct'.
Error in das3doc_run (line 24)
das3('Initialize',model);
Undefined function 'das3' for input arguments of type 'char'.
Error in das3doc_test (line 20)
das3('vis')"

I'm no an expert, but from my limited research: in Mac, mex files require a ".mexmaci64" extension. I believe it is as simple as recompiling and spitting out the file with the mac extension:

https://stackoverflow.com/questions/279 ... -mexmaci64

Thanks in advance!

POST REPLY