> In README it says > > Pan requires two libraries: > * libpcre 3.9 or higher <http://www.pcre.org/> > * gtk2 2.2.0 or higher <http://www.gtk.org/> > > does that mean that configure's requirement for gmime is an error?
No, the README's in error. It should list gmime >= 2.1.0 as well. :) > -DPANLOCALEDIR=\""/usr/local/share/pan"\" -g -O2 -MT url.o -MD -MP -MF > ".deps/url.Tpo" -c -o url.o url.cc; \ > then mv -f ".deps/url.Tpo" ".deps/url.Po"; else rm -f ".deps/url.Tpo"; > exit 1; fi > url.cc: In function `void pan::pan_url_show(const char*)': > url.cc:55: error: `g_getenv' undeclared (first use this function) > url.cc:55: error: (Each undeclared identifier is reported only once for > each function it appears in.) > url.cc:70: error: `GError' undeclared (first use this function) > url.cc:70: error: `err' undeclared (first use this function) > url.cc:71: error: `g_spawn_command_line_async' undeclared (first use this > function) > url.cc:74: error: `g_clear_error' undeclared (first use this function) > make[3]: *** [url.o] Error 1 add #include <gtk/gtk.h> before "#include <pan/general/log.h> in url.cc. Thanks for pointing this out... darn #ifdefs. :) cheers, Charles _______________________________________________ Pan-users mailing list Pan-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/pan-users