https://bugs.kde.org/show_bug.cgi?id=386787
Kevin Funk <kf...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |CONFIRMED Ever confirmed|0 |1 --- Comment #3 from Kevin Funk <kf...@kde.org> --- Please check the blueprints in such cases. Inspecting kpty.py reveals: ``` if OsUtils.isUnix(): class Package(UnixPackage): def __init__(self): UnixPackage.__init__(self) else: class Package(VirtualPackageBase): def __init__(self): VirtualPackageBase.__init__(self) ``` => It won't be built on non-Unix platforms. KF5 Pty can't be built on Windows (check 'Support Platforms' on https://api.kde.org/frameworks/kpty/html/index.html). => Make Cantor buildable without kpty or make kpty build on Windows (likely won't make sense). -- You are receiving this mail because: You are watching all bug changes.