Summary: | kate-4.13.97 pate plugin build fails | ||
---|---|---|---|
Product: | [Unmaintained] bindings | Reporter: | Rex Dieter <rdieter> |
Component: | pykde | Assignee: | kde-bindings |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | demm |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/pykde4/84139e526d1ed02d15606dacbd4c9b0c8cf1a872 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: |
fix out-of-tree builds
fix out-of-tree builds |
Description
Rex Dieter
2014-08-08 19:23:29 UTC
And, I can find no pykde_config.sip anywhere either. OK, found a reference in pykde4 sources, seems the problem of awol pykde_config.sip lies there. It would appear that neither pykde_config.sip nor pykdeconfig.py get created if one does out-of-tree builds, e.g. mkdir build; cd build cmake .. make ... Created attachment 88169 [details]
fix out-of-tree builds
first try, seems to fix the problem for me.
Hrm, that was just a start, the files get created at build time, but they don't seem to get installed yet. Created attachment 88172 [details]
fix out-of-tree builds
Second version, also handles installing new pykde_config.sip file
Submitted, https://git.reviewboard.kde.org/r/119679/ Git commit 84139e526d1ed02d15606dacbd4c9b0c8cf1a872 by Rex Dieter. Committed on 14/08/2014 at 20:15. Pushed by rdieter into branch 'KDE/4.14'. install pykde_config.sip too REVIEW: 119679 M +1 -0 CMakeLists.txt http://commits.kde.org/pykde4/84139e526d1ed02d15606dacbd4c9b0c8cf1a872 |