https://bugs.kde.org/show_bug.cgi?id=397154
--- Comment #5 from Stefan Brüns <stefan.bru...@rwth-aachen.de> --- (In reply to Christoph Feck from comment #3) > First error is: > > kcoreaddons/src/build/src/lib/pybuild/PyKF5/KCoreAddons/ > sipKCoreAddonsKFormat.cpp:197:46: error: 'AutoAdjust' is not a member of > 'KFormat' > ::KFormat::UnitPrefix a3 = KFormat::AutoAdjust; > > Probably needs to read 'KFormat::UnitPrefix::AutoAdjust', since it's an > 'enum class'. It definitely has to be 'KFormat::UnitPrefix::AutoAdjust'. This would be a bug in python-sip. According to http://pyqt.sourceforge.net/Docs/sip4/using.html#wrapping-enums, scoped enums should be supoorted. Make sure you have a current python-sip. -- You are receiving this mail because: You are watching all bug changes.