Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Can't build.

Can't build.

Scheduled Pinned Locked Moved Unsolved General and Desktop
9 Posts 3 Posters 742 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.
  • M Offline
    M Offline
    MEddy-in-COM9
    wrote on last edited by MEddy-in-COM9
    #1

    Hi, I'm trying to build a program, but it shows this error:

    Compiler feature detection failure!
    The command "C:\MinGW\mingw32\bin\dlltool.exe -dumpmachine" terminated with exit code 1.
    C:\MinGW\mingw32\bin\dlltool.exe: Can't open def file: umpmachine
    
    

    And

    Could not start process "BuildConsole.exe" "/Command= "\""C:\Qt\Tools\mingw1120_64\bin\mingw32-make.exe"\"" " "/AvoidLocal=OFF".
    Error while building/deploying project loader (kit: Desktop Qt 6.3.0 MinGW 64-bit)
    When executing step "IncrediBuild for Windows"
    

    How can I fix this?
    Thanks.

    jsulmJ 1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      The first one looks like either a wrong parameter has been passed or the wrong command line is used. But that version of MinGW is something that you installed outside of the Qt ecosystem.

      As for the second, you should check with the folks of IncrediBuild since there error is with that tool from what it looks like.

      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
      • M Offline
        M Offline
        MEddy-in-COM9
        wrote on last edited by
        #3

        Hi, Thank you for the reply!
        That's strange, I installed minGW with the normal installation setup...
        Do you have any ideas on how to fix it?
        Thank you,

        jsulmJ 1 Reply Last reply
        0
        • M MEddy-in-COM9

          Hi, Thank you for the reply!
          That's strange, I installed minGW with the normal installation setup...
          Do you have any ideas on how to fix it?
          Thank you,

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @MEddy-in-COM9 said in Can't build.:

          I installed minGW with the normal installation setup

          Do you mean you install it using Qt online/offline installer?

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          M 1 Reply Last reply
          0
          • jsulmJ jsulm

            @MEddy-in-COM9 said in Can't build.:

            I installed minGW with the normal installation setup

            Do you mean you install it using Qt online/offline installer?

            M Offline
            M Offline
            MEddy-in-COM9
            wrote on last edited by
            #5

            @jsulm said in Can't build.:

            @MEddy-in-COM9 said in Can't build.:

            I installed minGW with the normal installation setup

            Do you mean you install it using Qt online/offline installer?

            Exactly... that is pretty strange, right? Have you got any ideas on how to fix this?

            1 Reply Last reply
            0
            • M MEddy-in-COM9

              Hi, I'm trying to build a program, but it shows this error:

              Compiler feature detection failure!
              The command "C:\MinGW\mingw32\bin\dlltool.exe -dumpmachine" terminated with exit code 1.
              C:\MinGW\mingw32\bin\dlltool.exe: Can't open def file: umpmachine
              
              

              And

              Could not start process "BuildConsole.exe" "/Command= "\""C:\Qt\Tools\mingw1120_64\bin\mingw32-make.exe"\"" " "/AvoidLocal=OFF".
              Error while building/deploying project loader (kit: Desktop Qt 6.3.0 MinGW 64-bit)
              When executing step "IncrediBuild for Windows"
              

              How can I fix this?
              Thanks.

              jsulmJ Offline
              jsulmJ Offline
              jsulm
              Lifetime Qt Champion
              wrote on last edited by
              #6

              @MEddy-in-COM9 said in Can't build.:

              C:\MinGW\mingw32\bin\dlltool.exe

              This does not look like MinGW installation provided by Qt installer. Do you have another MinGW installation?

              https://forum.qt.io/topic/113070/qt-code-of-conduct

              M 1 Reply Last reply
              0
              • jsulmJ jsulm

                @MEddy-in-COM9 said in Can't build.:

                C:\MinGW\mingw32\bin\dlltool.exe

                This does not look like MinGW installation provided by Qt installer. Do you have another MinGW installation?

                M Offline
                M Offline
                MEddy-in-COM9
                wrote on last edited by
                #7

                @jsulm
                Yes, I do...
                Does this create a problem?

                1 Reply Last reply
                0
                • SGaistS Offline
                  SGaistS Offline
                  SGaist
                  Lifetime Qt Champion
                  wrote on last edited by
                  #8

                  The online installer provides the MinGW version that has been used to build the Qt package which guarantees working conditions.

                  Mixing in a different version may create issues.

                  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
                  • M Offline
                    M Offline
                    MEddy-in-COM9
                    wrote on last edited by
                    #9

                    Thank you very much!

                    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