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:

Qt Code:
  1. glwidget.cpp
  2. main.cpp
  3. window.cpp
  4. C:\Program Files\\Microsoft SDKs\Windows\v6.0A\include\bcrypt.h(506) : fatal err
  5. or C1001: An internal error has occurred in the compiler.
  6. (compiler file 'msc1.cpp', line 1411)
  7. To work around this problem, try simplifying or changing the program near the l
  8. ocations listed above.
  9. Please choose the Technical Support command on the Visual C++
  10. Help menu, or open the Technical Support help file for more information
  11. Internal Compiler Error in C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\c
  12. l.EXE. You will be prompted to send an error report to Microsoft later.
  13. NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN
  14. \cl.EXE"' : return code '0x1'
  15. Stop.
  16. NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN
  17. \nmake.exe"' : return code '0x2'
  18. Stop.
  19. NMAKE : fatal error U1077: 'cd' : return code '0x2'
  20. Stop.
  21. NMAKE : fatal error U1077: 'cd' : return code '0x2'
  22. Stop.
  23. NMAKE : fatal error U1077: 'cd' : return code '0x2'
  24. Stop.
  25.  
  26. C:\Libraries\Qt\4.5.2>
To copy to clipboard, switch view to plain text mode 

I use Windows XP SP3 and Microsoft Visual Studio 2008 on a new installed computer. I appreciate your help.

noodles