Results 1 to 6 of 6

Thread: Compiling problems with mingw32

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2006
    Location
    Romania
    Posts
    2,744
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    8
    Thanked 541 Times in 521 Posts

    Default Re: Compiling problems with mingw32

    cc1 should be in the mingw package you downloaded. look for it in bin. the PATH variable should contain this directory.

    If it is not, then try installing the mingw that the Qt installer prompts you to download.

    Regards

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

    Default Re: Compiling problems with mingw32

    No this does not solve the problem. I still get the same error.

  3. #3
    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: Compiling problems with mingw32

    Do you try this on vista? There was a problem with mingw there. Try to update your mingw runtime from sf.net/projects/mingw

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

    Wali (6th September 2007)

  5. #4
    Join Date
    Aug 2007
    Posts
    13
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    3

    Default Re: Compiling problems with mingw32

    Yeah I'm using vista business x64. I don't fully understand how to update the mingw runtime, but I did find a solution that works. I needed to add ( C:\MinGW\libexec\gcc\mingw32\3.4.5 ) to my path variable. Thats where cc1.exe was located. Now qt complies. Thanks

  6. #5
    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: Compiling problems with mingw32

    Just download http://downloads.sourceforge.net/min...mirror=surfnet and unpack it into your MinGW directory.

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.