[PyQt] [#KFQ-627-74792]: Compiling PyQt5 on a Raspberry Pi

2013-08-05 Thread TeamSpeak Piracy
John Donovan, Thank you for contacting us. This is an automated response confirming the receipt of your ticket. One of our agents will get back to you as soon as possible. For your records, the details of the ticket are listed below. When replying, please make sure that the ticket ID is kept in th

[PyQt] [#AHT-768-30154]: Fwd: Compiling PyQt5 on a Raspberry Pi

2013-08-05 Thread TeamSpeak Piracy
John Donovan, Thank you for contacting us. This is an automated response confirming the receipt of your ticket. One of our agents will get back to you as soon as possible. For your records, the details of the ticket are listed below. When replying, please make sure that the ticket ID is kept in th

[PyQt] [#IWW-111-92216]: Compiling PyQt5 on a Raspberry Pi

2013-08-05 Thread TeamSpeak Piracy
John Donovan, Thank you for contacting us. This is an automated response confirming the receipt of your ticket. One of our agents will get back to you as soon as possible. For your records, the details of the ticket are listed below. When replying, please make sure that the ticket ID is kept in th

Re: [PyQt] Compiling PyQt5 on a Raspberry Pi

2013-08-05 Thread Dmitry Shachnev
This is not specific to Raspbian, but happens on all systems where qreal == float (i.e. all ARM systems). This particular issue happens because in qbrush.sip we have: typedef QVector> QGradientStops; while in Qt 5.1 qreal is used instead of double: typedef QPair QGradientStop; typedef QVe