Bug 92102 - .configure requires qt-mt >3.3
Summary: .configure requires qt-mt >3.3
Status: RESOLVED NOT A BUG
Alias: None
Product: akregator
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Debian stable Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-25 23:44 UTC by Michael Bona
Modified: 2004-12-01 09:18 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Bona 2004-10-25 23:44:49 UTC
Version:           beta7 (using KDE KDE 3.2.1)
Installed from:    Debian stable Packages
Compiler:          gcc 2.95 
OS:                Linux

beta7 breaks off ./configure run with the following message:

checking for Qt... configure: error: Qt (>= Qt 3.3) (library qt-mt) not found. Please check your installation!
For more details about this problem, look at the end of config.log.
Make sure that you have compiled Qt with thread support!

beta6 has no problems. I am using QT 3.2.

There is no hint that beta7 requires QT >3.3 so I suspect configure this requiring is a bug.
Comment 1 Teemu Rytilahti 2004-10-31 00:58:39 UTC
Hmm, usually that happens when some of the ui files has version 3.3. I checked tar.bz2 package from SF and it didn't have such. Can you please run "grep 'version=\"3.3\"' *.ui" without quotes in src directory of your source dir? If it returns anything, change version of those files to 3.2 if it'll work.
Comment 2 Frank Osterfeld 2004-10-31 03:28:02 UTC
That won't help, the problem is a MIN_CONFIG 3.3 in kdenonbeta/configure.in.in when the tarball was created. We should either release beta8 soon or provide new packages which are Qt/KDE 3.2 compliant (and contain the translations).

A 3.2 compliant tarball of current CVS including translation files can be found at http://www-user.rhrk.uni-kl.de/~f_osterf/akregator
Comment 3 George Staikos 2004-12-01 09:18:57 UTC
Packaging bug, now obviously irrelevant.