Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    SOLVED: Failed to compile / run a Qt demo on Mac OSX

    Installation and Deployment
    2
    6
    1335
    Loading More Posts
    • 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.
    • P
      pmh4514 last edited by

      I've been using Qt on the PC for a while, and now installed it on a Mac (I am not very familiar with Macs but am learning)

      I installed XCode 5 from the app store and command line tools, then installed Qt5.3.1 using the online installer.

      I restarted, opened QtCreator, selected the "DirView" example and tried to build it to run.
      It failed with what you see below. Any ideas what I've not setup right? (again, very much a Mac newbie)

      Starting /Users/me/Qt/Examples/Qt-5.3/widgets/itemviews/build-dirview-Desktop_Qt_5_3_clang_64bit-Release/dirview.app/Contents/MacOS/dirview...
      dyld: Library not loaded: /work/build/PADDING/lib/QtWidgets.framework/Versions/5/QtWidgets
      Referenced from: /Users/me/Qt/Examples/Qt-5.3/widgets/itemviews/build-dirview-Desktop_Qt_5_3_clang_64bit-Release/dirview.app/Contents/MacOS/dirview
      Reason: image not found
      The program has unexpectedly finished.
      /Users/me/Qt/Examples/Qt-5.3/widgets/itemviews/build-dirview-Desktop_Qt_5_3_clang_64bit-Release/dirview.app/Contents/MacOS/dirview crashed

      1 Reply Last reply Reply Quote 0
      • P
        pmh4514 last edited by

        .. actually I'm thinking Qt didn't fully install, as I don't see it in the applications list when I look to try to uninstall it.

        going to try downloading the complete installer and re-installing. will post back.

        1 Reply Last reply Reply Quote 0
        • SGaist
          SGaist Lifetime Qt Champion last edited by

          Hi,

          Indeed, when you see this it means that the installation failed at some point. Check that you can access the command line tools properly

          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 Reply Quote 0
          • P
            pmh4514 last edited by

            Hi,

            Yes, a reinstall did the trick!

            1 Reply Last reply Reply Quote 0
            • SGaist
              SGaist Lifetime Qt Champion last edited by

              Good, then please update the thread title prepending [solved] so other forum users may know a solution as been found :)

              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 Reply Quote 0
              • P
                pmh4514 last edited by

                beat ya to it :)

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post