Depois de comentar as linhas ofensivas ( CMakeLists.txt:9
, CMakeLists.txt:10
, be.clock/CMakeLists:22
) compila muito bem para mim.
Eu não consegui compilar o beclock no último Arch, com yaourt -S bekwinfx-git
:
CMake Error at CMakeLists.txt:9 (find_package):
By not providing "FindXCB.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "XCB", but
CMake did not find one.
Could not find a package configuration file provided by "XCB" with any of
the following names:
XCBConfig.cmake
xcb-config.cmake
Add the installation prefix of "XCB" to CMAKE_PREFIX_PATH or set "XCB_DIR"
to a directory containing one of the above files. If "XCB" provides a
separate development package or SDK, be sure it has been installed.
E eu tentei usar pkgfile
para encontrar esses arquivos, e sem sucesso (eu já atualizei o cache pkgfile)
Alguém sabe como consertar isso?
UPDATE
Parece que o XCB e outras bibliotecas X11 já estão incluídas nos flags de compilação, então removê-los não faz mal
Tags cmake kde arch-linux