<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title></title>
</head>
<body>
<br>
<br>
Sebastian Stein a écrit:<br>
<blockquote type="cite" cite="mid20040409205141.GA402@hpfsc.de">
  <pre wrap="">Jean Vittor <a class="moz-txt-link-rfc2396E" href="mailto:jean.vittor@wanadoo.fr"><jean.vittor@wanadoo.fr></a> [040409 22:38]:
  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">As the message says, have you installed kdelibs? And qt? There are some
packages for you, I think. Also, take a look at kde.org, there you will 
find
Mandrake packages for kde 3.2. Umbrello is shipped in the kdesdk package.

      </pre>
    </blockquote>
    <pre wrap="">$ rpm -qa | grep kdesdk
libkdesdk1-3.2-11mdk
kdesdk-3.2-11mdk
kdesdk-umbrello-3.2-11mdk
libkdesdk1-devel-3.2-11mdk
###

As you can see, I have successfully installed the kdesdk-umbrello rpm. 
So, I hope all required libs are installed (umbrello seems to work 
correctly).
What I can't do is to install umbrello from CVS.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Yes, I understand your problem. The error message during configure seems to
say, that you don't have uic installed. Try:

bash-2.05b$ uic -version
User Interface Compiler for Qt version 3.3.1

Do you get the same? You need uic, it is shipped with Qt I think.</pre>
</blockquote>
$ uic -version<br>
User Interface Compiler for Qt version 3.3.
<blockquote type="cite" cite="mid20040409205141.GA402@hpfsc.de">
  <pre wrap="">Maybe your
distribution has 2 different packages for Qt, one with just the precompiled
libs and one as devel package with the uic and moc compiler. Are you able to
compile other Qt/KDE based applications? Maybe try another application from
KDE CVS, for example KBugBuster, it isn't that big.</pre>
</blockquote>
OK, but I need to successfully run the script configure in kdesdk to compile
kbugbuster (same script that for umbrello).<br>
<blockquote type="cite" cite="mid20040409205141.GA402@hpfsc.de">
  <pre wrap="">If this doesn't work as
well, it is a problem with your configuration. If it works, we may have a
problem with automake.

Sebastian
  </pre>
</blockquote>
<br>
</body>
</html>