Compiling digikam 1.4 under Debian SID

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Compiling digikam 1.4 under Debian SID

Jean-Michel Pouré-4
Dear all,

First, thank you for your long time work on Digikam.

Debian SID offers Digikam 1.2 and I would like to install 1.4
or better SVN.

But cmake complains that:
--  libkdcraw >= 1.1.0 library found......... NO  (optional)
--  libkexiv2 >= 1.1.0 library found......... NO  (optional)

This is very strange as Debian offers a recent libkexiv2 package:
/usr/lib/libkexiv2.so.8

Should I really checkout kdegraphics to compile libkdcraw and libkexiv2
like explained here:
http://www.digikam.org/download/svn?q=download/KDE4 ?

Kind regards,
Jean-Michel Pouré






_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users

smime.p7s (8K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Compiling digikam 1.4 under Debian SID

Jean-Michel Pouré-4
On Sat, 2010-08-28 at 11:47 +0200, Jean-Michel Pouré wrote:
> Should I really checkout kdegraphics to compile libkdcraw and
> libkexiv2
> like explained here:
> http://www.digikam.org/download/svn?q=download/KDE4 ?

Furthermore, when trying to compile kdegraphics from SVN:
  1 cd kdegraphics/libs/
  2 rm -fr build
  3 mkdir build
  4 cd build
  5 cmake -DCMAKE_BUILD_TYPE=debugfull
-DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` kdegraphics/libs/



CMake Error at libkipi/CMakeLists.txt:59 (INSTALL):
  install FILES given no DESTINATION!


CMake Error at libkipi/pics/CMakeLists.txt:1 (KDE4_INSTALL_ICONS):
  Unknown CMake command "KDE4_INSTALL_ICONS".


CMake Warning (dev) in CMakeLists.txt:
  No cmake_minimum_required command is present.  A line of code such as

    cmake_minimum_required(VERSION 2.8)

  should be added at the top of the file.  The version specified may be
lower
  if you wish to support older CMake versions for this project.  For
more
  information run "cmake --help-policy CMP0000".
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring incomplete, errors occurred!
jmpoure@acer:~/logiciels/digikam$ vim buildkdegraphics.sh
jmpoure@acer:~/logiciels/digikam$ vim buildkdegraphics.sh
jmpoure@acer:~/logiciels/digikam$ sh buildkdegraphics.sh
CMake Error at libkipi/CMakeLists.txt:59 (INSTALL):
  install FILES given no DESTINATION!


CMake Error at libkipi/pics/CMakeLists.txt:1 (KDE4_INSTALL_ICONS):
  Unknown CMake command "KDE4_INSTALL_ICONS".


CMake Warning (dev) in CMakeLists.txt:
  No cmake_minimum_required command is present.  A line of code such as

    cmake_minimum_required(VERSION 2.8)

  should be added at the top of the file.  The version specified may be
lower
  if you wish to support older CMake versions for this project.  For
more
  information run "cmake --help-policy CMP0000".
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring incomplete, errors occurred!


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users

smime.p7s (8K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Compiling digikam 1.4 under Debian SID

Krister Nielsen
In reply to this post by Jean-Michel Pouré-4
> But cmake complains that:
> --  libkdcraw >= 1.1.0 library found......... NO  (optional)
> --  libkexiv2 >= 1.1.0 library found......... NO  (optional)

Make sure you install the -dev packages, otherwise you will get the error above.
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Compiling digikam 1.4 under Debian SID

Jean-Michel Pouré-4
On Sat, 2010-08-28 at 12:49 +0200, Krister Nielsen wrote:
> > --  libkdcraw >= 1.1.0 library found......... NO  (optional)
> > --  libkexiv2 >= 1.1.0 library found......... NO  (optional)
>
> Make sure you install the -dev packages, otherwise you will get the
> error above.

The dev packages from Debian SID are installed.

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users

smime.p7s (8K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Compiling digikam 1.4 under Debian SID

Johannes Wienke-3
Am 28.08.2010 15:02 schrieb Jean-Michel Pouré:
> On Sat, 2010-08-28 at 12:49 +0200, Krister Nielsen wrote:
>>> --  libkdcraw >= 1.1.0 library found......... NO  (optional)
>>> --  libkexiv2 >= 1.1.0 library found......... NO  (optional)
>>
>> Make sure you install the -dev packages, otherwise you will get the
>> error above.
>
> The dev packages from Debian SID are installed.

The versions are probably too old. 1.1.0 is required as the message states.

Regards,
Johannes


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users

signature.asc (270 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Compiling digikam 1.4 under Debian SID

Jean-Michel Pouré-4
On Sat, 2010-08-28 at 15:04 +0200, Johannes Wienke wrote:
> The versions are probably too old. 1.1.0 is required as the message
> states.

My message from 12:03 includes the compilation log. Compilation fails
during ./configure. Could you check?

Is anyone here using a Debian installation?

Kind regards,
Jean-Michel

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users

smime.p7s (8K) Download Attachment