You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems there are some direct references to /usr in that file
I am getting this error output
CMake Error at cmake/Qt5WaylandClient/Qt5WaylandClientConfig.cmake:27 (message):
The imported target "Qt5::WaylandClient" references the file
"/usr/include/qt/"
but this file does not exist. Possible reasons include:
The file was deleted, renamed, or moved to another location.
An install or uninstall procedure did not complete successfully.
Same problem, It seems that there is a "/usr/include/qt5" folder instead of "/usr/include/qt", so I fixed it by creating a symbolic link. sudo ln -s /usr/include/qt5 /usr/include/qt
I am unable to build Papyros, as qt5 is in /opt
It seems there are some direct references to /usr in that file
I am getting this error output
CMake Error at cmake/Qt5WaylandClient/Qt5WaylandClientConfig.cmake:27 (message):
The imported target "Qt5::WaylandClient" references the file
but this file does not exist. Possible reasons include:
The file was deleted, renamed, or moved to another location.
An install or uninstall procedure did not complete successfully.
The installation package was faulty and contained
"/srcbuild/papyros-shell/cmake/Qt5WaylandClient/Qt5WaylandClientConfig.cmake"
but not all the files it references.
Call Stack (most recent call first):
cmake/Qt5WaylandClient/Qt5WaylandClientConfig.cmake:63 (_qt5_WaylandClient_check_file_exists)
CMakeLists.txt:53 (find_package)
-- Configuring incomplete, errors occurred!
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: