-
Notifications
You must be signed in to change notification settings - Fork 64
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
filepaths for Window #216
Comments
Hmm interesting, so MATLAB builds and the test suite runs fine? The error that I am having is related to the library crashing. In other words, it's actually finding all the library paths correctly (I double checked) but when it tries to load them we have a crash |
Now it seems to be having issues... Is there any support for what to do when I receive the following error?
|
Yes, everything seemed to be fine with this approach at one point. Now having more issues... |
Based on my comment here, I would like to point out that the filepath conventions as used by MATLAB.jl don't really seem to work with Windows. I had to manually hardcode a few places:
build.jl
:MATLAB.jl
I just needed a quick fix, and this seemed to work for me.
The text was updated successfully, but these errors were encountered: