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

Cmake shows error after running make #10

Open
tea0112 opened this issue Jun 18, 2024 · 2 comments
Open

Cmake shows error after running make #10

tea0112 opened this issue Jun 18, 2024 · 2 comments

Comments

@tea0112
Copy link

tea0112 commented Jun 18, 2024

`➜ git submodule update --init

Submodule 'bamboo/bamboo-core' (https://github.com/BambooEngine/bamboo-core) registered for path 'bamboo/bamboo-core'

Cloning into '/home/user/workspace/fcitx5-bamboo/bamboo/bamboo-core'...

Submodule path 'bamboo/bamboo-core': checked out 'f0ca534819fa84ee37df9277ff2449d82ed1ec3e'

fcitx5-bamboo on  main via △ v3.29.5

➜ mkdir -p build

fcitx5-bamboo on  main via △ v3.29.5

➜ cd build

fcitx5-bamboo/build on  main

➜ cmake ../ -DCMAKE_INSTALL_PREFIX=/usr

-- The C compiler identification is GNU 11.4.0

-- The CXX compiler identification is GNU 11.4.0

-- Detecting C compiler ABI info

-- Detecting C compiler ABI info - done

-- Check for working C compiler: /usr/bin/cc - skipped

-- Detecting C compile features

-- Detecting C compile features - done

-- Detecting CXX compiler ABI info

-- Detecting CXX compiler ABI info - done

-- Check for working CXX compiler: /usr/bin/c++ - skipped

-- Detecting CXX compile features

-- Detecting CXX compile features - done

CMake Error at CMakeLists.txt:11 (find_package):

By not providing "FindFcitx5Core.cmake" in CMAKE_MODULE_PATH this project

has asked CMake to find a package configuration file provided by

"Fcitx5Core", but CMake did not find one.

Could not find a package configuration file provided by "Fcitx5Core"

(requested version 5.0.22) with any of the following names:

Fcitx5CoreConfig.cmake

fcitx5core-config.cmake

Add the installation prefix of "Fcitx5Core" to CMAKE_PREFIX_PATH or set

"Fcitx5Core_DIR" to a directory containing one of the above files. If

"Fcitx5Core" provides a separate development package or SDK, be sure it has

been installed.

-- Configuring incomplete, errors occurred!`

@hajuha
Copy link

hajuha commented Sep 21, 2024

got the same error

@goatastronaut0212
Copy link

I don't think this looks like a valid issue somehow. You may want to research how Nixpkgs or Arch PKGBUILD build it.

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

No branches or pull requests

3 participants