コンパイルしてからインストールしたいハワイソースコードからコンパイルするところまで行き詰まっていますグリーンアイランド(Hawaii の依存関係) をソース コード ステージから実行します。ソース コード ディレクトリのビルド サブディレクトリを作成しmkdir build
、次を実行しました。
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
しかし、次のようなエラーが発生しました:
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".
ここログファイル (/home/fusion809/Programs/Hawaii/greenisland-0.6.0/build/CMakeFiles/CMakeOutput.log) です。
このエラーは、システムに Qt5CompositorConfig.cmake がないことを意味すると解釈しています。このライブラリを取得するには、どの Portage ebuild をマージする必要がありますか? 関連する場合、私は Sabayon Linux で作業しています。
答え1
私は自分でそれを理解しました、私はdev-qt/qtwaylandインストールされましたが、このライブラリを取得するには wayland-compositor USE フラグを有効にする必要がありました。それを行うと、Green Island のコンパイルを完了できました。