[PyKDE] PyKDE can't find KDE libraries in /opt/kde/lib64

Post, Mark K mark.post at eds.com
Thu Aug 10 17:30:26 BST 2006


I'm trying to build kdebindings 3.5.4 on my 64-bit Slack/390 system.
When make gets to the pykde directory, I get the following error:
cd ./pykde ; \
export QTDIR=/usr/lib/qt/ ; \
/usr/bin/python configure.py -c -k /opt/kde -d
/usr/lib64/python2.4/site-packages -v /opt/kde/share/sip/ -t
"$builddir/pykde"

     PyKDE version 3.11.3
           -------

Python include directory is /usr/include/python2.4
Python version is 2.4.1

sip version is 4.2.1 (4.2.1)

Qt directory is /usr/lib/qt/
Qt version is 3.3.6

PyQt directory is /tmp/kdebindings-3.5.4/python/pyqt/sip
PyQt version is 3.14.1 (3.14.1)
The build directory is /tmp/kdebindings-3.5.4/python/pykde.

Error: Couldn't locate KDE3 lib directory (/opt/kde is KDE base)



The KDE libraries are located under /opt/kde/lib64, not /opt/kde/lib.  I
found the "--with-qt-libraries=" parameter for configure to find
/user/lib/qt/lib64, but didn't see a corresponding one for KDE itself.
I can work around the problem by creating a symbolic link (ln -s
/opt/kde/lib64 /opt/kde/lib), but would prefer to fix it instead.  Any
help will be appreciated.


Thanks in advance,

Mark Post




More information about the PyQt mailing list