Qt 5.2 compilation issue on Windows 7 (32 bit)

772 views Asked by At

I'm trying to compile Qt 5.2 on my own. System is Windows 7 32-bit.

I downloaded the Qt source and unzipped it.

Then I use the Visual Studio 2010 command prompt and do

configure -release -opengl desktop -platform win32-msvc2010 -static

After a while i get

running configuration tests....
NMake fatal error U1077: "if" : RETURN code "0x463"
Stop.
could not find output file

Does anyone have an idea what happened and how I can fix it?

0

There are 0 answers