Draft
Conversation
wayland-scanner couldn't be located despite it being installed: CMake Error at /usr/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake:233 (message): Could NOT find QtWaylandScanner (missing: QtWaylandScanner_EXECUTABLE) Call Stack (most recent call first): /usr/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake:603 (_FPHSA_FAILURE_MESSAGE) cmake/FindQtWaylandScanner.cmake:76 (find_package_handle_standard_args) CMakeLists.txt:71 (find_package) alternatively the vendored copies could've been updated but they could also just not be vendored in the first place :)
CMake Error at /usr/share/ECM/modules/ECMFindModuleHelpers.cmake:172 (message): XCB: requested unknown components xfixes Call Stack (most recent call first): /usr/share/ECM/find-modules/FindXCB.cmake:144 (ecm_find_package_parse_components) CMakeLists.txt:227 (find_package)
All of this has been standardized since C++11 and these don't compile
anymore against LLVM 18.1.8 libc++.
src/mimonscreenplugins.cpp:22:10: fatal error: 'tr1/functional' file not found
22 | #include <tr1/functional>
| ^~~~~~~~~~~~~~~~
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Basing this on the Qt6 branch since I'm applying these on top of those to get it building for Chimera Linux; drafting until other Qt6 related PRs are merged.