[PyKDE] Problem siping with Qt 3.0.3
Phil Thompson
phil at river-bank.demon.co.uk
Wed Mar 5 19:14:01 GMT 2003
On Wednesday 05 March 2003 5:06 pm, Paul F. Kunz wrote:
> One of my users is having a problem building my software with PyQt
> 3.5 and the Qt 3.0.3 that came with his Red Hat 7.3 installation. Qt
> 3.0.3 doesn't appear to be supported by sip, so he tried 3.0.2 and
> 3.0.4 but got the following error
What makes you think that sip doesn't support Qt 3.0.3?
> /u1/local/bin/sip -c . -I /u1/local/PyQt-x11-gpl-3.5/sip -I ../../sip \
> -t Qt_3_0_4 -t WS_X11 ../../sip/sihippo.sip
> make: *** No rule to make target `sipqtQEventLoop.h', needed by
> `sihippocmodule.lo'. Stop.
>
> Indeed QEventLoop got introduced with Qt 3.1, but why is sip tring to
> build wrapper for it?
It's not trying to use a wrapper rather than build it, but the above trace
doesn't make much sense. Do you have any handwritten code?
> On my machine, things work with Qt 3.1.1 installed in /usr/local and
> the -t flag adjusted to `Qt_3_1_1'.
Phil
More information about the PyQt
mailing list