> 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

Change line 506 of body-pane.c:

-  guint len (0);
+  size_t len (0);

Charles



_______________________________________________
Pan-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/pan-devel

Reply via email to