Hi everyone,
I am trying to compile Digikam-3.2.0 from source and I am almost done with 'cmake' but I still get the infamous,
-- kipi-plugins 3.2.0 dependencies results <http://www.digikam.org>
--
-- libjpeg library found.................... YES
-- libtiff library found.................... YES
-- libpng library found..................... YES
-- libkipi library found.................... YES
-- libkexiv2 library found.................. YES
-- libkdcraw library found.................. NO
I am using the SlackBuild script and the cmake command is,
cmake .. -DCMAKE_C_FLAGS:STRING='-O2 -fPIC' -DCMAKE_CXX_FLAGS:STRING='-O2 -fPIC' \
-DCMAKE_INSTALL_PREFIX=/usr -DLIB_SUFFIX=/usr/lib64 -DMAN_INSTALL_DIR=/usr/man \
-DCMAKE_BUILD_TYPE=Release -DCMAKE_VERBOSE_MAKEFILE:BOOL="TRUE"
Needless to say that I have removed the prior install of libkdraw, got the new one from GIT, and reinstalled.
Basically /usr/include/libkdcraw/version.h looks like,
// Before changing the line below, make sure that FindKdcraw.cmake can still parse it
static const char kdcraw_version[] = "2.3.1";
#define KDCRAW_VERSION 0x020301
I know this is a recurring question, but none of the solutions I have found posted works for me.
I have installed all needed libraries
Slackware does not have an already compiled package so I have to do it the hard way but I am not yet used to how CMAKE handles dependencies so I am at a lost!
Thanks for any pointers,
Richard