Hi there!

I could finally compile PySide 1.0.4 agains Python 2.6 and Qt 4.5.3.

There is a couple of things to take care of:
* /PySide/QtGui/typesystem_gui_common.xml: You added allready a condition for the QColor::Hsl class that checks the Qt version, but it appears a bunch of lines below again where the version check is missing. * The line containing "qeasingcurve_glue.cpp" in the file PySide/QtCore/CMakeLists.txt must be commented. * The line containing "qpixmapcache_key_wrapper.cpp" in file PySide/QtGui/CMakeLists.txt must be commented (this class was added in Qt 4.6 I guess).

I don't know if you want to keep PySide backwards compatible and if you want to include more Qt version checks into your code, but this information could at least be marked somewhere for people who are still trying to compile.

Greets,
Carlo
_______________________________________________
PySide mailing list
[email protected]
http://lists.pyside.org/listinfo/pyside

Reply via email to