I just tried compiling after first installing a couple of devel packages I was missing.
Now in the make stage I hit an error. -------------------------- make[3]: Entering directory `/home/jeff/download/pan/pan-0.90/pan/usenet-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 make[3]: Leaving directory `/home/jeff/download/pan/pan-0.90/pan/usenet-utils' ----------------------------------- Is this error related to the differences between i386 and x86_64? Or is it related to the change from gcc 4.0.2 to 4.1.0? On my FC4 i386 system pan 0.90 compiles and works well. On the FC5 x86_64 the above error is seen very quickly. _______________________________________________ Pan-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/pan-devel
