Results 1 to 9 of 9

Thread: Failure to build Debug libs - Vista Mingw Qt 4.3.2

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2007
    Posts
    20
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    2

    Default Re: Failure to build Debug libs - Vista Mingw Qt 4.3.2

    will do , but I am sure it's going to tell me , CC1 not found .

    Thanks hope it works

  2. #2
    Join Date
    Jan 2006
    Location
    Bremen, Germany
    Posts
    554
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows
    Thanked 86 Times in 81 Posts

    Default Re: Failure to build Debug libs - Vista Mingw Qt 4.3.2

    Ok, then you've the 'classic' mingw on vista problem. You have to update your mingw runtime. Download it from sf.net/projects/mingw (Download section, 'mingw runtime') and unpack it to your mingw install dir.
    See also mingw-users mailing list about the discussion using mingw/vista.

  3. #3
    Join Date
    Sep 2007
    Posts
    20
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    2

    Default Re: Failure to build Debug libs - Vista Mingw Qt 4.3.2

    Will do thanks so much for your help!

  4. #4
    Join Date
    Sep 2007
    Posts
    20
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    2

    Default Re: Failure to build Debug libs - Vista Mingw Qt 4.3.2

    mingw-runtime-3.13.tar is this the correct one ?
    Thanks .

  5. #5
    Join Date
    Sep 2007
    Posts
    20
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    2

    Default Re: Failure to build Debug libs - Vista Mingw Qt 4.3.2

    Qt is now configured for building. Just run mingw32-make.
    To reconfigure, run mingw32-make confclean and configure.

    (cd C:\Qt\4.3.2\src\winmain && mingw32-make -f Makefile debug)
    mingw32-make[1]: *** No rule to make target `debug'. Stop.
    mingw32-make[1]: Entering directory `C:/Qt/4.3.2/src/winmain'
    mingw32-make[1]: Leaving directory `C:/Qt/4.3.2/src/winmain'
    mingw32-make: *** [debug-C__Qt_4_3_2_src_winmain] Error 2
    C:\Qt\4.3.2\src>

    this is what I got

    Thans again .

  6. #6
    Join Date
    Jan 2006
    Location
    Bremen, Germany
    Posts
    554
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows
    Thanked 86 Times in 81 Posts

    Default Re: Failure to build Debug libs - Vista Mingw Qt 4.3.2

    What configure options did you use? Looks like you added '-debug' or '-release' which is not good on windows. Maybe post configure.exe output.
    Try "..\..\bin\qmake -spec win32-g++" in src\winmain to regenerate Makefiles in there.

  7. #7
    Join Date
    Sep 2007
    Posts
    20
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    2

    Default Re: Failure to build Debug libs - Vista Mingw Qt 4.3.2

    Thanks so much for your help Christian!

    I got it!

    How are you in Eclipse


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.