After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 360212 - 0.115 does not compile (FC4 x86_64)
0.115 does not compile (FC4 x86_64)
Status: RESOLVED DUPLICATE of bug 358654
Product: Pan
Classification: Other
Component: general
pre-1.0 betas
Other All
: Normal blocker
: ---
Assigned To: Charles Kerr
Pan QA Team
Depends on:
Blocks:
 
 
Reported: 2006-10-06 16:22 UTC by Jurgen Kramer
Modified: 2006-10-06 16:51 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jurgen Kramer 2006-10-06 16:22:44 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.
Comment 1 Charles Kerr 2006-10-06 16:51:30 UTC
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 ***