Results 1 to 2 of 2

Thread: Error while building project

  1. #1
    Join Date
    Feb 2011
    Posts
    3
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Windows

    Angry Error while building project

    Qt Code:
    1. Error while building project test (target: Qt Simulator)
    2. When executing build step 'Make'
    3. Could not find make command: mingw32-make.exe in the build environment
    4. Error while building project test (target: Qt Simulator)
    5. When executing build step 'Make'
    To copy to clipboard, switch view to plain text mode 

    i always hate errors generated from this Qt Creator.. it gets me nowhere imo :|
    any help? it was working a while ago

  2. #2
    Join Date
    Sep 2009
    Location
    Wroclaw, Poland
    Posts
    1,394
    Thanked 342 Times in 324 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: Error while building project

    Could not find make command: mingw32-make.exe in the build environment
    Make sure you have the directory containing "mingw32-make.exe" in your PATH.
    Open console, type "echo %PATH%", should contain line "C:\MinGW\bin" ( or another path where you have make.exe ).
    Maybe you've changed / renamed directory with MinGW binaries ?

Similar Threads

  1. Project Building
    By .:saeed:. in forum Newbie
    Replies: 0
    Last Post: 3rd February 2011, 10:04
  2. Replies: 1
    Last Post: 18th August 2010, 09:15
  3. Building qt error
    By as001622 in forum Installation and Deployment
    Replies: 1
    Last Post: 20th June 2008, 09:19
  4. Qt 4.3.2 + eclipse 3.3 first project building
    By christauffre in forum Newbie
    Replies: 2
    Last Post: 5th December 2007, 13:52
  5. Building the entire project
    By vermarajeev in forum Qt Programming
    Replies: 14
    Last Post: 28th February 2007, 04:00

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.