Results 1 to 3 of 3

Thread: [MinGW] Multiple calls to qmake

  1. #1
    Join Date
    Apr 2008
    Location
    Fons Outre-Gardons
    Posts
    16
    Thanks
    2
    Thanked 3 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default [MinGW] Multiple calls to qmake

    Hello

    I reinstalled my system and I cannot compile my programs anymore. If I call a "make" command, multiple call to qmake are performed and added to a never ended list :

    Qt Code:
    1. mingw32-make release
    2. c:\Qt\4.3.4\bin\qmake -win32 -o -Makefile MyProject.pro
    3. c:\Qt\4.3.4\bin\qmake -win32 -o -Makefile MyProject.pro
    4. c:\Qt\4.3.4\bin\qmake -win32 -o -Makefile MyProject.pro
    5. c:\Qt\4.3.4\bin\qmake -win32 -o -Makefile MyProject.pro
    6. c:\Qt\4.3.4\bin\qmake -win32 -o -Makefile MyProject.pro
    7. c:\Qt\4.3.4\bin\qmake -win32 -o -Makefile MyProject.pro
    8. c:\Qt\4.3.4\bin\qmake -win32 -o -Makefile MyProject.pro
    9. etc...
    To copy to clipboard, switch view to plain text mode 

    For each line of the list, a new process is created, so I must kill my IDE or my cmd session to prevent my system freezing.
    As far as I know, PATH variable is correct.

    Does anybody know where the problem can come from ?

    Advices are welcome.
    Thanks in advance...
    Last edited by Potch; 1st July 2008 at 22:49.

  2. The following 2 users say thank you to Potch for this useful post:

    zykis (21st December 2013)

  3. #2
    Join Date
    Apr 2008
    Location
    Fons Outre-Gardons
    Posts
    16
    Thanks
    2
    Thanked 3 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: [MinGW] Multiple calls to qmake

    Ok. It finaly works if I use "mingw32-make -f Makefile.Release" instead of "make".

  4. The following user says thank you to Potch for this useful post:


  5. #3
    Join Date
    Dec 2013
    Posts
    1
    Thanks
    1
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X

    Default Re: [MinGW] Multiple calls to qmake

    Got same problem using MinGW. Guess problem is in Makefiles, but since i can't read them properly (got no experience with it) can't be sure.
    Reinstalling compiler and Qt binaries didn't solve the problem.
    So, thanks for advice. I will try the same issue

  6. The following user says thank you to zykis for this useful post:


Similar Threads

  1. qmake multiple INCLUDEPATH in Linux
    By rajeshs in forum Qt Programming
    Replies: 12
    Last Post: 15th November 2007, 10:38
  2. Compiling with Qmake/Make
    By VireX in forum Newbie
    Replies: 25
    Last Post: 22nd February 2007, 05:57
  3. Using qmake to build multiple apps and libs
    By marchand in forum Newbie
    Replies: 2
    Last Post: 12th June 2006, 17:33

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.