Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
04-07-2007, 02:19 PM
|
#1
|
Member
Registered: Jun 2006
Distribution: Slackware
Posts: 144
Rep:
|
Qt v3.3.8 won't compile...
Hello,
I'm posting lot of questions on LQ b/c I got to compile a real bad source.
I would like to compile Qt with -thread
So I do ./configure -thread
It is ok.
Then make.
Note that I copied the text in console b/c I didnt use stderr & stdout to a file with &>
I took a screenshot :
Here
Im not trying anymore to solve problem myslfy.Each compilation takes 2 hours. So I waste my time.
So please anyone, help me.!
Thank you,
Blue {[!]help!}
Last edited by BlueSpirit; 04-07-2007 at 02:20 PM.
|
|
|
04-07-2007, 03:07 PM
|
#2
|
Member
Registered: Nov 2006
Location: Vancouver, BC
Distribution: Slackware
Posts: 102
Rep:
|
Sorry, didn't catch what the actual compile error is. Which kernel do you have installed?
If you post make's output then it would be a lot easier to try and diagnose the problem.
|
|
|
04-07-2007, 03:26 PM
|
#3
|
Member
Registered: Jun 2006
Distribution: Slackware
Posts: 144
Original Poster
Rep:
|
well.
I posted a screenshot of the console when it tells the error here :
http://img258.imageshack.us/img258/1...eenshotpb2.jpg
I did'nt compile with "make &> file"
That's an harassant error.
|
|
|
04-07-2007, 04:58 PM
|
#4
|
LQ Guru
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
|
That screenshot doesn't make a whole lot of sense. Mind posting exactly what you did ?
@ GamerX
What does the kernel version have to do with compiling qt ?
Last edited by H_TeXMeX_H; 04-07-2007 at 04:59 PM.
|
|
|
04-07-2007, 05:14 PM
|
#5
|
Member
Registered: Nov 2006
Location: Vancouver, BC
Distribution: Slackware
Posts: 102
Rep:
|
As a rule of thumb - from first hand experience and otherwise - compiling anything from source ==> kernel version is relevant.
There are of course exceptions =)
I remember trying to compile something like qt, may have been gtk though, under 2.6.20 and it wasn't working.
|
|
|
04-07-2007, 06:00 PM
|
#6
|
Member
Registered: Jun 2006
Distribution: Slackware
Posts: 144
Original Poster
Rep:
|
Oh ok.
Sorry.
Kernel 2.6.19 compiled myself 9and I know what i do for that)
Im on my old, used as a game server.
Of course, server is down for all week-end b/c I would like to do a burning test with k3b. Then I'll use my new comp with k3b if its nice.
>>> Pentium III Coppermine 866MHz @ 1001MHz
>>> 512 Mb RAM
>>> ASUS CUSL2-C Motherboard
>>> ATI Radeon X700 Pro @ 256Mb GDDR-3
>>> Slackware 11.0
>>> 2 x 80 Gb ATA/IDE Disks with EXT2 FS and NTFS (for Winblows XP)
Think its all.
Oh and I got the output.
Quote:
make[1]: Entering directory `/usr/src/qt-x11-free-3.3.8'
cd qmake && make
make[2]: Entering directory `/usr/src/qt-x11-free-3.3.8/qmake'
make[2]: `qmake' is up to date.
make[2]: Leaving directory `/usr/src/qt-x11-free-3.3.8/qmake'
cd src/moc && make
make[2]: Entering directory `/usr/src/qt-x11-free-3.3.8/src/moc'
make[2]: Nothing to be done for `first'.
make[2]: Leaving directory `/usr/src/qt-x11-free-3.3.8/src/moc'
cd src && make
make[2]: Entering directory `/usr/src/qt-x11-free-3.3.8/src'
make[2]: Nothing to be done for `first'.
make[2]: Leaving directory `/usr/src/qt-x11-free-3.3.8/src'
cd plugins/src && make
make[2]: Entering directory `/usr/src/qt-x11-free-3.3.8/plugins/src'
cd accessible && make -f Makefile
make[3]: Entering directory `/usr/src/qt-x11-free-3.3.8/plugins/src/accessible'
make[3]: Nothing to be done for `first'.
make[3]: Leaving directory `/usr/src/qt-x11-free-3.3.8/plugins/src/accessible'
cd codecs && make -f Makefile
make[3]: Entering directory `/usr/src/qt-x11-free-3.3.8/plugins/src/codecs'
make[3]: Nothing to be done for `first'.
make[3]: Leaving directory `/usr/src/qt-x11-free-3.3.8/plugins/src/codecs'
cd imageformats && make -f Makefile
make[3]: Entering directory `/usr/src/qt-x11-free-3.3.8/plugins/src/imageformats'
cd jpeg && make -f Makefile
make[4]: Entering directory `/usr/src/qt-x11-free-3.3.8/plugins/src/imageformats/jpeg'
make[4]: Nothing to be done for `first'.
make[4]: Leaving directory `/usr/src/qt-x11-free-3.3.8/plugins/src/imageformats/jpeg'
cd mng && make -f Makefile
make[4]: Entering directory `/usr/src/qt-x11-free-3.3.8/plugins/src/imageformats/mng'
make[4]: Nothing to be done for `first'.
make[4]: Leaving directory `/usr/src/qt-x11-free-3.3.8/plugins/src/imageformats/mng'
make[3]: Leaving directory `/usr/src/qt-x11-free-3.3.8/plugins/src/imageformats'
cd sqldrivers && make -f Makefile
make[3]: Entering directory `/usr/src/qt-x11-free-3.3.8/plugins/src/sqldrivers'
make[3]: Nothing to be done for `first'.
make[3]: Leaving directory `/usr/src/qt-x11-free-3.3.8/plugins/src/sqldrivers'
cd styles && make -f Makefile
make[3]: Entering directory `/usr/src/qt-x11-free-3.3.8/plugins/src/styles'
make[3]: Nothing to be done for `first'.
make[3]: Leaving directory `/usr/src/qt-x11-free-3.3.8/plugins/src/styles'
make[2]: Leaving directory `/usr/src/qt-x11-free-3.3.8/plugins/src'
cd tools && make
make[2]: Entering directory `/usr/src/qt-x11-free-3.3.8/tools'
cd assistant/lib && make -f Makefile
make[3]: Entering directory `/usr/src/qt-x11-free-3.3.8/tools/assistant/lib'
make[3]: Nothing to be done for `first'.
make[3]: Leaving directory `/usr/src/qt-x11-free-3.3.8/tools/assistant/lib'
cd designer && make -f Makefile
make[3]: Entering directory `/usr/src/qt-x11-free-3.3.8/tools/designer'
cd uic && make -f Makefile
make[4]: Entering directory `/usr/src/qt-x11-free-3.3.8/tools/designer/uic'
make[4]: Nothing to be done for `first'.
make[4]: Leaving directory `/usr/src/qt-x11-free-3.3.8/tools/designer/uic'
cd uilib && make -f Makefile
make[4]: Entering directory `/usr/src/qt-x11-free-3.3.8/tools/designer/uilib'
make[4]: Nothing to be done for `first'.
make[4]: Leaving directory `/usr/src/qt-x11-free-3.3.8/tools/designer/uilib'
cd designer && make -f Makefile
make[4]: Entering directory `/usr/src/qt-x11-free-3.3.8/tools/designer/designer'
/usr/src/qt-x11-free-3.3.8/bin/uic -L /usr/src/qt-x11-free-3.3.8/plugins listboxeditor.ui -o listboxeditor.h
/usr/src/qt-x11-free-3.3.8/bin/uic: error while loading shared libraries: libqt-mt.so.3: cannot open shared object file: No such file or directory
make[4]: ***[listboxeditor.h] Error 127
make[4]: Leaving directory `/usr/src/qt-x11-free-3.3.8/tools/designer/designer'
make[3]: *** [sub-designer] Error 2
make[3]: Leaving directory `/usr/src/qt-x11-free-3.3.8/tools/designer'
make[2]: *** [sub-designer] Error 2
make[2]: Leaving directory `/usr/src/qt-x11-free-3.3.8/tools'
make[1]: *** [sub-tools] Error 2
make[1]: Leaving directory `/usr/src/qt-x11-free-3.3.8'
make: *** [init] Error 2
|
Thanks guys,
BlueSpirit
|
|
|
01-03-2014, 07:59 PM
|
#7
|
LQ Newbie
Registered: Jun 2003
Distribution: Arch Linux
Posts: 23
Rep:
|
did this ever get figured out?
Hey, did you ever figure this out? I'm having the same problem right now, trying to build Qt 3.3.8.
Thanks,
-Dan
|
|
|
01-03-2014, 10:31 PM
|
#8
|
LQ Guru
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,564
|
Try searching through older Slackware releases source directories for the build scripts.
http://mirrors.slackware.com/slackwa...0/source/l/qt/
Slackware 12.0 used QT-3.3.8 so it's build script might offer some clues.
|
|
|
01-04-2014, 01:55 AM
|
#9
|
LQ Guru
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,379
|
|
|
|
All times are GMT -5. The time now is 05:22 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|