> Graham wrote: > [...] >> I then tried to compile pan 0.99. I tried to ./configure and it bombed >> out with this: >> >> checking pkg-config is at least version 0.9.0... yes >> checking for PCRE... yes >> checking for GLIB... yes >> checking for GMIME... yes >> checking for GTK... configure: error: Package requirements (gtk+-2.0 >>> = 2.4.0) were not met: > > These checks are specified by 'configure.in', which is > found in the top directory of the pan sources: > PCRE_REQUIRED=5.0 > GLIB_REQUIRED=2.4.0 > GMIME_REQUIRED=2.1.0 > GTK_REQUIRED=2.4.0 > GNOME_REQUIRED=2.0 > GTKSPELL_REQUIRED=2.0.7 > You can see that you still need to deal with gtkspell > and gnome after you finish with gtk ;o)
Actually, Gnome and GtkSpell are optional. The `REQUIRED' here is the minimum version of Gnome and GtkSpell required _if_ you want to build Pan as a Gnome app or with spellchecking. I'll add a comment to the configure.in file to clarify this. :) _______________________________________________ Pan-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/pan-users
