[PyQt] Next Releases
michael h
michaelkenth at gmail.com
Mon Mar 10 03:09:39 GMT 2014
On Wed, Mar 5, 2014 at 3:32 AM, Phil Thompson
<phil at riverbankcomputing.com>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
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
>
[I'm 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:\qt\Qt5.2.1\5.2.1\msvc2010\bin\qmake.exe.
Qt is built as a shared library.
SIP 4.15.5-snapshot-22c03a345d4e is being used.
The sip executable is d:\python33\sip.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-f6528098012c\qpy\qtcore\qpycore_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-f6528098012c\sip/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 I'm missing something.
- Michael
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20140309/b8e5c322/attachment.html>
More information about the PyQt
mailing list