Hi,
i want to install the biomechanical toolkit to matlab (2020b). I am using MacOs 10.15.7. However, i get this error about missing libraries:
Invalid MEX-file '/Users/jakobketterer/Documents/MATLAB/btk/btkReadAcquisition.mexmaci64':
dlopen(/Users/jakobketterer/Documents/MATLAB/btk/btkReadAcquisition.mexmaci64, 6): Library not loaded:
@loader_path/libmex.dylib
Referenced from: /Users/jakobketterer/Documents/MATLAB/btk/btkReadAcquisition.mexmaci64
Reason: image not found
When i copy the 'libmex.dylib' file from fullfile(matlabroot, 'bin/maci64/libmex.dylib') and place it in the folder of the toolbox, another error appears asking for the 'libeng.dylib' file. After copying this, the follwoing error is shown:
Invalid MEX-file '/Users/jakobketterer/Documents/MATLAB/btk/btkReadAcquisition.mexmaci64':
dlopen(/Users/jakobketterer/Documents/MATLAB/btk/btkReadAcquisition.mexmaci64, 6): Symbol not found:
__ZN8Mlm_file11get_aspectsERiS0_S0_RbS1_S1_
Referenced from: /Users/jakobketterer/Documents/MATLAB/btk/libmex.dylib
Expected in: /Applications/MATLAB_R2020b.app/bin/maci64/libmwm_dispatcher.dylib
in /Users/jakobketterer/Documents/MATLAB/btk/libmex.dylib
0 Comments
Sign in to comment.