I'm trying to install digikam 3.4 from the source tar ball. I end up
with an error while running ./bootstrap.linux: -- ---------------------------------------------------------------------------------- -- Starting CMake configuration for: libkipi -- ---------------------------------------------------------------------------------- -- Starting CMake configuration for: libkexiv2 CMake Error at extra/libkexiv2/CMakeLists.txt:111 (INCLUDE): include could not find load file: CMakePackageConfigHelpers CMake Error at extra/libkexiv2/CMakeLists.txt:112 (CONFIGURE_PACKAGE_CONFIG_FILE): Unknown CMake command "CONFIGURE_PACKAGE_CONFIG_FILE". -- Configuring incomplete, errors occurred! Any idea what the problem could be? My cmake version is 2.8.7. Best regards, Thomas _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
CMakePackageConfigHelpers file come from cmake. It sound like
something is missing on your computer... Gilles Caulier 2013/9/9 Thomas Witkowski <[hidden email]>: > I'm trying to install digikam 3.4 from the source tar ball. I end up > with an error while running ./bootstrap.linux: > > -- > ---------------------------------------------------------------------------------- > -- Starting CMake configuration for: libkipi > -- > ---------------------------------------------------------------------------------- > -- Starting CMake configuration for: libkexiv2 > CMake Error at extra/libkexiv2/CMakeLists.txt:111 (INCLUDE): > include could not find load file: > > CMakePackageConfigHelpers > > > CMake Error at extra/libkexiv2/CMakeLists.txt:112 > (CONFIGURE_PACKAGE_CONFIG_FILE): > Unknown CMake command "CONFIGURE_PACKAGE_CONFIG_FILE". > > > -- Configuring incomplete, errors occurred! > > > Any idea what the problem could be? My cmake version is 2.8.7. > > Best regards, > > Thomas > _______________________________________________ > Digikam-users mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-users Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
I encountered this too...
CMakeLists.txt says: CMAKE_MINIMUM_REQUIRED(VERSION 2.8.4) but CMakePackageConfigHelpers wasn't added until 2.8.8 Shaav
|
Free forum by Nabble | Edit this page |