Qt4.3.3 Build Debug Libraries ERROR
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
Code:
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 discouraging start
:(
any help would be greatly appreciated
Re: Qt4.3.3 Build Debug Libraries ERROR
Could you paste everything starting from the last g++ command?
1 Attachment(s)
Re: Qt4.3.3 Build Debug Libraries ERROR
i attached a screenshot of the output
there was a lot of scrolling text before this, more than i could scroll back to
(since this is from the build debug libraries command line i cannot copy and paste)
Re: Qt4.3.3 Build Debug Libraries ERROR
Hmm, to me it looks like a Visual Studio installation is messing it up. Try removing LIB and INCLUDE environment variables and starting it all over.
Re: Qt4.3.3 Build Debug Libraries ERROR
It worked!
THANK YOU SO MUCH!!!
:D