https://bugs.kde.org/show_bug.cgi?id=507469
Bug ID: 507469
Summary: Error when building kwin-x11 using kde-builder,
potentially broken includes
Classification: Developer tools
Product: buildsystem
Version First unspecified
Reported In:
Platform: EndeavourOS
OS: Linux
Status: REPORTED
Severity: crash
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 183503
--> https://bugs.kde.org/attachment.cgi?id=183503&action=edit
Screenshot of issue.
SUMMARY
After running the following command:
kde-builder workspace
The build fails exactly at kwin-x11. After looking at the logs, I noticed that
it is because of compiler errors since some functions are missing.
STEPS TO REPRODUCE
1. Run: kde-builder kwin-x11 -D (The build will fail)
2. Look at the corresponding log file
OBSERVED RESULT
The build failed because functions keyPressed() and keyReleased() in
/kwin-x11/src/plugins/kglobalaccel/kglobalaccel_plugin.cpp are not defined
EXPECTED RESULT
The build succeeds, and there are no compiler errors.
SOFTWARE/OS VERSIONS
Linux/KDE Plasma: EndeavorOS rolling
KDE Plasma Version: 6.4.3
KDE Frameworks Version: 6.16.0
Qt Version: 5.15.17
ADDITIONAL INFORMATION
input.h is not adjacent to the file; input.h has been moved 2 directories back,
and the functions appear to be renamed to checkKeyPressed() and
checkKeyReleased() within that input.h
--
You are receiving this mail because:
You are watching all bug changes.