[PyKDE] sip/PyQt compiling problems

Karolina Lindqvist pgd-karolina.lindqvist at algonet.se
Tue Sep 19 14:52:41 BST 2000


Den Mon, 18 Sep 2000 skrev Phil Thompson:


> The errors you describe all seem to be related to trying to compile
> files from one version of moc against a different version of Qt. Moc
> generated code is often not compatible between different versions of Qt.
>
> When you move to a different version of Qt you *must* recompile SIP and
> PyQt, and make sure you do it with completely clean sources.

Thank you. It solved the problem, at lest the compile with qt-1.44. The file 
siplib/moc_sipQt.cpp does not get deleted when doing a clean. When I manually 
deleted it, it got regenerated by moc and compiled.

-- Karolina





More information about the PyQt mailing list