Results 1 to 5 of 5

Thread: "C:/Qt/2010.04/mingw/bin/mingw32-make.exe" exited with code %2.-->Error on windows

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    May 2010
    Location
    Romania
    Posts
    1,021
    Qt products
    Qt5
    Platforms
    MacOS X Unix/X11 Windows Android
    Thanks
    62
    Thanked 260 Times in 246 Posts

    Default Re: "C:/Qt/2010.04/mingw/bin/mingw32-make.exe" exited with code %2.-->Error on window

    MingW on windows doesn't have any issues (if you use Qt SDK or correctly configure the environment)

    If your code worked on linux and doesn't work on windows, most likely, you imported the build configuration (and MingW tries to use the linux make files and other generated files), to solve this (if this is the case) you can use the Clean All option from the Build menu in Qt Creator, or manually delete the generated files.
    Last edited by Zlatomir; 1st September 2010 at 19:34.

  2. The following user says thank you to Zlatomir for this useful post:

    cheranj (2nd September 2010)

Similar Threads

  1. "make install" and "make clean" on Windows for Qt
    By Berberis in forum Installation and Deployment
    Replies: 0
    Last Post: 29th November 2009, 23:02
  2. make error about "drag and drop"
    By halloworld in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 11th February 2009, 11:33
  3. "Treat wchar_t as Built-in Type" to "yes" link error
    By sungaoyong in forum Qt Programming
    Replies: 1
    Last Post: 5th June 2008, 11:45
  4. QFile Problem~ "Unknow error" in "open(QIODevice::ReadWrite)"
    By fengtian.we in forum Qt Programming
    Replies: 3
    Last Post: 23rd May 2007, 15:58
  5. "make" is giving an error
    By Sarma in forum Qt Programming
    Replies: 6
    Last Post: 21st August 2006, 14:28

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
  •  
Qt is a trademark of The Qt Company.