[PyKDE] Problem siping with Qt 3.0.3

Paul F. Kunz Paul_Kunz at SLAC.Stanford.EDU
Wed Mar 5 18:08:00 GMT 2003


   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

/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?

On my machine, things work with Qt 3.1.1 installed in /usr/local and
the -t flag adjusted to `Qt_3_1_1'.




More information about the PyQt mailing list