A couple of days ago I downloaded and compiled PyQt-gpl-5.1 -snapshot-597681874226 on my Linux Mint Debian Edition box.
The file qmlscene/pluginloader.cpp failed to compile the sentence: QVector<uint> ucs4 = py_plugin_dir.toUcs4(); It looked like QVector was not defined, so I fixed the error including the line: #include <QVector> at the start of the file.After that, the file compiled fine. Tom
_______________________________________________ PyQt mailing list PyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt