On Sunday July 13 2003 07:32, Jan Mazur wrote: > Finally I installed the PyQt, and tried to install PyKDE, and > here I met new problems... :) here is a compiler error:
> g++ -c -pipe -w -O2 -D_REENTRANT -fPIC -DSIP_MAKE_MODULE_DLL > -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -fno-exceptions > -I/usr/share/qt3/mkspecs/default -I. -I../extra/kde311 -I. > -I../../../include/python2.1 -I../../../include/kde > -I/usr/share/qt3/include -o sipkdecoreKURLList.o > sipkdecoreKURLList.cpp sip/kurl.sip: In function `struct > PyObject * sipDo_KURL_List___len__(PyObject *, PyObject *)': > sip/kurl.sip:205: `sipSelfObj' undeclared (first use this > function) sip/kurl.sip:205: (Each undeclared identifier is > reported only once sip/kurl.sip:205: for each function it > appears in.) > make[1]: *** [sipkdecoreKURLList.o] Error 1 > make[1]: Leaving directory `/usr/local/PyKDE-3.5-2/kdecore' > make: *** [sub-kdecore] Error 2 > What should I do with this. Does anybody know the solution to > this? Without knowing the versions of sip, PyQt and PyKDE you're using it's hard to say what the problem is. My guess is that you have PyKDE-3.5 and a 3.6 or 3.7 version of PyQt and sip. PyKDE won't build with those yet. I'm hoping to have a compatible PyKDE version soon - I'll probably start on it tomorrow. Jim _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
