[PyQt] Support for Qt v4.6

Phil Thompson phil at riverbankcomputing.com
Mon Dec 21 15:35:43 GMT 2009


On Mon, 21 Dec 2009 16:12:43 +0100, Attila Csipa <pyqt at csipa.in.rs> wrote:
> On Monday 21 December 2009 15:13:20 Phil Thompson wrote:
>> > I'm probably stating the obvious, but there are a few 4.5 regressions
>> > in
>> > snapshots (qmatrix4x4 was the first I ran into) that will have to be
>>
>> Snapshots build against Qt v4.5 without problems.
> 
> Granted, I'm compiling for ARM, not x86, but since about 2009-12-14, I'm 
> getting the following (with Qt 4.5.3):
> 
> make[2]: Entering directory `/home/maemo/python-qt4-4.6.2/QtGui'
> g++ -c -pipe -fPIC -O3 -Wall -W -D_REENTRANT -DNDEBUG
> -DSIP_PROTECTED_IS_PUBLIC -Dprotected=public -DQT_NO_DEBUG -DQT_GUI_LIB
> -DQT_CORE_LIB -I. -I/home/maemo/python-qt4-4.6.2/qpy/QtGui
> -I/usr/include/python2.5 -I/usr/mkspecs/linux-g++
-I/usr/include/qt4/QtGui
> -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I/usr/include/X11 -o 
> sipQtGuicmodule.o sipQtGuicmodule.cpp
> In file included from sipQtGuicmodule.cpp:34:
> /home/maemo/python-qt4-4.6.2/sip/QtGui/qmatrix4x4.sip:263: 
> error: 'sipErrorState' does not name a type
> /home/maemo/python-qt4-4.6.2/sip/QtGui/qmatrix4x4.sip:265: 
> error: 'sipErrorState' does not name a type
> /home/maemo/python-qt4-4.6.2/sip/QtGui/qmatrix4x4.sip:267: 
> error: 'sipErrorState' does not name a type
> /home/maemo/python-qt4-4.6.2/sip/QtGui/qmatrix4x4.sip:273: 
> error: 'sipErrorState' does not name a type
> /home/maemo/python-qt4-4.6.2/sip/QtGui/qmatrix4x4.sip:290: 
> error: 'sipErrorState' does not name a type
> /home/maemo/python-qt4-4.6.2/sip/QtGui/qmatrix4x4.sip:339: 
> error: 'sipErrorState' does not name a type

Looks like you aren't using a current SIP snapshot.

Phil


More information about the PyQt mailing list