Ich möchte kompilieren und dann installierenHawaiiaus dem Quellcode, aber ich stecke beim Kompilieren festGrüne Insel(eine Abhängigkeit von Hawaii) aus der Quellcodephase. Ich habe ein Build-Unterverzeichnis des Quellcodeverzeichnisses erstellt mkdir build
und ausgeführt:
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
aber dies gab den Fehler:
CMake Error at /usr/lib64/cmake/Qt5/Qt5Config.cmake:26 (find_package):
Could not find a package configuration file provided by "Qt5Compositor"
with any of the following names:
Qt5CompositorConfig.cmake
qt5compositor-config.cmake
Add the installation prefix of "Qt5Compositor" to CMAKE_PREFIX_PATH or set
"Qt5Compositor_DIR" to a directory containing one of the above files. If
"Qt5Compositor" provides a separate development package or SDK, be sure it
has been installed.
Call Stack (most recent call first):
CMakeLists.txt:60 (find_package)
-- Configuring incomplete, errors occurred!
See also "/home/fusion809/Programs/Hawaii/greenisland-0.6.0/build/CMakeFiles/CMakeOutput.log".
Hierist meine Protokolldatei (/home/fusion809/Programs/Hawaii/greenisland-0.6.0/build/CMakeFiles/CMakeOutput.log).
Ich interpretiere diesen Fehler so, dass Qt5CompositorConfig.cmake auf meinem System fehlt. Welches Portage-Ebuild muss ich zusammenführen, um diese Bibliothek zu erhalten? Falls relevant: Ich arbeite an Sabayon Linux.
Antwort1
Ich habe es selbst herausgefunden, ich hattedev-qt/qtwaylandinstalliert, aber ich musste das USE-Flag des Wayland-Compositors aktivieren, um diese Bibliothek zu erhalten. Nachdem ich das getan hatte, konnte ich die Kompilierung von Green Island abschließen.