[PyKDE] Problem siping with Qt 3.0.3

Ken Godee ken at perfect-image.com
Wed Mar 5 19:21:01 GMT 2003


Ok, I'll ask it, what version of "sip" are you using?
I've recently compiled and install PyQt on two diff.
Rh7.3 machines with Qt 3.0.3 with no problems.
Make sure you are using current PyQt and "Sip".
Here's a list of the files I used......
rpm -q qt  = "qt-3.0.3.11"
qscintilla-1.49-x11-gpl-snapshot-20021225
sip-x11-gpl-snapshot-20030105
PyQt-x11-gpl-snapshot-20020106

>    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'.
> 
> _______________________________________________
> PyKDE mailing list    PyKDE at mats.gmd.de
> http://mats.gmd.de/mailman/listinfo/pykde
> 





More information about the PyQt mailing list