PDA

View Full Version : Qt X11



Klash
02-26-2002, 09:05 PM
I realise this is fairly machine specific, but can anyone give me
a round indication how long qt x11 would take to compile, its
coming up to 48 hours now, and its still slogging away.

Had no errors at all, its just taking FOREVER.

Machine is fairly crap, P-133 32mb, with 192 swap.

And to be honest ive tried checking at what stage thru the
makefile its up to, but im no proggy, just normally hack thru things.

last few entries were:
g++ -c -I/usr/X11R6/include -I/opt/qt-gcc3-2.3.2/qt-2.3.2/include -I/usr/X11R6/include -pipe
-O2 -Wall -W -fPIC -DQT_BUILTIN_GIF_READER=1 -DQT_XFT -fno-exceptions -I/usr/X11R6/include
-o widgets/moc_qmultilineedit.o widgets/moc_qmultilineedit.cpp
g++ -c -I/usr/X11R6/include -I/opt/qt-gcc3-2.3.2/qt-2.3.2/include -I/usr/X11R6/include -pipe
-O2 -Wall -W -fPIC -DQT_BUILTIN_GIF_READER=1 -DQT_XFT -fno-exceptions -I/usr/X11R6/include
-o widgets/moc_qplatinumstyle.o widgets/moc_qplatinumstyle.cpp
g++ -c -I/usr/X11R6/include -I/opt/qt-gcc3-2.3.2/qt-2.3.2/include -I/usr/X11R6/include -pipe
-O2 -Wall -W -fPIC -DQT_BUILTIN_GIF_READER=1 -DQT_XFT -fno-exceptions -I/usr/X11R6/include
-o widgets/moc_qpopupmenu.o widgets/moc_qpopupmenu.cpp
g++ -c -I/usr/X11R6/include -I/opt/qt-gcc3-2.3.2/qt-2.3.2/include -I/usr/X11R6/include -pipe
-O2 -Wall -W -fPIC -DQT_BUILTIN_GIF_READER=1 -DQT_XFT -fno-exceptions -I/usr/X11R6/include
-o widgets/moc_qprogressbar.o widgets/moc_qprogressbar.cpp


Cheers.

Klash

high_jeeves
02-26-2002, 11:00 PM
Its getting there.. your machine is quite slow for this.. mine (dual ppro-200 with 256MB took about 7hrs)... yours is about 3 times slower, plus it is going to constantly swap with only 32MB of RAM. One big question... are you in X when you build? If so, it is gonna be REALLY REALLY SLOW (since X is taking up all your memory plus some).

--Jeeves

fryfrog
02-27-2002, 04:58 AM
actually, i am thinking all you have done could be in vein. check out this line you wrote...



g++ -c -I/usr/X11R6/include -I/opt/qt-gcc3-2.3.2/qt-2.3.2/include
-/usr/X11R6/include -pipe -O2 -Wall -W -fPIC -
DQT_BUILTIN_GIF_READER=1 -DQT_XFT -fno- xceptions -
I/usr/X11R6/include -o widgets/moc_qprogressbar.o
widgets/moc_qprogressbar.cpp


if you are using redhat 7.2, it should have started with "g++3" and if you are using mandrake 8.1 it would be "g++-3.0.1". of course, if you are using something else and perhaps have totally replaced gcc 2.96 with gcc 3.0.x you should be fine.

Klash
02-27-2002, 04:14 PM
Ah, the joy.

Nah, I wasnt in X, and it is 7.2 RH

It finally finished, for a total of 51 Hours straight.
Works like a dream, and I must say, im amazed
at how well it performs..

Great work Guys.