PDA

View Full Version : Problem configuring qt for static linking.



Netich
10th October 2009, 15:10
Hi, i have a problem with the ./configure, when im trying configuring qt for static linking.

it stops after a while, always in this line:


-DQMAKE_OPENSOURCE_EDITION generators/mac/pbuilder_pbx.cpp

i have to Ctrl-C and then this line appears:


^Cmingw32-make: *** [pbuilder_pbx.o] Error 3

Im in winXP with 2009.04 version of Qt. Any help?

squidge
10th October 2009, 19:11
How do you know it stopped? Maybe it was working? Just because its not outputting text, it doesn't mean it stopped working. Configuring and compiling QT can take several hours, so you need to wait.

Jann3
11th October 2009, 12:04
As fatjuicymole says really, just don't kill the process.
First time I configured QT it took over 4 hours and pbuilder_pbx.cpp was hanging for the best part of that.

Netich
11th October 2009, 20:24
That deserves a facepalm :o

I thougt it would be 'make' the one that take a lot of time, not 'configure'

Thanks guys!

squidge
12th October 2009, 00:55
That would normally be true, but in this case, configure is actually building executables to use for the configuration :-)