Summary: | Python bindings don't build | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kcoreaddons | Reporter: | Antonio Rojas <arojas> |
Component: | general | Assignee: | David Edmundson <kde> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | faure, kdelibs-bugs, luis.davila.pc |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kcoreaddons/6a686c28d3866dea7dd28d7d6f8cf54af62cd304 | Version Fixed In: | |
Sentry Crash Report: |
Description
Antonio Rojas
2019-05-07 16:05:46 UTC
Does it work better if using KProcessInfoList = QList<KProcessInfo>; is changed into typedef QList<KProcessInfo> KProcessInfoList; in src/lib/util/kprocesslist.h:78? Just in case sip isn't very good with C++11... I didn't look into why my build doesn't include python bindings (nor the CI build...) -- we need to fix that too. (In reply to David Faure from comment #1) > Does it work better if > using KProcessInfoList = QList<KProcessInfo>; > is changed into > typedef QList<KProcessInfo> KProcessInfoList; > in src/lib/util/kprocesslist.h:78? > Yes, this fixes it Git commit 6a686c28d3866dea7dd28d7d6f8cf54af62cd304 by David Edmundson. Committed on 21/05/2019 at 21:32. Pushed by davidedmundson into branch 'master'. Fix compliation for python bindings Patch effectively written by David Faure on the bug report M +1 -1 src/lib/util/kprocesslist.h https://commits.kde.org/kcoreaddons/6a686c28d3866dea7dd28d7d6f8cf54af62cd304 |