Results 1 to 4 of 4

Thread: Help, qwt-6.0.1 make on Mac OS X 10.7

  1. #1
    Join Date
    Aug 2011
    Location
    Sydney, Australia
    Posts
    3
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11

    Default Help, qwt-6.0.1 make on Mac OS X 10.7

    Hi there,

    I'm getting the following errors while trying to make qwt-6.0.1 on Mac OS X 10.7:

    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

    any help would be much appreciated...

  2. #2
    Join Date
    Feb 2006
    Location
    Munich, Germany
    Posts
    3,309
    Thanked 879 Times in 827 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Help, qwt-6.0.1 make on Mac OS X 10.7

    Seems you have built Qt without SVG support.

    To solve this problem you can rebuild Qt with SVG support or configure Qwt ( edit qwtconfig.pri ) not to use SVG and MathML.

    Uwe

  3. #3
    Join Date
    Aug 2011
    Location
    Sydney, Australia
    Posts
    3
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11

    Default Re: Help, qwt-6.0.1 make on Mac OS X 10.7

    Thanks Uwe, I'll look it up and report here how I go.

    Quote Originally Posted by Uwe View Post
    Seems you have built Qt without SVG support.

    To solve this problem you can rebuild Qt with SVG support or configure Qwt ( edit qwtconfig.pri ) not to use SVG and MathML.

    Uwe

  4. #4
    Join Date
    Aug 2011
    Location
    Sydney, Australia
    Posts
    3
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11

    Default Re: Help, qwt-6.0.1 make on Mac OS X 10.7

    I've reinstalled the SDK using default settings and and then make & make install went fine (?):

    Qt Code:
    1. cd src/ && make -f Makefile install
    2. rm -f -r "/usr/local/qwt-6.0.1/lib/qwt.framework"
    3. cp -f -R "../lib/qwt.framework" "/usr/local/qwt-6.0.1/lib/qwt.framework"
    4. cp -f -R /Users/yar01a/qwt-6.0.1/doc/html /usr/local/qwt-6.0.1/doc/
    5. cd textengines/ && make -f Makefile install
    6. cd mathml/ && make -f Makefile install
    7. rm -f -r "/usr/local/qwt-6.0.1/lib/qwtmathml.framework"
    8. cp -f -R "../../lib/qwtmathml.framework" "/usr/local/qwt-6.0.1/lib/qwtmathml.framework"
    9. cp -f /Users/yar01a/qwt-6.0.1/textengines/mathml/qwtmathml.prf /usr/local/qwt-6.0.1/features/
    10. cd designer/ && make -f Makefile install
    11. cp -f "plugins/designer/libqwt_designer_plugin.dylib" "/usr/local/qwt-6.0.1/plugins/designer/libqwt_designer_plugin.dylib"
    12. cd examples/ && make -f Makefile install
    13. cd cpuplot/ && make -f Makefile install
    14. make[2]: Nothing to be done for `install'.
    15. cd curvdemo1/ && make -f Makefile install
    16. make[2]: Nothing to be done for `install'.
    17. cd curvdemo2/ && make -f Makefile install
    18. make[2]: Nothing to be done for `install'.
    19. cd friedberg/ && make -f Makefile install
    20. make[2]: Nothing to be done for `install'.
    21. cd sinusplot/ && make -f Makefile install
    22. make[2]: Nothing to be done for `install'.
    23. cd realtime/ && make -f Makefile install
    24. make[2]: Nothing to be done for `install'.
    25. cd refreshtest/ && make -f Makefile install
    26. make[2]: Nothing to be done for `install'.
    27. cd navigation/ && make -f Makefile install
    28. make[2]: Nothing to be done for `install'.
    29. cd plotmatrix/ && make -f Makefile install
    30. make[2]: Nothing to be done for `install'.
    31. cd spectrogram/ && make -f Makefile install
    32. make[2]: Nothing to be done for `install'.
    33. cd rasterview/ && make -f Makefile install
    34. make[2]: Nothing to be done for `install'.
    35. cd tvplot/ && make -f Makefile install
    36. make[2]: Nothing to be done for `install'.
    37. cd bode/ && make -f Makefile install
    38. make[2]: Nothing to be done for `install'.
    39. cd event_filter/ && make -f Makefile install
    40. make[2]: Nothing to be done for `install'.
    41. cd oscilloscope/ && make -f Makefile install
    42. make[2]: Nothing to be done for `install'.
    43. cd svgmap/ && make -f Makefile install
    44. make[2]: Nothing to be done for `install'.
    45. cd sysinfo/ && make -f Makefile install
    46. make[2]: Nothing to be done for `install'.
    47. cd radio/ && make -f Makefile install
    48. make[2]: Nothing to be done for `install'.
    49. cd dials/ && make -f Makefile install
    50. make[2]: Nothing to be done for `install'.
    51. cd sliders/ && make -f Makefile install
    52. make[2]: Nothing to be done for `install'.
    53. cp -f /Users/yar01a/qwt-6.0.1/qwtconfig.pri /usr/local/qwt-6.0.1/features/
    54. cp -f /Users/yar01a/qwt-6.0.1/qwt.prf /usr/local/qwt-6.0.1/features/
    To copy to clipboard, switch view to plain text mode 

    I cannot get the qwt plugin to appear in designer though... Here it says that I have to copy libqwt.*.dylib as well as libqwt_designer_plugin.dylib to corresponding QtCreator.app folders, but it seems libqwt was included in the older versions of qwt, and is now being replaced with qwt.framework?

    so I'm lost again...

Similar Threads

  1. Replies: 6
    Last Post: 10th March 2011, 17:42
  2. Replies: 1
    Last Post: 5th March 2011, 19:23
  3. Replies: 1
    Last Post: 15th December 2010, 14:20
  4. qmake doesn't make a 'make' file
    By elyness in forum Installation and Deployment
    Replies: 1
    Last Post: 4th August 2010, 16:21
  5. Window OS make distclean && qmake && make one line
    By patrik08 in forum General Programming
    Replies: 4
    Last Post: 22nd March 2007, 11:43

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.