Summary: | undefined reference to `KWindowConfig::allConnectedScreens()' | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kconfig | Reporter: | Bernhard Landauer <bernhard> |
Component: | general | Assignee: | Matthew Dawson <matthew> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | henri, kdelibs-bugs-null, nate, nicolas.fella |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Manjaro | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/kconfig/commit/a1ffd1418f355ae927c9b7859cffcb6caa767306 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: |
full build log
build log for commit 803b9f16 |
Same here, needs newer KConfig https://invent.kde.org/frameworks/kconfig/-/commit/803b9f16e0b9133ddfef40dd16a368c39fa1b0a6 What I am trying to say is, that latest commit fails to build! (In reply to Nicolas Fella from comment #1) > Same here, needs newer KConfig > > https://invent.kde.org/frameworks/kconfig/-/commit/ > 803b9f16e0b9133ddfef40dd16a368c39fa1b0a6 That's exactly the commit giving the error. I'm attaching full build log again. Created attachment 131280 [details]
build log for commit 803b9f16
Your reply doesn't make much sense. I'm saying that commit 803b9f16 fails to build and you are pointing back to the same commit itself ;) ? Thank you, @hchain, this fixes it for me. A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kconfig/-/merge_requests/23 Git commit a1ffd1418f355ae927c9b7859cffcb6caa767306 by Nate Graham. Committed on 03/09/2020 at 18:28. Pushed by ngraham into branch 'master'. Make KWindowConfig::allConnectedScreens() static and internal It doesn't need to be public since it's just an internal convenience function. So let's make it static. M +12 -11 src/gui/kwindowconfig.cpp M +0 -7 src/gui/kwindowconfig.h https://invent.kde.org/frameworks/kconfig/commit/a1ffd1418f355ae927c9b7859cffcb6caa767306 |
Created attachment 131265 [details] full build log SUMMARY Latest git commit fails to build with error: /usr/bin/ld: CMakeFiles/Py3KF5KConfigGui.dir/pybuild/PyKF5/KConfigGui/unifiedKConfigGui.cpp.o: in function `meth_KWindowConfig_allConnectedScreens': /build/kconfig-git/src/build/src/gui/pybuild/PyKF5/KConfigGui/sipKConfigGuiKWindowConfig.cpp:27: undefined reference to `KWindowConfig::allConnectedScreens()' collect2: error: ld returned 1 exit status full build log is attached. SOFTWARE/OS VERSIONS KDE Plasma Version: 5.19.4 KDE Frameworks Version: 5.73.0 Qt Version: 5.15.0