Tak sem chtěl zkusit novější verzi programu, kterou sem stáhl z ofic stránek, ale bohužel při instalaci píše chybu:
[rellik@localhost ~]$ /data/Download/Darktable/darktable-0.9.3/build.sh
Installing to /opt/darktable/ for Release
-- The CXX compiler identification is GNU
-- The C compiler identification is GNU
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- checking for module 'Gettext'
-- package 'Gettext' not found
-- Found Gettext
-- Found msgfmt to convert language file. Translation enabled
-- Try OpenMP C flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Try OpenMP CXX flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Found OpenMP: -fopenmp
CMake Error at cmake/modules/FindGTK2.cmake:387 (message):
Could not find GTK2 include directory
Call Stack (most recent call first):
src/CMakeLists.txt:95 (find_package)
CMake Warning (dev) at src/CMakeLists.txt:95 (find_package):
Policy CMP0011 is not set: Included scripts do automatic cmake_policy PUSH
and POP. Run "cmake --help-policy CMP0011" for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
The included script
/data/Download/Darktable/darktable-0.9.3/cmake/modules/FindGTK2.cmake
affects policy settings. CMake is implying the NO_POLICY_SCOPE option for
compatibility, so the effects are applied to the including context.
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring incomplete, errors occurred!
při zobrazení cmake --help-policy CMP0011 mi to jen oznámí že je tam nějaké omezení nebo změna oproti starším verzím, což mi moc nepomůže. Poradí někdo jak to nainstalovat?
Díky