Results 1 to 2 of 2

Thread: Fail to Qt 4.7.1 in windows with MinGW

  1. #1
    Join Date
    Feb 2011
    Posts
    64
    Thanks
    16
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Fail to Qt 4.7.1 in windows with MinGW

    I am trying this last 3 days to compile Qt with MinGW using this configuration:
    Qt Code:
    1. C:\qt-4.7.1>configure -no-opengl -no-qt3support -opensource -release -shared -no-dbus -no-openvg -platform win32-g++ -qt-zlib -qt-libpng
    2. -libjpeg -qmake -no-multimedia -no-audio-backend -no-webkit -no-phonon -nomake examples -nomake demos -no-style-motif -no-style-cde -
    3. tyle-cleanlooks -no-style-plastique
    To copy to clipboard, switch view to plain text mode 
    But I fail with this error every time:
    Qt Code:
    1. ..\..\include\QtGui/private/../../../src/gui/painting/qdrawhelper_mmx_p.h:296: warning: called from here
    2. ..\..\include\QtGui/private/../../../src/gui/painting/qdrawhelper_mmx_p.h:132: warning: inlining failed in call to 'static uint QMMXComm
    3. trinsics::_store(const int __vector__&, const int __vector__&)': optimizing for size and code size would grow
    4. ..\..\include\QtGui/private/../../../src/gui/painting/qdrawhelper_mmx_p.h:296: warning: called from here
    5. ..\..\include\QtGui/private/../../../src/gui/painting/qdrawhelper_mmx_p.h:123: warning: inlining failed in call to 'static int __vector_
    6. MXCommonIntrinsics::_load(uint, const int __vector__&)': optimizing for size and code size would grow
    7. ..\..\include\QtGui/private/../../../src/gui/painting/qdrawhelper_mmx_p.h:301: warning: called from here
    8. ..\..\include\QtGui/private/../../../src/gui/painting/qdrawhelper_mmx_p.h:78: warning: inlining failed in call to 'static int __vector__
    9. XCommonIntrinsics::alpha(int __vector__)': optimizing for size and code size would grow
    10. ..\..\include\QtGui/private/../../../src/gui/painting/qdrawhelper_mmx_p.h:302: warning: called from here
    11. ..\..\include\QtGui/private/../../../src/gui/painting/qdrawhelper_mmx_p.h:92: warning: inlining failed in call to 'static int __vector__
    12. XCommonIntrinsics::_byte_mul(const int __vector__&, const int __vector__&, const int __vector__&)': optimizing for size and code size wo
    13. grow
    14. ..\..\include\QtGui/private/../../../src/gui/painting/qdrawhelper_mmx_p.h:303: warning: called from here
    15. ..\..\include\QtGui/private/../../../src/gui/painting/qdrawhelper_mmx_p.h:123: warning: inlining failed in call to 'static int __vector_
    16. MXCommonIntrinsics::_load(uint, const int __vector__&)': optimizing for size and code size would grow
    17. ..\..\include\QtGui/private/../../../src/gui/painting/qdrawhelper_mmx_p.h:304: warning: called from here
    18. ..\..\include\QtGui/private/../../../src/gui/painting/qdrawhelper_mmx_p.h:92: warning: inlining failed in call to 'static int __vector__
    19. XCommonIntrinsics::_byte_mul(const int __vector__&, const int __vector__&, const int __vector__&)': optimizing for size and code size wo
    20. grow
    21. ..\..\include\QtGui/private/../../../src/gui/painting/qdrawhelper_mmx_p.h:304: warning: called from here
    22. ..\..\include\QtGui/private/../../../src/gui/painting/qdrawhelper_mmx_p.h:132: warning: inlining failed in call to 'static uint QMMXComm
    23. trinsics::_store(const int __vector__&, const int __vector__&)': optimizing for size and code size would grow
    24. ..\..\include\QtGui/private/../../../src/gui/painting/qdrawhelper_mmx_p.h:304: warning: called from here
    25. ..\..\include\QtGui/private/../../../src/gui/painting/qdrawhelper_mmx_p.h:308: internal compiler error: in insert_save, at caller-save.c
    26. 3
    27. Please submit a full bug report,
    28. with preprocessed source if appropriate.
    29. See <http://gcc.gnu.org/bugs.html> for instructions.
    30. mingw32-make[2]: *** [tmp/obj/release_shared/qdrawhelper_mmx.o] Error 1
    31. mingw32-make[2]: Leaving directory `C:/qt-4.7.1/src/gui'
    32. mingw32-make[1]: *** [release] Error 2
    33. mingw32-make[1]: Leaving directory `C:/qt-4.7.1/src/gui'
    34. mingw32-make: *** [sub-gui-make_default-ordered] Error 2
    To copy to clipboard, switch view to plain text mode 

  2. #2
    Join Date
    Aug 2009
    Posts
    140
    Thanks
    22
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Fail to Qt 4.7.1 in windows with MinGW

    Why don't you try installing without all of your configure options and see what happens? Some of your many configure options may be conflicting with each other somehow.

Similar Threads

  1. Windows 7 + Qt + mingw 64-bit
    By serge_malo in forum Newbie
    Replies: 0
    Last Post: 30th September 2010, 12:59
  2. Replies: 0
    Last Post: 15th March 2010, 13:16
  3. QT 4.2.2 Windows Mingw
    By KaptainKarl in forum Installation and Deployment
    Replies: 3
    Last Post: 4th May 2007, 14:57
  4. qt and mingw can not run on windows 98?
    By evewei in forum Installation and Deployment
    Replies: 4
    Last Post: 26th June 2006, 09:22
  5. QT4.1.1 and later fail on windows 2000
    By Spockmeat in forum Installation and Deployment
    Replies: 31
    Last Post: 5th May 2006, 14: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.