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

Jim Bublitz jbublitz at nwinternet.com
Thu Aug 31 22:54:45 BST 2006


On Wednesday 09 August 2006 14:42, Post, Mark K wrote:
> 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,

python configure.py -n /opt/kde/lib64

(python configure.py -h for all switches)

That's a pretty old version of PyKDE too.  I'm way behind in getting a final 
release out, but the snapshot at http://riverbankcomputing.co.uk is pretty 
complete.

Sorry for the slow response - my mail has been really screwed up lately.

Jim




More information about the PyQt mailing list