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 _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
