Results 1 to 3 of 3

Thread: Qt 4.3.0 on Windows in a Virtual Machine

  1. #1
    Join Date
    Jul 2007
    Posts
    26
    Thanks
    1
    Thanked 1 Time in 1 Post
    Qt products
    Qt3
    Platforms
    Unix/X11 Windows

    Default Qt 4.3.0 on Windows in a Virtual Machine

    I'm trying to install Qt 4.3.0 on a WinXP platform with MinGW.
    I've tryed allmoast all ways to do this. But in the end when I run make, I allways get this error message:
    F:\qt>mingw32-make
    cd src\winmain\ && mingw32-make -f Makefile
    mingw32-make[1]: Entering directory `F:/qt/src/winmain'
    mingw32-make -f Makefile.Debug all
    Makefile.Debug:116: *** multiple target patterns. Stop.
    mingw32-make[2]: Entering directory `F:/qt/src/winmain'
    mingw32-make[2]: Leaving directory `F:/qt/src/winmain'
    mingw32-make[1]: *** [debug-all] Error 2
    mingw32-make[1]: Leaving directory `F:/qt/src/winmain'
    mingw32-make: *** [sub-winmain-make_default-ordered] Error 2
    Anybody had this problem before?
    How can I get it fixed??
    Oh Vars are ok, checked like 100 times.

  2. #2
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: Qt 4.3.0 on Windows in a Virtual Machine

    What does configure output? Is the binary installer (qt-win-opensource-4.3.0-mingw.exe) out of question?
    J-P Nurmi

  3. #3
    Join Date
    Jul 2007
    Posts
    26
    Thanks
    1
    Thanked 1 Time in 1 Post
    Qt products
    Qt3
    Platforms
    Unix/X11 Windows

    Default Re: Qt 4.3.0 on Windows in a Virtual Machine

    I tried that one to, same result.
    configure outputs nothing strange. Only normal, it finishes and then it starts to make qmake, witch builds ok, and then it runs qmake to generate Makefiles from .pro files and then the party starts with the above error message.
    It doesn't mather if I run mingw32-make or just make. The result is the same.

    I'm guessing a problem in the Makefile.Debug? But I'm an "expert" for Makefiles and I know how to fix and write them, so... <- This was meant the other way around.

Similar Threads

  1. Porting my program to another windows machine !
    By probine in forum Qt Programming
    Replies: 1
    Last Post: 14th March 2007, 06:46

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.