Hello,

I have compiled qt 5.0.1 with mingw64. All seems OK.

When I try to compile my project using this qt version and kit, I am getting a lot of errors, for instance:

c:\mingw64\x86_64-w64-mingw32\include\crtdefs.h:26: error: 'size_t' does not name a type
c:\mingw64\x86_64-w64-mingw32\include\stddef.h:26: error: 'uintptr_t' does not name a type
c:\mingw64\x86_64-w64-mingw32\include\stddef.h:151: error: '__MINGW_EXTENSION' does not name a type
c:\mingw64\x86_64-w64-mingw32\include\stdlib.h:105: error: '__mb_cur_max' was not declared in this scope

and so on...

I have another qt version 5.0.1 which I compiled with msvc2012 and everything is fine. My project also compiles correctly using the qt 5.0.1 mingw32 package from digia.

Any idea what I did wrong and what I should do to fix that?

Thanks.