Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

avoid mex files in the ni2/private directory #1

Open
robertoostenveld opened this issue Mar 28, 2022 · 0 comments
Open

avoid mex files in the ni2/private directory #1

robertoostenveld opened this issue Mar 28, 2022 · 0 comments

Comments

@robertoostenveld
Copy link
Member

I am getting this error

Invalid MEX-file '/Users/roboos/Documents/werk/teaching/cns/2122-neuroimaging2/brightspace/ni2/private/ltrisect.mexmaci64':
dlopen(/Users/roboos/Documents/werk/teaching/cns/2122-neuroimaging2/brightspace/ni2/private/ltrisect.mexmaci64, 0x0006): Library not loaded: @loader_path/libmex.dylib
  Referenced from: /Users/roboos/Documents/werk/teaching/cns/2122-neuroimaging2/brightspace/ni2/private/ltrisect.mexmaci64
  Reason: tried: '/Users/roboos/Documents/werk/teaching/cns/2122-neuroimaging2/brightspace/ni2/private/libmex.dylib' (no such file), '/usr/local/lib/libmex.dylib' (no such file), '/usr/lib/libmex.dylib' (no such
  file)
Error in intersect_plane (line 43)
    cnt1(i,:) = ltrisect(v1, v2, v3, l1, l2);
Error in ni2_sensors (line 38)
    [x, y, z, chanpos, tri] = intersect_plane(chanpos, tri, [0 0 0], [1 0 0], [0 1 0]); 

It should not be needed to have mex files in the "ni2" package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant