Summary: | [FTBFS]: kwin on f33 / s390x | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Martin Kyral <sine.nomine> |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dan, rdieter, zilla |
Priority: | NOR | ||
Version: | 5.19.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kwin/commit/34c1bccdb797d72c0f0db75ef87ec25695ac6d01 | Version Fixed In: | |
Sentry Crash Report: |
Description
Martin Kyral
2020-06-16 12:10:39 UTC
Any progress, please? A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/74 Git commit 34c1bccdb797d72c0f0db75ef87ec25695ac6d01 by David Edmundson. Committed on 22/06/2020 at 15:51. Pushed by davidedmundson into branch 'Plasma/5.19'. Fix build with loadThemeCursor templates WaylandCursorImage::loadThemeCursor(const T &shape) uses templates. These templates are used by input.cpp but the deifnition is in pointer_input.cpp On some setups this creates a compilation problem. This patch introduces an explicit non-templated declaration with the defintion explicitly complied into the same class. In master this has been refactored away anyway, so this is a minimal patch to make things working in the least invasive way. M +1 -1 input.cpp M +6 -0 pointer_input.cpp M +3 -0 pointer_input.h https://invent.kde.org/plasma/kwin/commit/34c1bccdb797d72c0f0db75ef87ec25695ac6d01 Thanks for the fix |