kdevelop3.0a3 compile problems

Caleb Tennis caleb at aei-tech.com
Tue Mar 4 17:18:52 GMT 2003


> configure:23273: /usr/lib/qt3/bin/uic -L /usr/lib/kde3/plugins/designer
> -nounloa
> d -impl actest.h actest.ui > actest.cpp
> configure:23276: $? = 0
> configure:23291: error: not found - you need to install kdelibs first.

Here's the actest.ui:

<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
<class>Blah</class>
<widget class="QDialog">
   <widget class="KLineEdit">
      <property name="name">
         <cstring>testInput</cstring>
      </property>
   </widget>
</widget>
</UI>

Try running the above command on that and seeing if it generates an actest.cpp 
that contains a "KLineEdit".

My hunch here is that the environment under which ./configure is being run 
doesn't have QTDIR (or another variable) set correctly, even though it's 
finding uic and the plugins directory.  

Also make sure that /usr/lib/kde3/plugins/designer contains the kdewidgets.so 
library.  Make sure it loads into designer when it starts, too.

Caleb


-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list