Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Miscellaneous fixes #128

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

Conversation

JamiKettunen
Copy link

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.

dobey and others added 5 commits December 19, 2023 15:37
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>
      |          ^~~~~~~~~~~~~~~~
@JamiKettunen JamiKettunen marked this pull request as draft January 6, 2025 01:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants