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?
Quote:
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
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.