<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Here is the cmake version:<br>
     cmake --version<br>
                cmake version 3.5.1<br>
    Distro is ubuntu 17.04<br>
    <br>
    <br>
    Any recommendation for a clean dev environment or deeper debugging?<br>
    <br>
    Regards<br>
    Marc<br>
    <br>
    <br>
    <div class="moz-cite-prefix">Am 08/07/2017 um 06:16 PM schrieb Simon
      Frei:<br>
    </div>
    <blockquote type="cite"
      cite="mid:faf35bc2-78e6-eb9b-f223-b26ea9dfdbf2@gmail.com">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      Oh ****, I didn't reply to the list - lets take it back there,
      this might be useful for someone else at some time.<br>
      <br>
      This is very weird, I am stabbing in the dark:<br>
      You are on master on the main repo and the ./core repo and both
      are "git status clean" (except for your debug stuff)? What is your
      cmake version?<br>
      <br>
      <br>
      <div class="moz-cite-prefix">On 07/08/17 18:06, Marc Barisch
        wrote:<br>
      </div>
      <blockquote type="cite"
        cite="mid:21A80D3C-C639-49B7-ABBD-DABFFB3F54D8@barisch.com">Hi
        Simon, <br>
        I am on master and FindExiv2.cmake is present. I tried to add
        some debug statements 'message(...)' to it without any impact.
        Seems that it is not taken into account?<br>
        Any advice?<br>
        Regards<br>
        Marc<br>
        <br>
        <div class="gmail_quote">Am 7. August 2017 17:29:36 MESZ schrieb
          Simon Frei <a class="moz-txt-link-rfc2396E"
            href="mailto:freisim93@gmail.com" moz-do-not-send="true"><freisim93@gmail.com></a>:
          <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
            0.8ex; border-left: 1px solid rgb(204, 204, 204);
            padding-left: 1ex;">
            <pre class="k9mail">Your exiv2 dependencies are fine. The problem is that cmake doesn't seem
to use the script we provide to find exiv2. Are you on master? And is
the following file present?
./core/cmake/modules/FindExiv2.cmake

On 07/08/17 00:41, Marc Barisch wrote:
<blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #729fcf; padding-left: 1ex;"> Hi,

 I used the steps from:
 <a href="https://www.digikam.org/download/git/?q=download/dependencies" moz-do-not-send="true">https://www.digikam.org/download/git/?q=download/dependencies</a> and
 added all dependencies step by step.

 Is there any other cook recipe for building digikam?

 The PATH environment variable contains /usr/local/bin.



 location of libs:

 ls -la /usr/local/lib/
 insgesamt 14076
 drwxr-xr-x  8 root root     4096 Aug  6 00:12 .
 drwxr-xr-x 10 root root     4096 Jan  1  2012 ..
 -rw-r--r--  1 root root  7014520 Aug  5 23:44 libexiv2.a
 -rw-r--r--  1 root root     1053 Aug  5 23:44 <a href="http://libexiv2.la" moz-do-not-send="true">libexiv2.la</a>
 lrwxrwxrwx  1 root root       14 Aug  6 00:12 <a href="http://libexiv2.so" moz-do-not-send="true">libexiv2.so</a> ->
 <a href="http://libexiv2.so" moz-do-not-send="true">libexiv2.so</a>.26
 lrwxrwxrwx  1 root root       18 Aug  5 23:44 <a href="http://libexiv2.so" moz-do-not-send="true">libexiv2.so</a>.26 ->
 <a href="http://libexiv2.so" moz-do-not-send="true">libexiv2.so</a>.26.0.0
 -rw-r--r--  1 root root  5335072 Aug  6 00:11 <a href="http://libexiv2.so" moz-do-not-send="true">libexiv2.so</a>.26.0.0


 location of includes:

 s -la /usr/local/include/exiv2/
 insgesamt 608
 drwxr-xr-x 2 root root  4096 Aug  6 00:12 .
 drwxr-xr-x 3 root root  4096 Aug  5 23:20 ..
 -rw-r--r-- 1 root root  6875 Mar  8 21:42 asfvideo.hpp
 -rw-r--r-- 1 root root 48215 Apr 19 19:03 basicio.hpp
 -rw-r--r-- 1 root root  4806 Mar  8 21:42 bmpimage.hpp
 -rw-r--r-- 1 root root  5310 Apr 23 18:28 config.h
 -rw-r--r-- 1 root root  5143 Mar  8 21:42 convert.hpp
 -rw-r--r-- 1 root root  6118 Mar 16 19:13 cr2image.hpp
 -rw-r--r-- 1 root root  6670 Mar  8 21:42 crwimage.hpp
 -rw-r--r-- 1 root root 17032 Mar 16 10:09 datasets.hpp
 -rw-r--r-- 1 root root  3860 Mar  8 21:42 easyaccess.hpp
 -rw-r--r-- 1 root root  5041 Mar  8 21:42 epsimage.hpp
 -rw-r--r-- 1 root root 12418 Mar 16 19:13 error.hpp
 -rw-r--r-- 1 root root 25073 Mar  8 21:42 exif.hpp
 -rw-r--r-- 1 root root  2482 Apr 23 19:31 exiv2.hpp
 -rw-r--r-- 1 root root  6184 Aug  6 00:11 exv_conf.h
 -rw-r--r-- 1 root root  6120 Aug  5 23:44 exv_msvc.h
 -rw-r--r-- 1 root root  7619 Mar 16 19:13 futils.hpp
 -rw-r--r-- 1 root root  4882 Mar  8 21:42 gifimage.hpp
 -rw-r--r-- 1 root root   667 Mar 16 19:13 http.hpp
 -rw-r--r-- 1 root root 31756 Mar 16 19:13 image.hpp
 -rw-r--r-- 1 root root  6635 Mar 26 22:49 ini.hpp
 -rw-r--r-- 1 root root 12218 Mar  8 21:42 iptc.hpp
 -rw-r--r-- 1 root root  5182 Mar 16 19:13 jp2image.hpp
 -rw-r--r-- 1 root root 19023 Mar 16 19:13 jpgimage.hpp
 -rw-r--r-- 1 root root  5851 Mar  8 21:42 matroskavideo.hpp
 -rw-r--r-- 1 root root 12541 Mar  8 21:42 metadatum.hpp
 -rw-r--r-- 1 root root  5307 Mar  8 21:42 mrwimage.hpp
 -rw-r--r-- 1 root root  5827 Mar 15 22:30 orfimage.hpp
 -rw-r--r-- 1 root root  5347 Mar  8 21:42 pgfimage.hpp
 -rw-r--r-- 1 root root  5414 Mar 16 19:13 pngimage.hpp
 -rw-r--r-- 1 root root  6642 Mar  8 21:42 preview.hpp
 -rw-r--r-- 1 root root 12500 Mar 16 19:13 properties.hpp
 -rw-r--r-- 1 root root  5788 Mar  8 21:42 psdimage.hpp
 -rw-r--r-- 1 root root  9718 Mar  8 21:42 quicktimevideo.hpp
 -rw-r--r-- 1 root root  5230 Mar 15 22:30 rafimage.hpp
 -rw-r--r-- 1 root root  8616 Mar 15 22:30 riffvideo.hpp
 -rw-r--r-- 1 root root  5719 Mar 15 22:30 rw2image.hpp
 -rw-r--r-- 1 root root  6571 Apr 26 16:09 rwlock.hpp
 -rw-r--r-- 1 root root    49 Aug  5 23:39 svn_version.h
 -rw-r--r-- 1 root root  9077 Mar  8 21:42 tags.hpp
 -rw-r--r-- 1 root root  5035 Mar  8 21:42 tgaimage.hpp
 -rw-r--r-- 1 root root  9122 Mar 16 19:13 tiffimage.hpp
 -rw-r--r-- 1 root root 21751 Mar  8 21:42 types.hpp
 -rw-r--r-- 1 root root  1912 Mar 16 19:13 utilsvideo.hpp
 -rw-r--r-- 1 root root 61535 Mar 16 19:13 value.hpp
 -rw-r--r-- 1 root root  7897 Mar 16 19:13 version.hpp
 -rw-r--r-- 1 root root  5362 Mar  8 21:42 webpimage.hpp
 -rw-r--r-- 1 root root 16837 Mar  8 21:42 xmp.hpp
 -rw-r--r-- 1 root root  4398 Mar  8 21:42 xmpsidecar.hpp


 Qt5     Install Path : /usr
 digiKam Install Path : /usr
</blockquote>
</pre>
          </blockquote>
        </div>
        <br>
        -- <br>
        Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9
        Mail gesendet. </blockquote>
      <br>
    </blockquote>
    <br>
  </body>
</html>