So i have a bit of a problem.
to start from the top.
I allready have digikam installed (from the repositories).
But due to crashes when trying to batch resize, I wanted to compile it myself.
But when i get to the "cmake -DCMAKE_BUILD_TYPE=debugfull -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ../../graphics" part, it tells me that I'm missing a lot of different libs. According to synaptic they are all installed allthough the packages have slightly different names.
here is the output:
-- Found Qt-Version 4.5.0 (using /usr/bin/qmake)
-- Found X11: /usr/lib/libX11.so
-- Phonon Version: 4.3.0
-- Found KDE 4.2 include dir: /usr/include
-- Found KDE 4.2 library dir: /usr/lib
-- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
-- Found automoc4: /usr/bin/automoc4
-- Found Freetype: -lfreetype -lz
-- cmake package FindIMLIB.cmake was not found. This package needs Imlib to be compile all program
-- cmake package FindKSane.cmake was not found. This package needs ksane to be compile all program
-- Check Kexiv2 library in local sub-folder...
-- Check Kexiv2 library using pkg-config...
-- WARNING: you are using the obsolete 'PKGCONFIG' macro use FindPkgConfig
-- PKGCONFIG() indicates that libkexiv2 is not installed (install the package which contains libkexiv2.pc if you want to support this feature)
-- Check Kdcraw library in local sub-folder...
-- Check Kdcraw library using pkg-config...
-- WARNING: you are using the obsolete 'PKGCONFIG' macro use FindPkgConfig
-- PKGCONFIG() indicates that libkdcraw is not installed (install the package which contains libkdcraw.pc if you want to support this feature)
-- Check Kipi library in local sub-folder...
-- Check Kipi library using pkg-config...
-- WARNING: you are using the obsolete 'PKGCONFIG' macro use FindPkgConfig
-- Found libkipi release >= 0.2.0
-- Found libkipi: /usr/lib/libkipi.so
-- Found lcms version 1.18, /usr/lib/liblcms.so
-- Check Kdcraw library in local sub-folder...
-- Check Kdcraw library using pkg-config...
-- WARNING: you are using the obsolete 'PKGCONFIG' macro use FindPkgConfig
-- PKGCONFIG() indicates that libkdcraw is not installed (install the package which contains libkdcraw.pc if you want to support this feature)
-- Check Kexiv2 library in local sub-folder...
-- Check Kexiv2 library using pkg-config...
-- WARNING: you are using the obsolete 'PKGCONFIG' macro use FindPkgConfig
-- PKGCONFIG() indicates that libkexiv2 is not installed (install the package which contains libkexiv2.pc if you want to support this feature)
-- Found Kipi library in cache: /usr/lib/libkipi.so
-- checking for module 'libkdcraw>=0.4.0'
-- package 'libkdcraw>=0.4.0' not found
-- checking for module 'libkexiv2>=0.5.0'
-- package 'libkexiv2>=0.5.0' not found
-- Could NOT find KdepimLibs (missing: KdepimLibs_CONFIG)
-- WARNING: you are using the obsolete 'PKGCONFIG' macro use FindPkgConfig
-- PKGCONFIG() indicates that lensfun is not installed (install the package which contains lensfun.pc if you want to support this feature)
-- Could NOT find LensFun (missing: LENSFUN_INCLUDE_DIRS LENSFUN_LIBRARIES)
-- WARNING: you are using the obsolete 'PKGCONFIG' macro use FindPkgConfig
-- WARNING: you are using the obsolete 'PKGCONFIG' macro use FindPkgConfig
-- PKGCONFIG() indicates that lqr-1 is not installed (install the package which contains lqr-1.pc if you want to support this feature)
-- Could NOT find Lqr-1 (missing: LQR-1_INCLUDE_DIRS LQR-1_LIBRARIES)
--
-- ----------------------------------------------------------------------------------
-- digiKam 1.0.0-beta2 dependencies results <http://www.digikam.org>
--
-- Qt4 SQL module found................ YES
-- libjpeg library found............... YES
-- libtiff library found............... YES
-- libpng library found................ YES
-- libjasper library found............. YES
-- liblcms library found............... YES
-- libkipi library found............... YES
-- libkexiv2 library found............. NO
--
CMake Error at digikam/CMakeLists.txt:192 (MESSAGE):
digiKam needs libkexiv2 library >= 0.5.0. You need to install libkexiv2 first
-- libkexiv2 website is at http://www.digikam.org/sharedlibs
--
-- libkdcraw library found............. NO
--
CMake Error at digikam/CMakeLists.txt:202 (MESSAGE):
digiKam needs libkdcraw library >= 0.4.0. You need to install libkdcraw first
-- libkdcraw website is at http://www.digikam.org/sharedlibs
--
-- libgphoto2 library found............ NO
--
WARNING digiKam needs libgphoto2. You need to install libgphoto2 first
-- libgphoto2 website is at http://www.gphoto.org
--
-- libkdepimlibs library found......... NO (optional)
--
-- digiKam will be compiled without address book support.
--
-- libmarblewidget library found....... NO (optional)
--
-- digiKam will be compiled without geolocation using Marble widget support.
--
-- liblensfun library found............ NO (optional)
--
-- digiKam will be compiled without lens auto-correction image editor tool.
--
-- libglib2 library found.............. YES (optional)
-- liblqr-1 library found.............. NO (optional)
CMake Error at digikam/CMakeLists.txt:291 (MESSAGE):
digiKam will be compiled............ NO (Look README file for more details about dependencies)
-- Configuring incomplete, errors occurred!
can anyone please help me!!!
to start from the top.
I allready have digikam installed (from the repositories).
But due to crashes when trying to batch resize, I wanted to compile it myself.
But when i get to the "cmake -DCMAKE_BUILD_TYPE=debugfull -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ../../graphics" part, it tells me that I'm missing a lot of different libs. According to synaptic they are all installed allthough the packages have slightly different names.
here is the output:
-- Found Qt-Version 4.5.0 (using /usr/bin/qmake)
-- Found X11: /usr/lib/libX11.so
-- Phonon Version: 4.3.0
-- Found KDE 4.2 include dir: /usr/include
-- Found KDE 4.2 library dir: /usr/lib
-- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
-- Found automoc4: /usr/bin/automoc4
-- Found Freetype: -lfreetype -lz
-- cmake package FindIMLIB.cmake was not found. This package needs Imlib to be compile all program
-- cmake package FindKSane.cmake was not found. This package needs ksane to be compile all program
-- Check Kexiv2 library in local sub-folder...
-- Check Kexiv2 library using pkg-config...
-- WARNING: you are using the obsolete 'PKGCONFIG' macro use FindPkgConfig
-- PKGCONFIG() indicates that libkexiv2 is not installed (install the package which contains libkexiv2.pc if you want to support this feature)
-- Check Kdcraw library in local sub-folder...
-- Check Kdcraw library using pkg-config...
-- WARNING: you are using the obsolete 'PKGCONFIG' macro use FindPkgConfig
-- PKGCONFIG() indicates that libkdcraw is not installed (install the package which contains libkdcraw.pc if you want to support this feature)
-- Check Kipi library in local sub-folder...
-- Check Kipi library using pkg-config...
-- WARNING: you are using the obsolete 'PKGCONFIG' macro use FindPkgConfig
-- Found libkipi release >= 0.2.0
-- Found libkipi: /usr/lib/libkipi.so
-- Found lcms version 1.18, /usr/lib/liblcms.so
-- Check Kdcraw library in local sub-folder...
-- Check Kdcraw library using pkg-config...
-- WARNING: you are using the obsolete 'PKGCONFIG' macro use FindPkgConfig
-- PKGCONFIG() indicates that libkdcraw is not installed (install the package which contains libkdcraw.pc if you want to support this feature)
-- Check Kexiv2 library in local sub-folder...
-- Check Kexiv2 library using pkg-config...
-- WARNING: you are using the obsolete 'PKGCONFIG' macro use FindPkgConfig
-- PKGCONFIG() indicates that libkexiv2 is not installed (install the package which contains libkexiv2.pc if you want to support this feature)
-- Found Kipi library in cache: /usr/lib/libkipi.so
-- checking for module 'libkdcraw>=0.4.0'
-- package 'libkdcraw>=0.4.0' not found
-- checking for module 'libkexiv2>=0.5.0'
-- package 'libkexiv2>=0.5.0' not found
-- Could NOT find KdepimLibs (missing: KdepimLibs_CONFIG)
-- WARNING: you are using the obsolete 'PKGCONFIG' macro use FindPkgConfig
-- PKGCONFIG() indicates that lensfun is not installed (install the package which contains lensfun.pc if you want to support this feature)
-- Could NOT find LensFun (missing: LENSFUN_INCLUDE_DIRS LENSFUN_LIBRARIES)
-- WARNING: you are using the obsolete 'PKGCONFIG' macro use FindPkgConfig
-- WARNING: you are using the obsolete 'PKGCONFIG' macro use FindPkgConfig
-- PKGCONFIG() indicates that lqr-1 is not installed (install the package which contains lqr-1.pc if you want to support this feature)
-- Could NOT find Lqr-1 (missing: LQR-1_INCLUDE_DIRS LQR-1_LIBRARIES)
--
-- ----------------------------------------------------------------------------------
-- digiKam 1.0.0-beta2 dependencies results <http://www.digikam.org>
--
-- Qt4 SQL module found................ YES
-- libjpeg library found............... YES
-- libtiff library found............... YES
-- libpng library found................ YES
-- libjasper library found............. YES
-- liblcms library found............... YES
-- libkipi library found............... YES
-- libkexiv2 library found............. NO
--
CMake Error at digikam/CMakeLists.txt:192 (MESSAGE):
digiKam needs libkexiv2 library >= 0.5.0. You need to install libkexiv2 first
-- libkexiv2 website is at http://www.digikam.org/sharedlibs
--
-- libkdcraw library found............. NO
--
CMake Error at digikam/CMakeLists.txt:202 (MESSAGE):
digiKam needs libkdcraw library >= 0.4.0. You need to install libkdcraw first
-- libkdcraw website is at http://www.digikam.org/sharedlibs
--
-- libgphoto2 library found............ NO
--
WARNING digiKam needs libgphoto2. You need to install libgphoto2 first
-- libgphoto2 website is at http://www.gphoto.org
--
-- libkdepimlibs library found......... NO (optional)
--
-- digiKam will be compiled without address book support.
--
-- libmarblewidget library found....... NO (optional)
--
-- digiKam will be compiled without geolocation using Marble widget support.
--
-- liblensfun library found............ NO (optional)
--
-- digiKam will be compiled without lens auto-correction image editor tool.
--
-- libglib2 library found.............. YES (optional)
-- liblqr-1 library found.............. NO (optional)
CMake Error at digikam/CMakeLists.txt:291 (MESSAGE):
digiKam will be compiled............ NO (Look README file for more details about dependencies)
-- Configuring incomplete, errors occurred!
can anyone please help me!!!
Comment