Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
When emerging games-mud/kmuddy there are two extra semicolon errors Reproducible: Always Steps to Reproduce: 1. emerge kmuddy with gcc-3.4.1 Actual Results: Errors Expected Results: emerged succesfully When emerging games-mud/kmuddy there are two extra semicolon errors, first being: In file included from dlgstatistics.cpp:23: ../ctelnet.h:270: error: extra semicolon and second being (seen after first is fixed): In file included from cdownloader.moc.cpp:11: cdownloader.h:33: error: extra `;' There are also cc1plus: warning: command line option "-Wmissing-prototypes" is valid for C/ObjC but not for C++ warnings for each file compile, but they lie in the supplied acinclude.m4 and co, so I can't dig throught that quickly enough. That's a mere warning anyway and can stay. Portage 2.0.50-r9 (gcc34-x86-2004.2, gcc-3.4.1, glibc-2.3.4.20040808-r0, 2.6.8-gentoo-r1) ================================================================= System uname: 2.6.8-gentoo-r1 i686 Intel(R) Pentium(R) 4 CPU 2.80GHz Gentoo Base System version 1.5.3 ccache version 2.3 [enabled] Autoconf: sys-devel/autoconf-2.59-r4 Automake: sys-devel/automake-1.8.5-r1 ACCEPT_KEYWORDS="x86" AUTOCLEAN="no" CFLAGS="-mtune=pentium4 -march=pentium4 -O3 -fprefetch-loop-arrays -ftracer -maccumulate-outgoing-args -fmove-all-movables -pipe -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" COMPILER="gcc3" CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-mtune=pentium4 -march=pentium4 -O3 -fprefetch-loop-arrays -ftracer -maccumulate-outgoing-args -fmove-all-movables -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs ccache sandbox userpriv usersandbox"
Patch to kmuddy/ctelnet.h: --- kmuddy/ctelnet.h.orig 2003-11-26 20:22:39.000000000 +0200 +++ kmuddy/ctelnet.h 2004-08-23 03:01:52.000000000 +0300 @@ -267,7 +267,7 @@ for more information... */ bool announcedState[256]; /** whether the server has already announced his WILL/WON'T */ - bool heAnnouncedState[256];; + bool heAnnouncedState[256]; /** whether we have tried to enable this option */ bool triedToEnable[256]; /** amount of bytes sent up to now */ Patch to kmuddy/cdownloader.h: --- kmuddy/cdownloader.h.orig 2003-11-26 20:22:39.000000000 +0200 +++ kmuddy/cdownloader.h 2004-08-23 03:06:37.000000000 +0300 @@ -30,7 +30,7 @@ #endif //forward declaration for KIO::Job -namespace KIO { class Job; }; +namespace KIO { class Job; } /** Class used to download stuff. Sorry for not putting a .patch together but my mind just doesn't cut it and demands sleep atm :(
can someone from games take a poke at this? i'm on amd64 and kmuddy isnt even keyworded.
Seems to work fine. Thanks for the bug report.