Bug 81799

Summary: kdevelop cvs requires a too recent version of qt
Product: [Applications] kdevelop Reporter: tnagy <tnagy256>
Component: generalAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

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?