[review] [PyKDE] can't make PyKDE

Jim Bublitz jbublitz at nwinternet.com
Mon Jul 4 17:18:16 BST 2005


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-snapshot20050628.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




More information about the PyQt mailing list