[Digikam-devel] [Bug 235171] Digikam crashes when saving ratings to a raw (nef) file

Andreas Huggel ahuggel at gmx.net
Sat May 1 10:43:42 BST 2010


https://bugs.kde.org/show_bug.cgi?id=235171





--- Comment #12 from Andreas Huggel <ahuggel gmx net>  2010-05-01 11:43:39 ---
Frank,

You're using cmake to build exiv2, which by itself is experimental. In order to
be sure you're testing what you've just compiled, pls follow these steps:

Check-out a new copy of exiv2 from SVN (or clean up the current one
thoroughly), then run the following commands in the top directory:

$ make config; ./configure; make
$ cd src
$ ./exiv2 -M'set Exif.Image.Rating 5' /path/to/image.nef

and if that works, you may want to

$ make install

and re-compile digiKam + Co so that they also use it. (Assuming it's currently
linked to the cmake-built library.)


Gilles,
Look at the snippet below. Does that mean cmake didn't install anything? 

[100%] Built target update_translations_exiv2
Install the project...
-- Install configuration: "debugfull"                                           
[...]
-- Up-to-date: /usr/lib/libexiv2.so.6
-- Up-to-date: /usr/lib/libexiv2.so
-- Up-to-date: /usr/bin/exiv2
[...]

Andreas

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list