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

I have some errors, help me pls #3

Open
rickdotfri opened this issue Jul 30, 2021 · 3 comments
Open

I have some errors, help me pls #3

rickdotfri opened this issue Jul 30, 2021 · 3 comments

Comments

@rickdotfri
Copy link

I can't do cmake .. (It gives error)
the error says:
CMake Error at bluez/CMakeLists.txt:15 (find_package):
By not providing "FindKF5BluezQt.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"KF5BluezQt", but CMake did not find one.

Could not find a package configuration file provided by "KF5BluezQt" with
any of the following names:

KF5BluezQtConfig.cmake
kf5bluezqt-config.cmake

Add the installation prefix of "KF5BluezQt" to CMAKE_PREFIX_PATH or set
"KF5BluezQt_DIR" to a directory containing one of the above files. If
"KF5BluezQt" provides a separate development package or SDK, be sure it has
been installed.

-- Configuring incomplete, errors occurred!
See also "/home/erikachan/libcutefish/build/CMakeFiles/CMakeOutput.log".

how can i pass this error?

@reionwong
Copy link
Member

Lack of compile dependency, you can try:

Ubuntu / Debian

sudo apt install libkf5bluezqt-dev

ArchLinux

sudo pacman -S bluez-qt

@rickdotfri
Copy link
Author

That worked! Thank you so much for your help

@Piping
Copy link

Piping commented Aug 2, 2021

libkf5bluezqt-dev on ubuntu 20.04 does not have up to date version, no Bluez/Rfkill header files, any plan to support binary build on ubuntu 20.04 without pull all KDE/QT development environment and build them from source?

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