On 10/3/07, Beatriz Botero <[EMAIL PROTECTED]> wrote: > Hi, > > I need "Pan" as a newsreader ( eg. for UseNeXT). Pan requires "gmime". > So I tried to build "gmime-2.2.10" following the BLFS instructions > (development version) but I got problems with configure: > > --------------------- quote ---------- > > checking whether /usr/local/bin/mcs is GNU Mono... yes > checking for gacutil... /usr/local/bin/gacutil > checking for GTK_SHARP... configure: error: Package requirements > (gtk-sharp-2.0 >= 2.4.0) were not met: > > No package 'gtk-sharp-2.0' found
You don't need the C# bindings for gmime, but since it's found mcs (mono) on your system, it tries to find the necessary components and bombs on gtk-sharp. If you don't care about the C# bindings (they're used in beagle and tomboy, but the plain old C library is used in pan and tracker), then just add --disable-mono to ./configure. If you do want the C# bindings, I'd suggest building the gtk-sharp that matches your gtk version. For instance, if you're using gtk+-2.10.x, then use gtk-sharp-2.10.x. http://go-mono.com/sources-stable/ -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
