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. [SOLVED] mingw32-make: *** No rule to make target 'all'
Forum Updated to NodeBB v4.3 + New Features

[SOLVED] mingw32-make: *** No rule to make target 'all'

Scheduled Pinned Locked Moved Installation and Deployment
6 Posts 3 Posters 31.4k 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.
  • S Offline
    S Offline
    salvador
    wrote on 27 Mar 2013, 12:26 last edited by
    #1

    I have installed Qt 5.0.1 libraries and Qt Creator 2.6.2 for windows 32-bit (MinGW 4.7), and i get thew followind compile output:

    @14:18:25: Running steps for project QtGrid...
    14:18:25: Starting: "C:\Qt\Qt5.0.1\Tools\MinGW\bin\mingw32-make.exe" all
    mingw32-make: *** No rule to make target 'all'. Stop.
    14:18:26: The process "C:\Qt\Qt5.0.1\Tools\MinGW\bin\mingw32-make.exe" exited with code 2.
    Error while building/deploying project QtGrid (kit: Desktop Qt 5.0.1 MinGW 32bit)
    When executing step 'Make'@

    What's the problem exactly?
    Thanks!

    1 Reply Last reply
    0
    • K Offline
      K Offline
      koahnig
      wrote on 27 Mar 2013, 13:08 last edited by
      #2

      Did you rerun QMake in creator?
      This will probably solve the problem. Go to project on the left side of qt creator, press right mouse button and "Run Qmake".

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      0
      • S Offline
        S Offline
        salvador
        wrote on 27 Mar 2013, 13:16 last edited by
        #3

        I have this output now
        @15:13:27: Running steps for project QtGrid...
        15:13:27: Starting: "C:\Qt\Qt5.0.1\5.0.1\mingw47_32\bin\qmake.exe" "C:\Documents and Settings\Administrator...\GridQt\QtGrid\QtGrid.pro" -r -spec win32-g++ "CONFIG+=debug" "CONFIG+=declarative_debug" "CONFIG+=qml_debug"
        Cannot find file: C:\Documents and Settings\Administrator...\GridQt\QtGrid\QtGrid.pro.
        15:13:27: The process "C:\Qt\Qt5.0.1\5.0.1\mingw47_32\bin\qmake.exe" exited with code 2.
        Error while building/deploying project QtGrid (kit: Desktop Qt 5.0.1 MinGW 32bit)
        When executing step 'qmake'@

        Why it says cannot find file. The file is in this folder

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 27 Mar 2013, 13:42 last edited by
          #4

          Hi,

          Is really GridQt in a folder called "..." ?

          Anyway, try to move your project in a path that doesn't contain any spaces. That can bring problems on windows.

          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
          • S Offline
            S Offline
            salvador
            wrote on 27 Mar 2013, 13:53 last edited by
            #5

            I solved this. I had my project in a folder with a greek name. I move it and now it's ok. Probably it doesn't like greek letters :P
            Thanks anyway!

            1 Reply Last reply
            0
            • S Offline
              S Offline
              SGaist
              Lifetime Qt Champion
              wrote on 27 Mar 2013, 13:56 last edited by
              #6

              You're welcome !

              Can you update your post title to solved so that other users know that a solution has 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
              0

              1/6

              27 Mar 2013, 12:26

              • 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