Results 1 to 2 of 2

Thread: mingw32-make file

  1. #1
    Join Date
    Jan 2016
    Posts
    5
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: mingw32-make file

    I am trying to run a batch file through cmd.
    But its throwing an error-
    'mingw32-make.exe' is not recognized as an internal or external command,operable program or batch file.
    I have mentioned the path in the system variables.

    thank you


    Added after 42 minutes:


    I found the file in Tools and edited the batch file by adding the path of the .exe file

    But its still giving the same error
    Last edited by sroy; 12th January 2016 at 12:43.

  2. #2
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,230
    Thanks
    302
    Thanked 864 Times in 851 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: mingw32-make file

    Because the rest of the executables that mingw needs to run (like gcc, etc.) aren't on your PATH environment variable. Add the mingw binary path to the PATH variable.

Similar Threads

  1. Replies: 1
    Last Post: 4th November 2013, 16:58
  2. mingw32-make: Nothing to be done for 'first'.
    By itssaurav2004 in forum Newbie
    Replies: 15
    Last Post: 24th September 2013, 21:04
  3. Replies: 6
    Last Post: 10th March 2011, 16:42
  4. Replies: 1
    Last Post: 5th March 2011, 18:23
  5. Cant find make command: mingw32-make.exe
    By Nadia in forum Installation and Deployment
    Replies: 1
    Last Post: 26th August 2009, 09:09

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.