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 error when configuring #41

Open
grammoboy2 opened this issue Dec 14, 2020 · 0 comments
Open

Cmake error when configuring #41

grammoboy2 opened this issue Dec 14, 2020 · 0 comments

Comments

@grammoboy2
Copy link

Petri-Foo/build$ cmake ..
-- The C compiler identification is GNU 10.2.0
-- The CXX compiler identification is GNU 10.2.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
-- Building for Release, flags: -O2
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2")
-- Checking for module 'jack>=0.120.0'
-- Found jack, version 1.9.16
-- Found jack 1.9.16
-- Found ALSA: /usr/lib/x86_64-linux-gnu/libasound.so (found version "1.2.4")
-- Checking for module 'sndfile'
-- Found sndfile, version 1.0.28
-- Found sndfile 1.0.28
-- Checking for module 'samplerate'
-- Found samplerate, version 0.1.9
-- Found secret rabbit code 0.1.9
-- Checking for module 'glib-2.0>=2.16'
-- Found glib-2.0, version 2.66.3
-- Found glib2 2.66.3
-- Found GTK2_GTK: /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so
-- Checking for module 'libgnomecanvas-2.0'
-- Found libgnomecanvas-2.0, version 2.30.3
-- Found libgnomecanvas2 2.30.3
-- Found LibXml2: /usr/lib/x86_64-linux-gnu/libxml2.so (found version "2.9.10")
-- Checking for module 'liblo>=0.26'
-- Found liblo, version 0.31
-- Found liblo 0.31, support for NSM will be built
-- Performing Test HAVE_CAIRO_OPERATOR_HSL
-- Performing Test HAVE_CAIRO_OPERATOR_HSL - Success
-- Looking for include file malloc.h
-- Looking for include file malloc.h - found
-- Looking for include file jack/session.h
-- Looking for include file jack/session.h - found
CMake Error at /usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:165 (message):
Could NOT find GCrypt, try to set the path to GCrypt root folder in the
system variable GCRYPT_ROOT_DIR (missing: GCRYPT_INCLUDE_DIR
GCRYPT_LIBRARIES) (Required is at least version "1.5.0")
Call Stack (most recent call first):
/usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:458 (_FPHSA_FAILURE_MESSAGE)
cmake/Modules/FindGCrypt.cmake:68 (find_package_handle_standard_args)
CMakeLists.txt:158 (find_package)

-- Configuring incomplete, errors occurred!
See also "/home/debian/develop/Petri-Foo-original/Petri-Foo/build/CMakeFiles/CMakeOutput.log".

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

1 participant