Re: G2.12 with jhbuild
- From: Luis Villa <luis villa gmail com>
- To: marcone mdeo fr
- Cc: Desktop Devel <desktop-devel-list gnome org>
- Subject: Re: G2.12 with jhbuild
- Date: Mon, 13 Jun 2005 17:15:14 -0400
Weird. This works for me:
http://tieguy.org/misc/temp-tinderbox-dump/eog.html
On 6/13/05, Cédric Marcone <marcone mdeo fr> wrote:
> Le lundi 13 juin 2005 à 19:48 +0200, Cédric Marcone a écrit :
> > eog from CVS doesn't build with jhbuild :
> >
> > configure: error: Package requirements (gtk+-2.0 >= 2.6.0 gdk-pixbuf-2.0
> > >= 2.4.0 gnome-vfs-2.0 >= 2.5.91 libgnomeui-2.0 >= 2.5.92 libglade-2.0
> > >= 2.3.6 libart-2.0 >= 2.3.16 libexif >= 0.5.12 libexif = 0.5.12) were
> > not met.
> >
> > The only thing that was not built using jhbuild is libexif an I
> > installed libexif-dev 0.6.9.
> >
> > Any idea ?
>
>
> I tracked that down to the following piece of code in configure.in :
>
> PKG_CHECK_MODULES(EXIF, libexif = $LIBEXIF_REQUIRED,
> have_old_libexif=yes, have_old_libexif=no)
>
> I don't know why but it sets have_old_libexif to "yes"
>
> If I manually do :
>
> #jhbuild shell
>
> #pkg-config --exists "libexif >= 0.5.12"
> #echo $?
> 0
>
> #pkg-config --exists "libexif = 0.5.12"
> #echo $?
> 1
>
> #pkg-config libexif --modversion
> 0.6.9
>
> So my temporary solution is to disable the "old exif lib test"... and it
> works...
>
> If anyone with more insight could guide me I would be very happy ;)
>
> --
> cedric
>
>
> _______________________________________________
> desktop-devel-list mailing list
> desktop-devel-list gnome org
> http://mail.gnome.org/mailman/listinfo/desktop-devel-list
>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]