On Sun, 2 Apr 2006, Charles Kerr wrote: > Pan 0.90, the first beta of a rewrite of Pan in C++, has been released. > It adds multiserver and nzb support, reduces memory use by over 66%, cuts > the time to download new headers over 66%, and slashes the time it takes > to load headers from disk by almost 90%. For more information, see > http://pan.rebelbase.com/. >
<fx>cheering!!</fx> > If anyone would like to contribute RPMs for the major distros, please > send me or Chris mail at [EMAIL PROTECTED] Thanks! > 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? I installed it (gmime) anyway... and then in make: if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/freetype2 -I/usr/include/freetype2/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gmime-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -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 Robert -- Links and things http://rmstar.blogspot.com/ Robert Marshall _______________________________________________ Pan-users mailing list Pan-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/pan-users