I'm trying to install QWT on a Mac running OS 10.6. I installed QT 4.6.0 using the .dmg files available from Nokia's website. I extracted QWT, opened terminal and ran the following commands (as recommended in the INSTALL file):
qmake -spec macx-g++
make
Unfortunately make doesn't complete successfully. I get the following output:
......
rm -f qwtmathml qwtmathml.framework/qwtmathml ../../lib/qwtmathml.framework/qwtmathml
linking ../../lib/qwtmathml.framework/qwtmathml
ld: file not found: QtSvg.framework/Versions/4/QtSvg for architecture x86_64
collect2: ld returned 1 exit status
make[2]: *** [../../lib/qwtmathml.framework/qwtmathml] Error 1
make[1]: *** [sub-mathml-make_default] Error 2
make: *** [sub-textengines-make_default-ordered] Error 2
I tried the same with the SDK version of QT. The only difference is that the architecture specified is then i386.
I've tried a number of things, and I've googled like crazy, but I haven't been able to find a solution to the problem. I'm also new to Mac, QT and QWT so if someone could nudge me in the right direction, it would be much appreciated.


Reply With Quote
Bookmarks