Dan Nicholson said the following on 10/03/07 14:58: > 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 > Hi Dan and Simon:
Thank you very much for your contributions to solve my problem. I first started bringing gtk and gtk-sharp on the same version level. Than, I upgraded "gtk+-2.8.2" to "gtk+-2.20.2" and finaly I built "gtk-sharp-2.20.2" with the same prefix of "mono". After that I had no more problems compiling "gmime" and "pan". As I use "kde" I don't have the gnome libraries and programs, but obviously there is no need for them compiling gtk-sharp. Again, thanks a lot for your help Beatriz -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
