pan-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Pan-devel] ANN: Pan 0.90 "Sero Sed Serio"


From: Steven Adeff
Subject: Re: [Pan-devel] ANN: Pan 0.90 "Sero Sed Serio"
Date: Sun, 2 Apr 2006 13:50:14 -0400

On 4/2/06, Steven Adeff <address@hidden> wrote:
> On 4/2/06, John v/d Kamp <address@hidden> 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...

and now I'm getting:
make[3]: Entering directory `/DataDrive/Files/Tarballs/pan-0.90/pan/gui'
if g++ -DHAVE_CONFIG_H -I. -I. -I../..  -I../..  -DXTHREADS
-I/usr/include/gtkspell-2.0 -I/usr/include/gtk-2.0
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo
-I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -DXTHREADS -I/usr/include/gtk-2.0
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo
-I/usr/include/pango-1.0 -I/usr/X11R6/include -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 body-pane.o -MD
-MP -MF ".deps/body-pane.Tpo" -c -o body-pane.o body-pane.cc; \
        then mv -f ".deps/body-pane.Tpo" ".deps/body-pane.Po"; else rm
-f ".deps/body-pane.Tpo"; exit 1; fi
body-pane.cc: In function
'GdkPixbuf*<unnamed>::get_pixbuf_from_gmime_part(const GMimePart*)':
body-pane.cc:509: error: cannot convert 'guint*' to 'size_t*' for
argument '2' to 'const char* g_mime_part_get_content(const GMimePart*,
size_t*)'
make[3]: *** [body-pane.o] Error 1


--
Steve




reply via email to

[Prev in Thread] Current Thread [Next in Thread]