On 4/2/06, John v/d Kamp <[EMAIL PROTECTED]> wrote: > Jack, > > Seems you're compiling on a 64bit system? > try changing: > > guint content_len (0); > > into > > size_t content_len(0); > > in utf8-utils on line 252 > > John > > On Sun, 2 Apr 2006, Jack Cuyler wrote: > > > 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 > >
great timing, I'm running debian64, so I needed this fix as well... -- Steve _______________________________________________ Pan-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/pan-devel
