kde3-devel howto available ?

Ralf Habacker Ralf.Habacker at freenet.de
Sun May 4 15:02:54 CEST 2003


> i tried to compile the original kdetoys-3.1.1 package to try if the kde-devel
> package from kde-cygwin.sf.net works, but i can´t get it working.
>
> when i try configure in the kdetoys directory like this:
>
> ./configure --with-qt-dir=/KDE3.1/ --with-qt-libraries=/opt/kde3/bin
> --prefix=/opt/kde/
>
> it fails with :
>
> checking if UIC has KDE plugins available... configure: error:not found - you
> need to install kdelibs first.
> so i linked /KDE3.1/plugins to /opt/kde3/lib/plugins/ but uic still cannot
> work through the configure test.
>
> what am i doing wrong ?
>
The kde-uic plugins are located in <KDE_ROOT>/lib/kde3/plugins/designer.

You can either use qtconfig to add the library path <KDE_ROOT>/lib/kde3/plugins
or add this path to ~/.qt/qtrc

<snip>
[KDE]
contrast=7
kdeAddedLibraryPaths=/home/habacker/.kde31/lib/kde3/plugins/^e/opt/kde3/lib/kde3
/plugins/^e/opt/kde3/lib/kde3/plugins/^e

Additional you should take a log into the config.log for the relevant line.
<snip>
configure:23839: checking if UIC has KDE plugins available
configure:23866: /usr/local/lib/qt3mt/bin/uic -L
/opt/kde3/lib/kde3/plugins/designer -nounload -impl actest.h actest.ui >
actest.cpp
configure:23869: $? = 0


> also i cannot compile an actual cvs checkout of qt-3 head, it had some
> problems in qmake/Makefile, so i had to patch configure to replace
> @OUT_QTPATH@ by $outdir (or something like that). but now it doesn´t want to
> build moc...
>
> has anybody else got this working ?

The head release is currently broken. Please use the QT_CYGWIN_3_1_BRANCH
branch.

Regards
Ralf





More information about the kde-cygwin mailing list