Hello,
has anyone already had success to get Qwt (I'm using the qwt-6.1-multiaxes branch) working with Qt 5.5 under Mac OS X 10.11.2?
Compilation was no problem, but when I try to start one of the examples, the program crashed with the following output:
Starting /Users/.../qwt-6.1-multiaxes/examples/bin/sinusplot.app/Contents/MacOS/sinusplot...
dyld: Library not loaded: libqwt.so.6.3
Referenced from: /Users/.../qwt-6.1-multiaxes/examples/bin/sinusplot.app/Contents/MacOS/sinusplot
Reason: image not found
Ok, so the problem seems to be that the program is not able to find the dylib. Compiling qwt with unmodified qwtconfig.pri produces
qwt.framework
qwtmathml.framework
in /usr/local/qwt-6.3.0-svn/lib.
Manually setting DYLD_LIBRARY_PATH to /usr/local/qwt-6.3.0-svn/lib does not help.
I assume, the problem is something related to System Integrity Protection settings?
Do I have to copy the qwt.framework to another location?
Also tried using qwt under Ubuntu 15.10, this works flawlessly.
Any help is greatly appreciated...
Bookmarks