LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-30-2006, 11:49 PM   #1
jaygee02
Member
 
Registered: Aug 2005
Location: New Zealand
Distribution: Kubuntu 6.06
Posts: 32

Rep: Reputation: 15
configure: error: Qt (>= Qt 3.3 and < 4.0) (library qt-mt) not found


Hi, I'm trying to install the deKorator window theme on Fedora 4 64bit under KDE, but when I configure it I get this error:

checking for Qt... configure: error: Qt (>= Qt 3.3 and < 4.0) (library qt-mt) not found. Please check your installation!

Yet Qt-3.3.4 is installed, it shows up if I do rpm -ql qt or locate qt-mt. I've tried doing configure -prefix=/usr/lib64/qt-3.3 and with-qt. How do I solve this problem?
What other information do you need?

Have read through the other threads on this and couldn't find any answers I could understand.
 
Old 04-30-2006, 11:52 PM   #2
jaygee02
Member
 
Registered: Aug 2005
Location: New Zealand
Distribution: Kubuntu 6.06
Posts: 32

Original Poster
Rep: Reputation: 15
Ok never mind. Now it suddenly works. Linux is so confusing.
 
Old 04-30-2006, 11:59 PM   #3
jaygee02
Member
 
Registered: Aug 2005
Location: New Zealand
Distribution: Kubuntu 6.06
Posts: 32

Original Poster
Rep: Reputation: 15
Well, it configured ok, but it won't make. Here are the error messages I get:

In file included from /usr/include/kde/kdecoration.h:32,
from deKoratorclient.h:49,
from deKoratorclient.cc:38:
/usr/include/kde/netwm_def.h:603: warning: `visibility' attribute does not apply to types
In file included from deKoratorclient.h:49,
from deKoratorclient.cc:38:
/usr/include/kde/kdecoration.h:171: warning: `visibility' attribute does not apply to types
/usr/include/kde/kdecoration.h:299: warning: `visibility' attribute does not apply to types
/usr/include/kde/kdecoration.h:829: warning: `visibility' attribute does not apply to types
In file included from deKoratorclient.h:50,
from deKoratorclient.cc:38:
/usr/include/kde/kdecorationfactory.h:113: warning: `visibility' attribute does not apply to types
In file included from /usr/include/kde/kconfigbase.h:35,
from /usr/include/kde/kconfig.h:29,
from deKoratorclient.h:51,
from deKoratorclient.cc:38:
/usr/include/kde/kconfigdata.h:62: warning: `visibility' attribute does not apply to types
/usr/include/kde/kconfigdata.h:93: warning: `visibility' attribute does not apply to types
In file included from /usr/include/kde/kconfig.h:29,
from deKoratorclient.h:51,
from deKoratorclient.cc:38:
/usr/include/kde/kconfigbase.h:2011: warning: `visibility' attribute does not apply to types
/usr/include/kde/kconfigbase.h:2088: warning: `visibility' attribute does not apply to types
/usr/include/kde/kconfigbase.h:2170: warning: `visibility' attribute does not apply to types
In file included from /usr/include/kde/klockfile.h:26,
from /usr/include/kde/kconfig.h:30,
from deKoratorclient.h:51,
from deKoratorclient.cc:38:
/usr/include/kde/ksharedptr.h:81: warning: `visibility' attribute does not apply to types
In file included from /usr/include/kde/kconfig.h:30,
from deKoratorclient.h:51,
from deKoratorclient.cc:38:
/usr/include/kde/klockfile.h:121: warning: `visibility' attribute does not apply to types
In file included from deKoratorclient.h:51,
from deKoratorclient.cc:38:
/usr/include/kde/kconfig.h:265: warning: `visibility' attribute does not apply to types
/usr/include/kde/kconfig.h:294: warning: `visibility' attribute does not apply to types
In file included from /usr/include/kde/kglobal.h:22,
from deKoratorclient.h:53,
from deKoratorclient.cc:38:
/usr/include/kde/kinstance.h:156: warning: `visibility' attribute does not apply to types
In file included from deKoratorclient.h:53,
from deKoratorclient.cc:38:
/usr/include/kde/kglobal.h:171: warning: `visibility' attribute does not apply to types
In file included from deKoratorclient.h:54,
from deKoratorclient.cc:38:
/usr/include/kde/kglobalsettings.h:564: warning: `visibility' attribute does not apply to types
In file included from deKoratorclient.h:55,
from deKoratorclient.cc:38:
/usr/include/kde/klocale.h:1309: warning: `visibility' attribute does not apply to types
In file included from deKoratorclient.h:56,
from deKoratorclient.cc:38:
/usr/include/kde/kiconeffect.h:228: warning: `visibility' attribute does not apply to types
In file included from deKoratorclient.h:57,
from deKoratorclient.cc:38:
/usr/include/kde/kimageeffect.h:805: warning: `visibility' attribute does not apply to types
deKoratorclient.cc: In member function `void DeKorator:eKoratorClient::wheelEvent(QWheelEvent*)':
deKoratorclient.cc:2306: error: `titlebarMouseWheelOperation' undeclared (first use this function)
deKoratorclient.cc:2306: error: (Each undeclared identifier is reported only once for each function it appears in.)
make[3]: *** [deKoratorclient.lo] Error 1
make[3]: Leaving directory `/home/jgeerlof/Downloads/dekorator-0.3/client'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/jgeerlof/Downloads/dekorator-0.3/client'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jgeerlof/Downloads/dekorator-0.3'
make: *** [all] Error 2
[jgeerlof@localhost dekorator-0.3]$
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Make-Error: Vorbis Tools 1.0.1 - Library not found froedi Linux - Software 7 11-02-2009 02:04 AM
error: Qt (>= Qt 3.0.2) (library qt-mt) not found bogdanf25 Linux - Newbie 16 04-03-2005 01:53 AM
Webalizer: configure: error: png library not found... please install png. mikeshn Linux - Software 5 01-10-2005 02:28 PM
knoda configure error re: qt-mt library not found tr6boy Linux - Software 0 07-12-2004 10:21 PM
configure: error: Qt (>= Qt 3.1 (20021021)) (library qt-mt) not found Mugatu Linux - Software 14 12-15-2003 04:11 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:00 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration