Cannot open include file stddef h No such file or directory: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
[[Category:Learning]]<br />[[Category:Windows]]<br />[[Category:MinGW]]<br />[[Category:HowTo]]<br />[[Category:Tutorial]]<br />h1. C1083: Cannot open include file: ‘stddef.h’: No such file or directory
[[Category:Learning]]
[[Category:Windows]]
[[Category:MinGW]]
[[Category:HowTo]]
[[Category:Tutorial]]
h1. C1083: Cannot open include file: ‘stddef.h’: No such file or directory


It is not enough having '''Visual Studio 2008 Visual C++''' (compiler) installed on your developer machine. You’ll need the Windows platform SDK too. But there is an easier way to compile a Qt application under Windows: [[MinGW]]
It is not enough having '''Visual Studio 2008 Visual C++''' (compiler) installed on your developer machine. You’ll need the Windows platform SDK too. But there is an easier way to compile a Qt application under Windows: [[MinGW]]
Line 5: Line 10:
The standard installation of “Qt SDK” does not contain '''MinGW''' automatically! Use the custom installation mode instead!
The standard installation of “Qt SDK” does not contain '''MinGW''' automatically! Use the custom installation mode instead!


If you use the default installation you can add '''MinGW''' very easily:<br /># Start Qt Creator<br /># Menu: Help | Start Updater<br /># Package manager (Maintain Qt SDK)<br /># In the tree view : Qt SDK / Development Tools / Qt 4.7.4 / Desktop Qt 4.7.4 – MinGW
If you use the default installation you can add '''MinGW''' very easily:
# Start Qt Creator
# Menu: Help | Start Updater
# Package manager (Maintain Qt SDK)
# In the tree view : Qt SDK / Development Tools / Qt 4.7.4 / Desktop Qt 4.7.4 – MinGW

Revision as of 09:56, 25 February 2015

h1. C1083: Cannot open include file: ‘stddef.h’: No such file or directory

It is not enough having Visual Studio 2008 Visual C++ (compiler) installed on your developer machine. You’ll need the Windows platform SDK too. But there is an easier way to compile a Qt application under Windows: MinGW

The standard installation of “Qt SDK” does not contain MinGW automatically! Use the custom installation mode instead!

If you use the default installation you can add MinGW very easily:

  1. Start Qt Creator
  2. Menu: Help | Start Updater
  3. Package manager (Maintain Qt SDK)
  4. In the tree view : Qt SDK / Development Tools / Qt 4.7.4 / Desktop Qt 4.7.4 – MinGW