Results 1 to 2 of 2

Thread: Build Qt 4.7.3 Using VS2010 Under Windows7..

  1. #1
    Join Date
    Sep 2009
    Location
    Surrey, BC, Canada
    Posts
    110
    Thanks
    1
    Thanked 2 Times in 1 Post
    Qt products
    Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Unhappy Build Qt 4.7.3 Using VS2010 Under Windows7..

    Hi, all:

    Environment: Windows7+VS2010+Addin1.1.9+Qt4.7.3

    Can't avoid the following error message always. Any suggestions?

    c:\qt\4.7.3\include\qtcore\../../src/corelib/global/qglobal.h(45) : fatal error
    C1083: Cannot open include file: 'stddef.h': No such file or directory
    NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 10.0
    \VC\BIN\cl.EXE"' : return code '0x2'
    Stop.

    Best Regards
    Pei
    Welcome to Vision Open
    http://www.visionopen.com

  2. #2
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Build Qt 4.7.3 Using VS2010 Under Windows7..

    It looks like you don't have STL installed, or its not in your PATH.
    This is strange, as its supposed to be installed and set by the VS install process.
    Add the path to your VS STL includes to your PATH.
    Another option is to enable the STL in Qt.
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

Similar Threads

  1. Does Qt 4.7.3 build under VS2010 EXPRESS Edition?
    By jeanremi in forum Installation and Deployment
    Replies: 4
    Last Post: 25th May 2011, 11:44
  2. Replies: 1
    Last Post: 5th April 2011, 11:58
  3. Replies: 6
    Last Post: 14th February 2011, 15:26
  4. Qt winXP binary on windows7?
    By Teuniz in forum Qt Programming
    Replies: 2
    Last Post: 1st December 2010, 19:35
  5. Qt 4.7.1 on Windows7 (64Bit)
    By caius9090 in forum Installation and Deployment
    Replies: 1
    Last Post: 18th November 2010, 22:59

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.