petri-foo / Petri-Foo

A fork of the Specimen Sampler.
http://petri-foo.sourceforge.net
GNU General Public License v2.0
29 stars 7 forks source link

Cmake error when configuring #41

Open grammoboy2 opened 3 years ago

grammoboy2 commented 3 years ago

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".