Sean Kelley wrote: <snip> > But, if you try the following, it is clear that pkg-config knows about > libexif and it is a higher version. But when you do the check, it fails: > > > [EMAIL PROTECTED]:~$ pkg-config --modversion libexif > 0.6.12 > > [EMAIL PROTECTED]:~$ pkg-config --exists "libexif >= 0.5.12" > [EMAIL PROTECTED]:~$ echo $? > 0 > > -- > > What is the recommended solution? > I don't know the "recommended" solution, but this sort of thing I ran into things like this numerous times during the process. I just copied the corresponding .pc files over from my system pkgconfig directory (not sure where that is on Ubuntu), to the pkgconfig folder in my jhbuild build directory and all was well.
Harish _______________________________________________ gnome-love mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-love
