<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title></title>
</head>
<body>
Hi!<br>
<br>
Yes, the path is correct. I checked the config.log file and this is what
I got<br>
<br>
configure:23681: result: libraries /opt/kde3/lib, headers /opt/kde3/include<br>
configure:23718: checking if UIC has KDE plugins available<br>
configure:23745: /usr/lib/qt3/bin/uic -L /opt/kde3/lib/kde3/plugins/designer
-nounload -impl actest.h actest.ui > actest.cpp<br>
configure:23748: $? = 0<br>
configure:23763: error: not found - you need to install kdelibs first.<br>
<br>
It looks like the problem is that there is no actest.ui file, because when
I issue:<br>
/usr/lib/qt3/bin/uic -L /opt/kde3/lib/kde3/plugins/designer -nounload -impl
actest.h actest.ui<br>
<br>
I get:<br>
uic: Could not open file 'actest.ui'<br>
<br>
So I'm out of ideas :(<br>
<br>
Thanks<br>
Amilcar<br>
<br>
<br>
<br>
<br>
<br>
<br>
Harald Fernengel wrote:<br>
<blockquote type="cite" cite="mid200301241408.42853.harry@kdevelop.org">
  <pre wrap="">Hi,

On Friday 24 January 2003 10:36, Amilcar do Carmo Lucas wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Configure fails with message:
checking if UIC has KDE plugins available... configure: error: not found -
you need to install kdelibs first.

What am I doing wrong?
I have kdelibs-devel so what am I missing??
Do I really need to get the complete KDE sources?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
no, kdelibs-devel should be enough. Just make sure you set $QTDIR, $KDEDIR and 
that $QTDIR/bin and $KDEDIR/bin are in your $PATH. Does that help?

If not, please check your config.log for error messages so we can find out 
what is going on.

Best regards,
Harry

_______________________________________________
Kdevelop-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Kdevelop-devel@barney.cs.uni-potsdam.de">Kdevelop-devel@barney.cs.uni-potsdam.de</a>
<a class="moz-txt-link-freetext" href="http://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel">http://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel</a>
  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="$mailwrapcol">-- 
Amilcar Lucas

---------------------------------------------------------------------------
             Institut fuer Datentechnik und Kommunikationsnetze
               Technische Universitaet Braunschweig, Germany      

Amilcar do Carmo Lucas                  Tel. : +49 531 391 3751
Raum 1315                               Fax  : +49 531 391 3750
Hans-Sommer Str. 66                     Email: <a class="moz-txt-link-abbreviated" href="mailto:amilcar@ida.ing.tu-bs.de">amilcar@ida.ing.tu-bs.de</a>
D-38106 Braunschweig
           <a class="moz-txt-link-freetext" href="http://www.ida.ing.tu-bs.de/people/amilcar/home.e.shtml">http://www.ida.ing.tu-bs.de/people/amilcar/home.e.shtml</a>
---------------------------------------------------------------------------
</pre>
<br>
</body>
</html>