[Uml-devel] Installation on RedHat 8

Sebastian Stein seb_stein at gmx.de
Fri Apr 16 03:06:02 UTC 2004


gvanderbee at free.fr <gvanderbee at free.fr> [040416 11:31]:
>   - recompile 1.2 src (umbrello-1.2.1.tar.bz2)
> The .configure script warned me about Qt version 
> ...
> checking for Qt... configure: error: Qt (>= Qt 3.2) (library qt-mt) not found.

Umbrello should compile with Qt 3.0 I think. Try fixing the configure
script in the admin directory:

admin/acinclude.m4.in:

> if test -z "$1"; then
>   # Current default Qt version: 3.2
>   kde_qtver=3
>   kde_qtsubver=2

Change to:

if test -z "$1"; then
  # Current default Qt version: 3.2
  kde_qtver=3
  kde_qtsubver=0
               ^^

Try again recompiling. If it doesn't work, you have to update Qt at least to
3.1.

Sebastian
-- 
ONE FAMILY! Leipzig 2012 - Olympic Summer Games
http://www.leipzig2012.com/




More information about the umbrello-devel mailing list