[PyQt] PyQt Release Plans and Qt v4.4 Support

Henning Schröder henning.schroeder at gmail.com
Thu Apr 17 22:04:30 BST 2008


On Thu, Apr 17, 2008 at 8:27 PM, Phil Thompson
<phil at riverbankcomputing.com> wrote:
> On Thursday 17 April 2008, Henning Schröder wrote:
>  > make[1]: Entering directory
>  > `/home/kde/pyqt/PyQt-x11-gpl-4.4-snapshot-20080416/QtCore'
>  > g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG
>  > -DQT_CORE_LIB -I. -I/home/kde/opt/include/python2.5
>  > -I/usr/include/python2.5 -I/home/kde/qt4/mkspecs/default
>  > -I/home/kde/qt4/include/QtCore -I/home/kde/qt4/include
>  > -I/usr/X11R6/include -o sipQtCoreQFile.o sipQtCoreQFile.cpp
>  > sipQtCoreQFile.cpp: In function 'PyObject* meth_QFile_unmap(PyObject*,
>  > PyObject*)':
>  > sipQtCoreQFile.cpp:1974: error: invalid conversion from 'void*' to 'uchar*'
>  > sipQtCoreQFile.cpp:1974: error:   initializing argument 1 of 'bool
>  > QFile::unmap(uchar*)'
>  > make[1]: *** [sipQtCoreQFile.o] Error 1
>  > make[1]: Leaving directory
>  > `/home/kde/pyqt/PyQt-x11-gpl-4.4-snapshot-20080416/QtCore'
>  > make: *** [all] Error 2
>
>  You'd get that error if you weren't using the SIP snapshot.
>
I added a print-statement before os.sytem in configure.py to be sure:

[..]
Generating the C++ source for the QtCore module...
CMD= "/home/kde/opt/bin/sip" -x VendorID -t WS_X11 -x
PyQt_NoPrintRangeBug -t Qt_4_4_0_rc1 -g -a QtCore.api -c QtCore -b
QtCore/QtCore.sbf -I sip sip/QtCore/QtCoremod.sip
Creating the Makefile for the QtCore module...
[..]

It seems that  the new sip-snapshot is used and not any other version
on my system:
$ /home/kde/opt/bin/sip -V
4.7.5-snapshot-20080415

Anything else I could test?


Henning



More information about the PyQt mailing list