compiling 4.14 on kubuntu 14.10

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

compiling 4.14 on kubuntu 14.10

Luca Ferrari
Hi,
I've compiled 4.12 succesfully, and I'd like to compile 4.14 on
kubuntu 14.10, but I cannot instrument the compilation to find
libexiv2 (that I've used in 4.12) and cannot get libkipi:

$ sh bootstrap.linux
...

CMake Error at extra/CMakeLists.txt:11 (add_subdirectory):
  add_subdirectory given source "libkexiv2" which is not an existing
  directory.


CMake Error at extra/CMakeLists.txt:15 (add_subdirectory):
  add_subdirectory given source "libkdcraw" which is not an existing
  directory.


CMake Error at extra/CMakeLists.txt:19 (add_subdirectory):
  add_subdirectory given source "libkipi" which is not an existing directory.

I've tried to download repositories with the perl script, but it seems
is not what I need.
Any suggestion?

My system is:
Distributor ID: Ubuntu
Description:    Ubuntu 14.10
Release:        14.10
Codename:       utopic


Thanks,
Luca
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: compiling 4.14 on kubuntu 14.10

Gilles Caulier-4
libkipi, libkexiv2, libkdraw, etc, are now packaged by KDE release. There are no included in tarball.

Install relevant lib devel packages to be able to compile digiKam. 

Note : the cmake options that your turn on are only used by developers working directly with git source repositories.

Gilles Caulier

2015-10-19 14:05 GMT+02:00 Luca Ferrari <[hidden email]>:
Hi,
I've compiled 4.12 succesfully, and I'd like to compile 4.14 on
kubuntu 14.10, but I cannot instrument the compilation to find
libexiv2 (that I've used in 4.12) and cannot get libkipi:

$ sh bootstrap.linux
...

CMake Error at extra/CMakeLists.txt:11 (add_subdirectory):
  add_subdirectory given source "libkexiv2" which is not an existing
  directory.


CMake Error at extra/CMakeLists.txt:15 (add_subdirectory):
  add_subdirectory given source "libkdcraw" which is not an existing
  directory.


CMake Error at extra/CMakeLists.txt:19 (add_subdirectory):
  add_subdirectory given source "libkipi" which is not an existing directory.

I've tried to download repositories with the perl script, but it seems
is not what I need.
Any suggestion?

My system is:
Distributor ID: Ubuntu
Description:    Ubuntu 14.10
Release:        14.10
Codename:       utopic


Thanks,
Luca
_______________________________________________
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
Reply | Threaded
Open this post in threaded view
|

Re: compiling 4.14 on kubuntu 14.10

Luca Ferrari
On Mon, Oct 19, 2015 at 2:16 PM, Gilles Caulier
<[hidden email]> wrote:
> libkipi, libkexiv2, libkdraw, etc, are now packaged by KDE release. There
> are no included in tarball.

At last I updated my KDE framework to 5.9.0, but digikam refuses to
start compilation, and I'm not able to find out the problem:

--  digiKam 4.14.0 dependencies results   <http://www.digikam.org>
--
--  Qt4 SQL module found..................... YES
--  MySQL Database Support will be compiled.. NO  (optional)
--  libqt found.............................. YES
--  libkde found............................. YES
--  libjpeg found............................ YES
--  libtiff found............................ YES
--  libpng found............................. YES
--  liblcms found............................ YES
--  libboostgraph found...................... YES
--  libkexiv2 found.......................... YES
--  libkdcraw found.......................... YES
--  libpgf found............................. YES
--  libopencv found.......................... YES
--  libkipi found............................ YES (optional)
--  libkface found........................... YES (optional)
--  libkgeomap found......................... NO  (optional)
--  digiKam will be compiled without geolocation maps support.
--  Please install the libkgeomap (version >= 3.0.0) development package.
--
--  libkdepimlibs found...................... YES (optional)
--  libjasper found.......................... NO  (optional)
--  digiKam will be compiled without JPEG2000 support.
--  Please install the libjasper (version >= 1.7.0) development package.
--
--  liblensfun found......................... NO  (optional)
--  digiKam will be compiled without Lens Auto Correction tool support.
--  Please install the liblensfun (version >= 0.2.6) development package.
--
--  liblqr-1 found........................... NO  (optional)
--  digiKam will be compiled without Contents Aware Resizer tool support.
--  Please install the liblqr-1 (version >= 0.4.1) development package.
--
--  libeigen3 found.......................... NO  (optional)
--  digiKam will be compiled without Refocus tool support.
--  Please install the libeigen3 (version >= 3.0.0) development package.
--
--  libgphoto2 found......................... NO  (optional)
--  digiKam will be compiled without GPhoto2 camera drivers support.
--  Please install the libgphoto2 (version >= 2.4.0) development package.
--
--  libbaloo found........................... NO  (optional)
--  digiKam will be compiled without KDE files indexing support.
--  Please install the libbaloo (version >= 4.12.0) development package.
--
--  libsqlite2 found......................... YES (optional)
--  doxygen found............................ NO  (optional)
--  digiKam will be compiled without API documentation building support.
--  Please install the doxygen (version >= 1.8.0) development package.
--
--  digiKam can be compiled.................. YES
-- ----------------------------------------------------------------------------------
--
-- Adjusting compilation flags for GCC version (4.9.2 )
-- Configuring incomplete, errors occurred!
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: compiling 4.14 on kubuntu 14.10

Gilles Caulier-4
digiKam 4.14.0 is for KDE4 not KDE Framwork 5 !

Gilles Caulier

2015-10-21 12:07 GMT+02:00 Luca Ferrari <[hidden email]>:
On Mon, Oct 19, 2015 at 2:16 PM, Gilles Caulier
<[hidden email]> wrote:
> libkipi, libkexiv2, libkdraw, etc, are now packaged by KDE release. There
> are no included in tarball.

At last I updated my KDE framework to 5.9.0, but digikam refuses to
start compilation, and I'm not able to find out the problem:

--  digiKam 4.14.0 dependencies results   <http://www.digikam.org>
--
--  Qt4 SQL module found..................... YES
--  MySQL Database Support will be compiled.. NO  (optional)
--  libqt found.............................. YES
--  libkde found............................. YES
--  libjpeg found............................ YES
--  libtiff found............................ YES
--  libpng found............................. YES
--  liblcms found............................ YES
--  libboostgraph found...................... YES
--  libkexiv2 found.......................... YES
--  libkdcraw found.......................... YES
--  libpgf found............................. YES
--  libopencv found.......................... YES
--  libkipi found............................ YES (optional)
--  libkface found........................... YES (optional)
--  libkgeomap found......................... NO  (optional)
--  digiKam will be compiled without geolocation maps support.
--  Please install the libkgeomap (version >= 3.0.0) development package.
--
--  libkdepimlibs found...................... YES (optional)
--  libjasper found.......................... NO  (optional)
--  digiKam will be compiled without JPEG2000 support.
--  Please install the libjasper (version >= 1.7.0) development package.
--
--  liblensfun found......................... NO  (optional)
--  digiKam will be compiled without Lens Auto Correction tool support.
--  Please install the liblensfun (version >= 0.2.6) development package.
--
--  liblqr-1 found........................... NO  (optional)
--  digiKam will be compiled without Contents Aware Resizer tool support.
--  Please install the liblqr-1 (version >= 0.4.1) development package.
--
--  libeigen3 found.......................... NO  (optional)
--  digiKam will be compiled without Refocus tool support.
--  Please install the libeigen3 (version >= 3.0.0) development package.
--
--  libgphoto2 found......................... NO  (optional)
--  digiKam will be compiled without GPhoto2 camera drivers support.
--  Please install the libgphoto2 (version >= 2.4.0) development package.
--
--  libbaloo found........................... NO  (optional)
--  digiKam will be compiled without KDE files indexing support.
--  Please install the libbaloo (version >= 4.12.0) development package.
--
--  libsqlite2 found......................... YES (optional)
--  doxygen found............................ NO  (optional)
--  digiKam will be compiled without API documentation building support.
--  Please install the doxygen (version >= 1.8.0) development package.
--
--  digiKam can be compiled.................. YES
-- ----------------------------------------------------------------------------------
--
-- Adjusting compilation flags for GCC version (4.9.2 )
-- Configuring incomplete, errors occurred!
_______________________________________________
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