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. Installer trouble? Mac
Forum Updated to NodeBB v4.3 + New Features

Installer trouble? Mac

Scheduled Pinned Locked Moved Installation and Deployment
5 Posts 2 Posters 3.5k Views 1 Watching
  • 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 Offline
    P Offline
    Parintachin
    wrote on last edited by
    #1

    Hey QT guys.

    I'm having some trouble getting QT to work, and hope you're willing to lend a hand.

    I get the following errors when I try to build any project:
    :: warning: directory '/tmp/qt-stuff-6474/source/qt-everywhere-opensource-src-4.7.0/lib' following -L not found
    :: warning: directory '/tmp/qt-stuff-6474/source/qt-everywhere-opensource-src-4.7.0/lib' following -F not found
    :: error: symbol(s) not found

    I understand that to solve this, I need to get the 4.7.1 version of QT - but no matter what I do, apparently the download page insists on giving me version 4.7.0 - after install, the QT Creator remains 4.7.0, and refuses to build anything.

    My machine is a mac, and I've simply run the installer. Is there anything else I need to do?

    I've grabbed this installer, and run it thru - it tells me the install is successful:
    http://get.qt.nokia.com/qt/source/qt-mac-opensource-4.7.1.dmg

    But what is on my machine is still the old 4.7.0 Creator, which doesn't work.

    Can anyone here give me a link to a working installer, or tell me how to fix this problem.

    Thanks in advance (o:

    /Par.

    1 Reply Last reply
    0
    • G Offline
      G Offline
      goetz
      wrote on last edited by
      #2

      You should make the new 4.7.1 version of Qt visible to Creator. Just hit Cmd-, (comma), go to the Qt 4 section and add the new version.

      The go to the project view and select the new 4.7.1 version for your project.

      If that does not help, try to uninstall the Qt 4.7.0 you have installed previously.

      http://www.catb.org/~esr/faqs/smart-questions.html

      1 Reply Last reply
      0
      • P Offline
        P Offline
        Parintachin
        wrote on last edited by
        #3

        Ah; I see the problem - the full installer package contains only 4.7 files, which don't work, and the update package doesn't contain Creator at all.

        How do I get Creator 4.7.1?

        1 Reply Last reply
        0
        • G Offline
          G Offline
          goetz
          wrote on last edited by
          #4

          There is no Qt Creator 4.7.1 (nor is a 4.7.0). Latest Qt Creator release is 2.0, but recommended to use is 2.1 RC1 (release candidate 1).

          To make things a bit clearer: The Qt programming ecosystem consists of several parts, with individual versions and release cycles:

          Qt libs:
          The actual libraries to code against; current version is 4.7.1

          Qt Creator:
          A nice IDE to write the programs. It is not needed for Qt development, although many people (including me) prefer it over other IDEs. Current version is 2.0; recommended is 2.1 RC (release candidate 1)

          Qt SDK + Nokia Qt SDK:
          A combination of Qt libs and Qt Creator (and possibly some other tools needed for mobile development). I don't know the current version and the versions of the included tools.

          PS: You can get everything on the "resources":http://developer.qt.nokia.com/resources page of Qt DevNet (including the Qt SDK, excluding the Nokia Qt SDK)

          http://www.catb.org/~esr/faqs/smart-questions.html

          1 Reply Last reply
          0
          • P Offline
            P Offline
            Parintachin
            wrote on last edited by
            #5

            Right; thanks (o:

            It seems with the 2.1 RC I can get an empty form to compile and run - thank you very much Volker (o:

            1 Reply Last reply
            0

            • Login

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