Been trying to install qt 4.5.2 for a really long time on this netbook. After configure it said to use mingw32-make but that doesn't work and I thought it was suppose to be nmake but that fails also. How do I fix this?

nmake:
C:\Qt\4.5.2>nmake

Microsoft (R) Program Maintenance Utility Version 8.00.50727.762
Copyright (C) Microsoft Corporation. All rights reserved.

cd src\winmain\ && "C:\Program Files\Microsoft Visual Studio 8\VC\BIN\nm
ake.exe" -f Makefile

Microsoft (R) Program Maintenance Utility Version 8.00.50727.762
Copyright (C) Microsoft Corporation. All rights reserved.

"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\nmake.exe" -f Makefil
e.Debug all

Microsoft (R) Program Maintenance Utility Version 8.00.50727.762
Copyright (C) Microsoft Corporation. All rights reserved.

NMAKE : fatal error U1073: don't know how to make 'c:/Program\'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\n
make.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.



mingw32-make:
.....
c:/Program Files/Microsoft Visual Studio 8/VC/INCLUDE/iosfwd:609: error: no matc
hing function for call to `move_s(wchar_t*&, size_t&, const wchar_t*&, size_t&,
std::_Secure_char_traits_tag)'
mingw32-make[2]: *** [tmp/obj/debug_shared/qtmain_win.o] Error 1
mingw32-make[2]: Leaving directory `C:/Qt/4.5.2/src/winmain'
mingw32-make[1]: *** [debug-all] Error 2
mingw32-make[1]: Leaving directory `C:/Qt/4.5.2/src/winmain'
mingw32-make: *** [sub-winmain-make_default-ordered] Error 2

C:\Qt\4.5.2>