Hi all,
I'm trying to install QT 4.3.3 Open Source on windows xp and having problems getting the "Build Debug Libraries" to work
when i run it, it's busy doing many things for about a minute or two and then it stops and says
|
Source code
|
1
2
3
4
5
|
mingw32-make[2]: *** [tmp/obj/debug_shared/qtmain_win.o] Error 1
mingw32-make[2]: Leaving directory 'C:/Qt/4.3.3/src/winmain'
mingw32-make[1]: *** [debug] Error 2
mingw32-make[1]: Leaving directory 'C:/Qt/4.3.3/src/winmain'
mingw32-make: *** [debug-C__Qt_4_3_3_src_winmain] Error 2
|
since it does not finish the Build Debug Libraries app i cannot compile via makefile afterwards
I've really wanted to start learning Qt and this has been a very discouraging start

any help would be greatly appreciated