[PyKDE] PyKDE Build Error, bug?

Eric Williams rube at uselessbastard.net
Fri Nov 21 17:04:00 GMT 2003


Hi All,

I'm getting the following error while building PyKDE 3.8.0:

rm -f libpykpanelapplet.so.1.0.0 libpykpanelapplet.so libpykpanelapplet.so.1 
libpykpanelapplet.so.1.0
g++ -Wl,-rpath,/usr/lib/qt-3.2.1/lib -shared 
-Wl,-soname,libpykpanelapplet.so.1 -Wl,-rpath,/home/eric/Downloads/python/
PyKDE-3.8.0/libs -o libpykpanelapplet.so.1.0.0 pykpanelapplet.o 
moc_pykpanelapplet.o  -L/usr/lib/qt-3.2.1/lib -L/usr/X11R6/lib -L../libs 
-L ../libs /usr/lib/python2.2/site-packages /usr/lib/python2.3/site-packages 
-L/opt/kde/lib -lsip -lkdeuicmodule -lpythonize -lkdeui -lkdecore -lqt-mt 
-lXext -lX11 -lm -lpthread
g++: /usr/lib/python2.2/site-packages: No such file or directory
make[1]: *** [../libs/libpykpanelapplet.so.1.0.0] Error 1
make[1]: Leaving directory `/home/eric/Downloads/python/PyKDE-3.8.0/
pykpanelapplet'
make: *** [sub-pykpanelapplet] Error 2

After checking out the Makefile, I found that LIBS was setup incorrectly. Once 
I took out a spurious "/usr/lib/python2.2/site-packages" and put an -L in 
front of "/usr/lib/python2.3/site-packages", it completed the compile.

Configuration:
Slackware 9.1
Qt 3.2.1
Python 2.3.1
PyQt-x11-gpl-3.8.1
PyKDE-3.8.0


Thanks,
Eric




More information about the PyQt mailing list