[PyKDE] Re: sip-3.11.1, PyKDE-3.11.3 build failure

Phil Thompson phil at riverbankcomputing.co.uk
Fri Oct 8 15:57:39 BST 2004


On Friday 08 October 2004 2:23 pm, Rex Dieter wrote:
> Phil Thompson wrote:
> > On Thursday 07 October 2004 1:18 pm, Rex Dieter wrote:
> >>Is sipv3 supported anymore?
> >
> > It is deprecated. It should only be used by...
> > - those who use Python 2.2 and earlier
>
>                    ^^^^^^^^^^
>
> I know.  By supported, I meant "Is this bug going to be fixed"?  (-:
> > Should be fixed in tonight's snapshot.
>
> Trying to build PyKDE-3.11.3 against sip3/sip-snapshot-20041007 errors
> out the same way as sip-3.11.1.  (I only rebuilt sip, not PyQt).
>
> diffing the snapshot against sip-3.11.1 I didn't see much difference,
> the only significant change I saw was:
>
> diff -ubB sip-3.11.1/configure.py sip-snapshot-20041007/configure.py
> --- sip-3.11.1/configure.py     2004-09-24 11:55:28.000000000 -0500
> +++ sip-snapshot-20041007/configure.py  2004-10-07 21:30:04.000000000 -0500
> @@ -359,6 +359,12 @@
>       if sys.platform == "darwin" and qt_version < 0x030100:
>           siputils.error("PyQt for MacOS/X requires Qt v3.1.0 or later.")
>
> +    # The way SIP v4.2 and later handle connections ...
> +    # slots only works with Qt v3 and later.  T...
> +    # SIP v3.
> +    if qt_version < 0x030000 and sip_version >= 0x040000:
> +        siputils.error("Qt v2.x and earlier require SIP v3.x.")
> +
>       # Try and work out which edition it is.
>       global qt_edition

There are more changes than that - I've just downloaded to check.

Phil




More information about the PyQt mailing list