Hi, Im quite new to this but following installation instructions i came across a compile error while running make for pykde.
PyKDE version 3.11.3 Debian 3.1 testing (2.6.8 kernel) KDE 3.2.3 Make 3.80 First i ran: python configure.py as normal user. Which was successful with the following output: --- START configure.py output PyKDE version 3.11.3 ------- Python include directory is /usr/include/python2.3 Python version is 2.3.4 sip version is 4.0.1 (4.0.1) Qt directory is /usr/share/qt3 Qt version is 3.3.3 PyQt directory is /usr/share/sip/qt PyQt version is 3.12 (3.12.0) KDE base directory is /usr KDE include directory is /usr/include/kde KDE lib directory is /usr/lib KDE version is 3.2.3 (0x30203) PyKDE modules will be installed in /usr/lib/python2.3/site-packages PyKDE .sip files will be installed in /usr/share/sip PyKDE modules to be built: dcop kdecore kdesu kdefx kdeui kio kfile kparts khtml kspell kdeprint kmdi Generating the C++ source for the dcop module... Creating the Makefile for the dcop module... Generating the C++ source for the kdecore module... Creating the Makefile for the kdecore module... Generating the C++ source for the kdesu module... Creating the Makefile for the kdesu module... Generating the C++ source for the kdefx module... Creating the Makefile for the kdefx module... Generating the C++ source for the kdeui module... Creating the Makefile for the kdeui module... Generating the C++ source for the kio module... Creating the Makefile for the kio module... Generating the C++ source for the kfile module... Creating the Makefile for the kfile module... Generating the C++ source for the kparts module... Creating the Makefile for the kparts module... Generating the C++ source for the khtml module... Creating the Makefile for the khtml module... Generating the C++ source for the kspell module... Creating the Makefile for the kspell module... Generating the C++ source for the kdeprint module... Creating the Makefile for the kdeprint module... Generating the C++ source for the kmdi module... Creating the Makefile for the kmdi module... Creating top level Makefile... Creating pykdeconfig.py... ------- END configure.py output Then i ran make (also as normal user). This ran for about a minute or two, but somewhere in the middle of building "kdeui" it stopped with an error. I am not sure why. Below is some output. --- START make output /usr/share/qt3/bin/moc -o moc_sipkdefxpart0.cpp sipkdefxpart0.h g++ -c -Wno-deprecated-declarations -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUP ra/kde323 -I/usr/include/kde -I/usr/include/python2.3 -I/usr/share/qt3/include -I/usr/X11R6/include -o .o moc_sipkdefxpart0.cpp g++ -shared -o kdefx.so sipkdefxpart0.o moc_sipkdefxpart0.o -L/usr/lib -L/usr/share/qt3/lib -L/usr/X11R t-mt -lXext -lX11 -lm -lpthread make[1]: Leaving directory `/home/templar/apps/PyKDE-3.11.3/kdefx' make[1]: Entering directory `/home/templar/apps/PyKDE-3.11.3/kdeui' g++ -c -Wno-deprecated-declarations -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUP ra/kde323 -I/usr/include/kde -I/usr/include/python2.3 -I/usr/share/qt3/include -I/usr/X11R6/include -o ipkdeuipart0.cpp In file included from sipkdeuipart0.cpp:107: sip/kdeui/klistview.sip:253:19: qlist.h: No such file or directory In file included from sipkdeuipart0.cpp:5681: sipkdeuipart0.h:43:19: qlist.h: No such file or directory sip/kdeui/kkeydialog.sip: In function `PyObject* convertFrom_IntDict(void*)': sip/kdeui/kkeydialog.sip:209: warning: taking address of temporary make[1]: *** [sipkdeuipart0.o] Error 1 make[1]: Leaving directory `/home/templar/apps/PyKDE-3.11.3/kdeui' make: *** [all] Error 2 --- END make output There is more output above but no errors there. Im not sure how much u really need and wether it can help at all. cheers Oliver _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde