On Sun, 2006-04-02 at 11:16 -0500, 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/.
The compile is failing on me when making utf8-utils: if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/include/gmime-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -g -O2 -MT utf8-utils.o -MD -MP -MF ".deps/utf8-utils.Tpo" -c -o utf8-utils.o utf8-utils.cc; \ then mv -f ".deps/utf8-utils.Tpo" ".deps/utf8-utils.Po"; else rm -f ".deps/utf8-utils.Tpo"; exit 1; fi utf8-utils.cc: In function `char* pan::mime_part_to_utf8(GMimePart*, const char*)': utf8-utils.cc:253: error: cannot convert `guint*' to `size_t*' for argument `2' to `const char* g_mime_part_get_content(const GMimePart*, size_t*)' make[3]: *** [utf8-utils.o] Error 1 :-/ Any ideas? -- Cheers, Jack _______________________________________________ Pan-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/pan-devel
