pyomeca / ezc3d

Easy to use C3D reader/writer for C++, Python and Matlab
https://pyomeca.github.io/Documentation/ezc3d/index.html
MIT License
142 stars 45 forks source link

Mex files are not created #260

Closed monsitacatalina closed 2 years ago

monsitacatalina commented 2 years ago

I'm traying to use the commands of the ezc3d library but I can't install it, I'm doing with cmake and visual studio but when I start to compiller the "install" file it doesn't complete the process

monsitacatalina commented 2 years ago

2022-06-21 (1)

pariterre commented 2 years ago

I suspect that your problem is related to the admin rights and/or the place it tries to install. Could you show me the values of the CMake?

monsitacatalina commented 2 years ago

@pariterre 2022-06-22 (1) 2022-06-22 (2) 2022-06-22

pariterre commented 2 years ago

Yep, your problem is the CMAKE_INSTALL_PREFIX and Matlab_ezc3d_INSTALL_DIR which points to folder you need admin rights. Either you change these folder to something without this level of rights or you launch Visual Studio with admin rights

monsitacatalina commented 2 years ago

@pariterre I change the folder and its ok!!! thanks