You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even after installing all dependencies, I still get this error.
The lib64purple-devel package is already installed.
[michael@desktop build (master)]$ cmake ..
CMake Error at CMakeLists.txt:25 (find_package):
By not providing "FindPurple.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "Purple", but
CMake did not find one.
Could not find a package configuration file provided by "Purple" with any
of the following names:
PurpleConfig.cmake
purple-config.cmake
Add the installation prefix of "Purple" to CMAKE_PREFIX_PATH or set
"Purple_DIR" to a directory containing one of the above files. If "Purple"
provides a separate development package or SDK, be sure it has been
installed.
-- Configuring incomplete, errors occurred!
[michael@desktop build (master)]$ dnf whatprovides */purple.h
Última verificação de metadados: 1:20:01 atrás em dom 22 dez 2024 14:31:15.
lib64purple-devel-2.14.12-2.mga9.x86_64 : Development files for pidgin
Repositório: @System
Resultado a partir de:
Nome do arquivo: /usr/include/libpurple/purple.h
lib64purple-devel-2.14.12-2.mga9.x86_64 : Development files for pidgin
Repositório: mageia-x86_64
Resultado a partir de:
Nome do arquivo: /usr/include/libpurple/purple.h
[michael@desktop build (master)]$
The text was updated successfully, but these errors were encountered:
This usually happens when git submodule update --init was not executed after git clone.
In case you are building from a downloaded .zip file, you also need to download https://github.com/hoehermann/purple-cmake-template and configure purple-gowhatsapp manually via Purple_DIR. This approach is flaky and therefore not recommended.
Even after installing all dependencies, I still get this error.
The lib64purple-devel package is already installed.
The text was updated successfully, but these errors were encountered: