Jim Thank you for your response. First, I was updating SIP, PyQT, PyKDE. Second I try to make this. SIP, PyQT making successful.
After this problem with my previous post solved, but new problem appear g++: internal error: Killed (program cc1plus) I think it is problem with my compiler. With best wishes Viktor. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim Bublitz Sent: Monday, July 04, 2005 8:18 PM To: [email protected] Cc: витёк Subject: Re: [review] [PyKDE] can't make PyKDE On Thursday 30 June 2005 14:46, витёк wrote: > sip version is snapshot-20050626 (4.2.1) More recent sip versions require explicit declaration of some private destructors - (2) and (3) below. The most recent 6/28 PyKDE snapshot should fix all of those occurrences: <http://www.river-bank.demon.co.uk/download/snapshots/PyKDE/PyKDE-snapshot20 050628.tar.gz> I'm not sure about the (1) error below - let me know if that's still a problem. If it is, it would help to know which gcc version you're using - I don't see that error here. Jim ----- (1) > sip/kdecore/kurl.sip: In function 'PyObject* > slot_KURL_List___add__(PyObject*, PyObject*)': > > sip/kdecore/kurl.sip:348: error: invalid cast of an rvalue expression of > type 'QValueList<KURL>' to type 'const KURL::List&' (2) > sipkdecorepart0.cpp: In function 'void > dealloc_KProcessController(sipWrapper*)': > /usr/include/kde/kprocctrl.h:140: error: 'virtual > KProcessController::~KProcessController()' is private > (3) > sipkdecorepart0.cpp:44135: error: within this context > sipkdecorepart0.cpp: In function 'void > dealloc_KSharedConfig(sipWrapper*)': > > /usr/include/kde/kconfig.h:291: error: 'virtual > KSharedConfig::~KSharedConfig()' is private _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
