Re: Problem with nautlius on garnome-2.10.0.1



> I'm trying to build garnome on a custom system (long ago, it was
> debian stable. Almost everything has been rebuilt.) And nautilus keeps
> failing to configure. It's trying to find libexif, and though I have
> pkg-config, libexif-0.5.12 and 0.6.12, I keep getting the following
> error:

If that libexif you got installed still is the debian version, you will
need a libexif-dev package. FWIW, almost always if a dependency is not
met, you need the *-devel or *-dev version (using packages).

$ rpm -qa | grep exif
libexif9-0.5.12-3mdk
libexif9-devel-0.5.12-3mdk

Or build the missing dependency from source.


> checking for libExif... checking for libexif > 0.5.12... Package
> libexif was not found in the pkg-config search path.
> Perhaps you should add the directory containing `libexif.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'libexif' found
> checking for libexif = 0.5.12... Package libexif was not found in the
> pkg-config search path.
> Perhaps you should add the directory containing `libexif.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'libexif' found

So, do you have the .pc file? (You might want to search the entire disk
beginning at / rather than /usr/lib/ as I did.)

$ find /usr/lib/ -name "libexif*.pc*"
/usr/lib/pkgconfig/libexif.pc


[...]
> Any ideas? Thanks in advance!

HTH

...guenther


-- 
char *t="\10pse\0r\0dtu\0  ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1:
(c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]