Bug 83777 - Compile error in latest CVS
Summary: Compile error in latest CVS
Status: RESOLVED NOT A BUG
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-21 17:00 UTC by Anthony Parent
Modified: 2004-06-21 19:03 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 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