GNOME Bugzilla – Bug 360212
0.115 does not compile (FC4 x86_64)
Last modified: 2006-10-06 16:51:30 UTC
Please describe the problem: version 0.115 does not compile on my fully updated FC4 x86_64 system. All previous versions compiled and worked without a hitch. Steps to reproduce: 1. ./configure 2. make 3. << error >> Actual results: 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 -pt hread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -g -O2 -MT article.o -MD -MP -MF ".deps/article.Tpo" -c -o article.o article.cc; \ then mv -f ".deps/article.Tpo" ".deps/article.Po"; else rm -f ".deps/article.Tpo"; exit 1; fi article.cc:115: error: prototype for ‘const pan::Article::Part& pan::Article::get_part(size_t) const’ does not match any in class ‘p an::Article’ article.h:80: error: candidates are: const pan::Article::Part& pan::Article::get_part(unsigned int) const article.cc:106: error: pan::Article::Part& pan::Article::get_part(size_t) make[4]: *** [article.o] Error 1 make[4]: Leaving directory `/usr/local/src/pan-0.115/pan/data' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/usr/local/src/pan-0.115/pan/data' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/local/src/pan-0.115/pan' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/pan-0.115' make: *** [all] Error 2 Expected results: clean compile Does this happen every time? Yep Other information: FC4 x86_64, fully updated 0.114 and previous versions compile and work correctly.
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 358654 ***