Issue with libeng.dylib
23 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi everybody,
I'm trying to run a QT Creator Project using some MATLAB libraries. Some of the .cpp files include header files such as mex.h, matrix.h, engine.h. I have in a .pro file for it
LIBS += /Applications/MATLAB_R2018a.app/bin/maci64/ -leng -lmat -lmex -lmx -lm -lut -lstdc++
but when I go to run the project, the terminal outputs
dyld: Library not loaded: @rpath/libeng.dylib
Referenced from: * project path *
Reason: image not found
Press <RETURN> to close this window...
If anybody could offer any insight on what this means and how I could probably fix the problem, I would greatly appreciate it. I've used MATLAB the programming language a few years ago, but this stuff I'm fairly new with. Thanks!
Risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!