Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. How to compile and run qwt-6.1-multiaxes for Mac using Qt5.14.2 Translate to English
Forum Update on Monday, May 27th 2025

How to compile and run qwt-6.1-multiaxes for Mac using Qt5.14.2 Translate to English

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
mac
6 Posts 2 Posters 535 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Z Offline
    Z Offline
    zjtggssg
    wrote on 27 Jun 2023, 13:17 last edited by
    #1

    I'm running qwt-6.1-multiaxes with Qt5.14.2 and I'm getting the following error, I've tried many ways to solve it, I hope someone can help me.

    dyld[2673]: Library not loaded: libqwt.so.6.4
      Referenced from: <814D5A65-3344-3D89-9277-D492D2DACE19> /Users/Desktop/build-qwt-Desktop_Qt_5_14_2_clang_64bit-Release/examples/bin/animation.app/Contents/MacOS/animation
      Reason: tried: '/Users/Qt5.14.2/5.14.2/clang_64/lib/libqwt.so.6.4' (no such file), 'libqwt.so.6.4' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibqwt.so.6.4' (no such file), 'libqwt.so.6.4' (no such file), '/usr/local/lib/libqwt.so.6.4' (no such file), '/usr/lib/libqwt.so.6.4' (no such file, not in dyld cache), '/Users/Qt5.14.2/5.14.2/clang_64/lib/libqwt.so.6.4' (no such file), '/Users/Desktop/build-qwt-Desktop_Qt_5_14_2_clang_64bit-Release/examples/bin/animation.app/Contents/MacOS/libqwt.so.6.4' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/Users/Desktop/build-qwt-Desktop_Qt_5_14_2_clang_64bit-Release/examples/bin/animation.app/Contents/MacOS/libqwt.so.6.4' (no such file), '/Users/Desktop/build-qwt-Desktop_Qt_5_14_2_clang_64bit-Release/examples/bin/animation.app/Contents/MacOS/libqwt.so.6.4' (no such file), '/usr/local/lib/libqwt.so.6.4' (no such file), '/usr/lib/libqwt.so.6.4' (no such file, not in dyld cache)
    
    S 1 Reply Last reply 27 Jun 2023, 19:22
    0
    • Z zjtggssg
      27 Jun 2023, 13:17

      I'm running qwt-6.1-multiaxes with Qt5.14.2 and I'm getting the following error, I've tried many ways to solve it, I hope someone can help me.

      dyld[2673]: Library not loaded: libqwt.so.6.4
        Referenced from: <814D5A65-3344-3D89-9277-D492D2DACE19> /Users/Desktop/build-qwt-Desktop_Qt_5_14_2_clang_64bit-Release/examples/bin/animation.app/Contents/MacOS/animation
        Reason: tried: '/Users/Qt5.14.2/5.14.2/clang_64/lib/libqwt.so.6.4' (no such file), 'libqwt.so.6.4' (no such file), '/System/Volumes/Preboot/Cryptexes/OSlibqwt.so.6.4' (no such file), 'libqwt.so.6.4' (no such file), '/usr/local/lib/libqwt.so.6.4' (no such file), '/usr/lib/libqwt.so.6.4' (no such file, not in dyld cache), '/Users/Qt5.14.2/5.14.2/clang_64/lib/libqwt.so.6.4' (no such file), '/Users/Desktop/build-qwt-Desktop_Qt_5_14_2_clang_64bit-Release/examples/bin/animation.app/Contents/MacOS/libqwt.so.6.4' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/Users/Desktop/build-qwt-Desktop_Qt_5_14_2_clang_64bit-Release/examples/bin/animation.app/Contents/MacOS/libqwt.so.6.4' (no such file), '/Users/Desktop/build-qwt-Desktop_Qt_5_14_2_clang_64bit-Release/examples/bin/animation.app/Contents/MacOS/libqwt.so.6.4' (no such file), '/usr/local/lib/libqwt.so.6.4' (no such file), '/usr/lib/libqwt.so.6.4' (no such file, not in dyld cache)
      
      S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 27 Jun 2023, 19:22 last edited by
      #2

      Hi and welcome to devnet,

      How are you building it ?
      Where did you put the libraries ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      Z 1 Reply Last reply 1 Jul 2023, 12:59
      0
      • S SGaist
        27 Jun 2023, 19:22

        Hi and welcome to devnet,

        How are you building it ?
        Where did you put the libraries ?

        Z Offline
        Z Offline
        zjtggssg
        wrote on 1 Jul 2023, 12:59 last edited by zjtggssg 7 Jan 2023, 13:02
        #3

        @SGaist Hi,
        Firstly, Qwt-6.4.0-svn is compiled from Qwt-6.1-multiaxes.

        To build Qwt-6.4.0-svn, I followed these steps:

        I used the qmake command with the qwt.pro file to generate the necessary build files.
        Then, I ran the make command to compile the source code.
        After that, I used sudo make install to install the Qwt library.
        As for the library placement, I placed the Qwt-6.4.0-svn files in the following path: /usr/local/.

        To check if the library is properly linked, I used the ls command.

        I have previously used Qwt versions 6.1.2 and 6.2.0 successfully. However, in this case, I needed to use Qwt-6.1-multiaxes because it was used by the previous developer. Unfortunately, I'm facing issues with linking Qwt-6.1-multiaxes, and the problem keeps persisting.
        Thanks

        S 1 Reply Last reply 1 Jul 2023, 17:58
        0
        • Z zjtggssg
          1 Jul 2023, 12:59

          @SGaist Hi,
          Firstly, Qwt-6.4.0-svn is compiled from Qwt-6.1-multiaxes.

          To build Qwt-6.4.0-svn, I followed these steps:

          I used the qmake command with the qwt.pro file to generate the necessary build files.
          Then, I ran the make command to compile the source code.
          After that, I used sudo make install to install the Qwt library.
          As for the library placement, I placed the Qwt-6.4.0-svn files in the following path: /usr/local/.

          To check if the library is properly linked, I used the ls command.

          I have previously used Qwt versions 6.1.2 and 6.2.0 successfully. However, in this case, I needed to use Qwt-6.1-multiaxes because it was used by the previous developer. Unfortunately, I'm facing issues with linking Qwt-6.1-multiaxes, and the problem keeps persisting.
          Thanks

          S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 1 Jul 2023, 17:58 last edited by
          #4

          Use otool on your binary to check where it is looking for for that library.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          Z 1 Reply Last reply 2 Jul 2023, 05:18
          0
          • S SGaist
            1 Jul 2023, 17:58

            Use otool on your binary to check where it is looking for for that library.

            Z Offline
            Z Offline
            zjtggssg
            wrote on 2 Jul 2023, 05:18 last edited by zjtggssg 7 Feb 2023, 05:18
            #5

            @SGaist said in How to compile and run qwt-6.1-multiaxes for Mac using Qt5.14.2 Translate to English:

            Use otool on your binary to check where it is looking for for that library.

            Hi,I'm sorry I don't particularly understand which binary you are referring to. If it's "qmake" and "make", then it's in "/Users/XXXXXX/Qt5.14.2/5.14.2/clang_64/bin/ ".
            Thanks for your reply

            S 1 Reply Last reply 2 Jul 2023, 18:15
            0
            • Z zjtggssg
              2 Jul 2023, 05:18

              @SGaist said in How to compile and run qwt-6.1-multiaxes for Mac using Qt5.14.2 Translate to English:

              Use otool on your binary to check where it is looking for for that library.

              Hi,I'm sorry I don't particularly understand which binary you are referring to. If it's "qmake" and "make", then it's in "/Users/XXXXXX/Qt5.14.2/5.14.2/clang_64/bin/ ".
              Thanks for your reply

              S Offline
              S Offline
              SGaist
              Lifetime Qt Champion
              wrote on 2 Jul 2023, 18:15 last edited by
              #6

              Run it on the binary of your application.

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              0

              1/6

              27 Jun 2023, 13:17

              • Login

              • Login or register to search.
              1 out of 6
              • First post
                1/6
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved