Bug 81799 - kdevelop cvs requires a too recent version of qt
Summary: kdevelop cvs requires a too recent version of qt
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-18 14:55 UTC by tnagy
Modified: 2004-05-18 18:09 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 tnagy 2004-05-18 14:55:53 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
OS:                Linux

The following error occurs when compiling kdevelop using qt 3.2.2 and kde 3.2 :

make[3]: Entering directory `/mnt/usb/kde/kdevelop/buildtools/autotools'
/mnt/divers/qt3.2-gcc3.4//bin/uic -L /mnt/divers/KDE/lib/kde3/plugins/designer -nounload -o configureoptionswidgetbase.h ./configureoptionswidgetbase.ui
uic: File generated with too recent version of Qt Designer (3.3 vs. 3.2.3)
make[3]: *** [configureoptionswidgetbase.h] Erreur 1
make[3]: Leaving directory `/mnt/usb/kde/kdevelop/buildtools/autotools'
make[2]: *** [all-recursive] Erreur 1
make[2]: Leaving directory `/mnt/usb/kde/kdevelop/buildtools'
make[1]: *** [all-recursive] Erreur 1
make[1]: Leaving directory `/mnt/usb/kde/kdevelop'
make: *** [all] Erreur 2

The file : kdevelop/buildtools/autotools/configureoptionswidgetbase.ui requires qt 3.3, but after editing it (and changing the required qt version) the error disappeared and kdevelop worked well. That ui file seems to be the only one to require qt 3.3.
Comment 1 Jens Dagerbo 2004-05-18 18:09:41 UTC
1. Don't report build errors to the bug database, use the mailinglist instead.

2. This was fixed on the 15th.. are you using an out of date mirror?