[PyQt] Next Releases

Phil Thompson phil at riverbankcomputing.com
Mon Mar 10 09:20:17 GMT 2014


On 10-03-2014 3:09 am, michael h wrote:
> On Wed, Mar 5, 2014 at 3:32 AM, Phil Thompson
> <phil at riverbankcomputing.com [3]> wrote:
>
>> The current PyQt5, PyQt4, QScintilla and SIP snapshots are all
>> release candidates. The final releases will be in about a week. In
>> the meantime any testing would be greatly appreciated.
>>
>> Phil
>> _______________________________________________
>> PyQt mailing list    PyQt at riverbankcomputing.com [1]
>> http://www.riverbankcomputing.com/mailman/listinfo/pyqt [2]
>
> [Im re-forwarding to the list, I misreplied previously, apologies to
> the person getting it twice]
>
>  I tried to build snapshot f6528098012c on windows:
>
>  Qt v5.2.1 (Open Source) is being used.
> The qmake executable is c:qtQt5.2.15.2.1msvc2010binqmake.exe.
> Qt is built as a shared library.
>  SIP 4.15.5-snapshot-22c03a345d4e is being used.
> The sip executable is d:python33sip.exe.
>
> configure.py appeared to complete successfully. When I ran nmake I 
> got
> a few of these errors:
>
>> d:pyqt-gpl-5.2.1-snapshot-f6528098012cqpyqtcoreqpycore_chimera.h(33)
> : fatal error C1083: Cannot open include file: sipAPIQtCore.h: No 
> such
> file or directory
>
> I manually fiddled with the INCLUDE env var, but ran into similar
> errors for sipAPIQtGui.h, sipAPIQtQml.h as well. I believe there
> would be at least a couple more like these if not for the next error 
> I
> hit:
>
>>
> 
> D:PyQt-gpl-5.2.1-snapshot-f6528098012csip/QtQuick/qsggeometry.sip(136)
> : error C2196: case value 5126 already used
>
> I thought maybe this from qopengl.h could have something to do with
> that on windows:
>
>  #  ifndef GL_DOUBLE
> #   define GL_DOUBLE GL_FLOAT
> #  endif
>
> Please let me know if Im missing something.
>
>  - Michael

Should be fixed in tonight's snapshot.

Thanks,
Phil


More information about the PyQt mailing list