Sunday, July 6th 2008, 6:55pm UTC+1

You are not logged in.

  • Login
  • Register

timmyg

Beginner

Posts: 5

Location: NY

Occupation: Computer Programmer

1

Monday, February 11th 2008, 7:37pm

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

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
  • Go to the top of the page

macabre13

Trainee

Posts: 127

Location: Poland/ Wroclaw

Occupation: sw developer

2

Tuesday, February 12th 2008, 9:05am

How are you building it?
- ebm - noise - industrial -
I always could be wrong.
Lets share knowledge!
  • Go to the top of the page

timmyg

Beginner

Posts: 5

Location: NY

Occupation: Computer Programmer

3

Tuesday, February 12th 2008, 1:47pm

ok thanks but i figured this one out with some help from another

for anyone else that has this problem it is because of visual studio 2005 being installed on the same windows machine

you have to remove the visual studio entries to the environment variables 'INCLUDE' and 'LIB' then run the 'Build Debug Libraries'
  • Go to the top of the page

Rate this thread