PDA

View Full Version : Build the debug Libraries of QT4.4



SunnySan
25th July 2008, 14:24
Hi everybody,

Can anybody build the debug libraries using the tool of trolltech without any problem,
I went through the forum and it seems that there is a problem with "webkit", and myself the compile stop when it arrived at the "zlib".

is there a way to run this only with a minimum setup.(less chance of stopping during the long process)

to compile only the needed libs??


some ref:
1) http://www.qtcentre.org/forum/f-installation-and-deployment-5/t-problem-compiling-qt440-with-mingw-static-in-exampleswebkit-14580.html
2) http://www.qtcentre.org/forum/f-installation-and-deployment-5/t-unable-to-build-qt-440-debug-libs-with-mingw-pch-error-14054-post76806.html#post76806


thanks
SunnySan

wysota
26th July 2008, 11:21
What is the exact error message you are getting?

You can disable parts of the framework by passing proper options to configure. Run configure with -help switch to see the whole list.

SunnySan
28th July 2008, 10:39
thanks wysota

I have fixed my problem, I had to put the correct path into the Enviroment of the system.
I have now eclipse +Qt4 working fine and I wrote a little how toin my blog

http://blogfredk.blogspot.com/2008/07/how-to-install-eclipseqt-4-mingw.html

I am now looking at openGL application to learn of how to create and display 3D objects.

thanks