Hi there

I am trying to compile Qt 4.5.2 (I need to use this version, because the application I need was tested with this version only).

That is what I did:

- Add QTDIR = C:\Libraries\Qt\4.5.2
- Edit PATH and add %QTDIR%\bin
- Start -> All Programs -> Microsoft Visual Studio 2008 -> Visual Studio Tools -> Visual Studio 2008 Command Prompt
- Type: cd %QTDIR%
- configure -no-webkit (choose open-source)
- nmake

And this is what I get:

glwidget.cpp
main.cpp
window.cpp
C:\Program Files\\Microsoft SDKs\Windows\v6.0A\include\bcrypt.h(506) : fatal err
or C1001: An internal error has occurred in the compiler.
(compiler file 'msc1.cpp', line 1411)
To work around this problem, try simplifying or changing the program near the l
ocations listed above.
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
Internal Compiler Error in C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\c
l.EXE. You will be prompted to send an error report to Microsoft later.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN
\cl.EXE"' : return code '0x1'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN
\nmake.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.

C:\Libraries\Qt\4.5.2>
I use Windows XP SP3 and Microsoft Visual Studio 2008 on a new installed computer. I appreciate your help.

noodles