Re: Libexif problems
- From: Larry Ewing <lewing novell com>
- To: Dan Milne <d nmilne com>
- Cc: f-spot-list gnome org
- Subject: Re: Libexif problems
- Date: Fri, 25 Mar 2005 12:36:51 -0600
There is an updated configure check in cvs but for f-spot-0.0.12 to work
properly against libexif-0.6.12 you'll need this patch.
--Larry
On Fri, 2005-03-25 at 18:26 +1100, Dan Milne wrote:
> Hi All,
> When I run f-spot 0.012 in Gentoo linux, I get the following error:
> $ f-spot
> Error loading image /path/to/Image.jpgError loading image
> /path/to/Image.jpgError loading image /path/to/Image.jpg
>
> Once the interface is up, click on an image I get:
> System.DllNotFoundException: libexif.dll
> in <0x00053> (wrapper managed-to-native)
> Exif.ExifData:exif_data_new_from_file (string)
> in [0x0001a] (at
> /var/tmp/portage/f-spot-0.0.12/work/f-spot-0.0.12/src/Exif.cs:759)
> Exif.ExifData:.ctor (string)
> in [0x00001] (at
> /var/tmp/portage/f-spot-0.0.12/work/f-spot-0.0.12/src/ExifUtils.cs:33)
> ExifUtils:GetExposureInfo (string)
> in [0x00038] (at
> /var/tmp/portage/f-spot-0.0.12/work/f-spot-0.0.12/src/InfoBox.cs:142)
> InfoBox:Update ()
>
>
> I have libexif 0.6.12 installed - but no dlls. (Running on linux)
> Also, mono version 1.06.
>
> Any thoughts?
>
Index: configure.in
===================================================================
RCS file: /cvs/gnome/f-spot/configure.in,v
retrieving revision 1.57
diff -u -p -r1.57 configure.in
--- configure.in 19 Mar 2005 12:33:59 -0000 1.57
+++ configure.in 19 Mar 2005 12:55:06 -0000
@@ -101,7 +101,7 @@ PKG_CHECK_MODULES(LIBEXIF_API_CHECK, lib
if test "x$have_old_libexif" = "xyes"; then
EXIF_SOVERSION=9
else
- EXIF_SOVERSION=10
+ EXIF_SOVERSION=12
fi
AC_SUBST(EXIF_SOVERSION)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]