Bug 83777

Summary: Compile error in latest CVS
Product: [Applications] umbrello Reporter: Anthony Parent <tonyp>
Component: generalAssignee: Umbrello Development Group <umbrello-devel>
Status: RESOLVED NOT A BUG    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Anthony Parent 2004-06-21 17:00:05 UTC
Version:           CVS Head as of 06/21/04 (using KDE KDE 3.2.2)
Installed from:    Compiled From Sources
Compiler:          gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5) 
OS:                Linux

I updated to the latest CVS this morning and got the following when attempting to compile.

Does this mean we have to update to the latest QT? Is this restriction needed?

make[2]: Entering directory `/home/tonyp/src/FromCvs/kdesdk/umbrello/umbrello/codegenerators'
/home/tonyp/kde3.2.2/bin/uic -L /home/tonyp/kde3.2.2/lib/kde3/plugins/designer -nounload -o javacodegenerationformbase.h ./javacodegenerationformbase.ui
/home/tonyp/kde3.2.2/bin/uic -L /home/tonyp/kde3.2.2/lib/kde3/plugins/designer -nounload -o cppcodegenerationformbase.h ./cppcodegenerationformbase.ui
uic: File generated with too recent version of Qt Designer (3.3 vs. 3.2.3)
make[2]: *** [cppcodegenerationformbase.h] Error 1
make[2]: Leaving directory `/home/tonyp/src/FromCvs/kdesdk/umbrello/umbrello/codegenerators'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/tonyp/src/FromCvs/kdesdk/umbrello/umbrello'
make: *** [all-recursive] Error 1
Comment 1 Sebastian Stein 2004-06-21 19:00:20 UTC
Anthony Parent <tonyp@pegasusda.com> [040621 18:57]:
> I updated to the latest CVS this morning and got the following when
> attempting to compile.
> 
> Does this mean we have to update to the latest QT? Is this restriction needed?

Unfortunally yes. This requirement was added for KDE HEAD CVS, because the
first beta will be out in some days. Nevertheless, you can checkout the
admin dir some days ago and at least Umbrello should compile fine.

Sebastian
Comment 2 Sebastian Stein 2004-06-21 19:03:37 UTC
see comment above, please checkout the admin dir some days ago and you should be able to compile at least Umbrello