[PyKDE] PyKDE-3.11rc1 build failure (against kdelibs-3.2.3)

Hans-Peter Jansen hpj at urpla.net
Wed Jun 2 15:36:01 BST 2004


On Wednesday 02 June 2004 05:40, Rex Dieter wrote:
>
> With these changes, build still fails, but differently:
> ...
> KDE base directory is /usr
> KDE include directory is /usr/include/kde
> KDE lib directory is /usr/lib
> KDE version is 3.2.3 (0x30203)
>
> PyKDE modules to be built:
>     dcop kdecore kdesu kdefx kdeui kio kfile kparts khtml kspell
> kdeprint kmdi
>
> PyKDE modules will be installed in /usr/lib/python2.3/site-packages
> PyKDE .sip files will be installed in /usr/share/sip
>
> Generating the C++ source for the dcop module...
> Compiling dcop.py...
> Creating the Makefile for the dcop module...
>
> Generating the C++ source for the kdecore module...
> sip: KPty is undefined
> Error: Unable to create the C++ code.

Additionally, you may try this:
for i in $(find sip -name \*-kde322.diff); do
    cp $i $(echo $i | sed "s|kde322|kde323|g")
done
cp -a extra/kde322 extra/kde323

Good luck,
Pete




More information about the PyQt mailing list