[PyKDE] Trying to build PyKDE for KDE 3
Alex Willmer
siu99aw at rdg.ac.uk
Mon Jun 10 23:56:01 BST 2002
Hello All
I'm trying to get pykde 3.2.4 working with kde 3.0.0, however make install
fails with the error below. I'm not sure where to look to find the
solution, make appeared to work without errors. The configure line I used
was:
./configure --with-qt-dir=/usr/lib/qt3/
--with-pyqt-sip-dir=../pyqt-3.2.4/sip/ --with-kde-dir=/opt/kde3/
The system is Mandrake 8.2 with the mandrake rpms of kde 3.0.0, sip & pyqt
3.2.4 were built from source. I've deleted the DocStruct class lines and
added the newlines to pct.h in extraH/kde300/.
Please if anyone can point me in the right direction, I would love to get
this working. Last lines reported by make install are included below. I'll
also post config.log to:
http://www.alexwillmer.uklinux.net/config.log
Hopefully
Alex
Tail of make install
--------
/bin/sh ../mkinstalldirs /usr/lib/python2.2/site-packages
/usr/bin/install -c -m 644 kdecore.py
/usr/lib/python2.2/site-packages/kdecore.py
make install-data-hook
make[3]: Entering directory
`/home/alex/stuff/software/python/pykde-3.2.4/kdecore'
(cd /tmp;
PYTHONPATH=/usr/lib/python2.2/site-packages:/usr/lib/python2.2/site-packages
/usr/bin/python -c "import kdecore")
Traceback (most recent call last):
File "<string>", line 1, in ?
File "/usr/lib/python2.2/site-packages/kdecore.py", line 41, in ?
import libkdecorec
ImportError: /usr/lib/python2.2/site-packages/libkdecorecmodule.so:
undefined symbol: __ti13KMultipleDrag
make[3]: *** [install-data-hook] Error 1
make[3]: Leaving directory
`/home/alex/stuff/software/python/pykde-3.2.4/kdecore'
make[2]: *** [install-data-am] Error 2
make[2]: Leaving directory
`/home/alex/stuff/software/python/pykde-3.2.4/kdecore'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory
`/home/alex/stuff/software/python/pykde-3.2.4/kdecore'
make: *** [install-recursive] Error 1
--
Alex Willmer
mailto:siu99aw at rdg.ac.uk
More information about the PyQt
mailing list