Hi: thanks for your reply. I first used the "impatient mode"
in the guide and got the problem previously described. After that, I tried with cmake-gui, and it wasn't able to find the simbody location, no matter if I force its location or leave it empty. Then, I took the time, read the cmake process, and I forced the rout to matlab. It correctly found maltab and installation whent well.
Then, at the ctest instance, got the following errors:
The following tests FAILED:
Code: Select all
92 - python_tests (Failed)
93 - python_examples (Failed)
99 - Java_TestTables (Failed)
102 - Java_TestC3DFileAdapter (Failed)
105 - Matlab_wiringInputsAndOutputsWithTableReporter (Failed)
106 - Matlab_RunHopper_answers (Failed)
107 - Matlab_RunHopperWithDevice_answers (Failed)
113 - Matlab_testOsimC3D (Failed)
Then, when trying to install the pyton bindings, got the following
Code: Select all
$ python setup.py
Traceback (most recent call last):
File "setup.py", line 12, in <module>
exec(compile(open('opensim/version.py').read(), 'opensim/version.py', 'exec'))
FileNotFoundError: [Errno 2] No such file or directory: 'opensim/version.py'
and naturally, wasn't able to run the examples.
Additionally, couldn't run the matlab scripts, but I didin't had time to see many details on it.
Any suggest? thanks!
Esteban