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
new version of the best game ever, lgeneral, is out now: http://lgames.sourceforge.net/index.php?project=LGeneral Reproducible: Always Steps to Reproduce: 1. 2. 3.
Created an attachment (id=68826) [details] lgeneral-1.2_beta3.patch There's a compile problem with the new version, see http://www.mail-archive.com/linux-gcc@vger.kernel.org/msg00024.html Attached patch fixes the problem.
lgeneral-1.2_beta4 is released.
lgeneral-1.2_beta5 is released.
Created an attachment (id=70090) [details] alternative patch for the compile error Problem seems to be that lgeneral assumes __FUNCTION__ is treated as a string literal. According to "info gcc" this is no longer the case for gcc 3.4 and up, which treat them as variables. The attached patch seems to work, but I've only tested it on gcc 3.4. Someone should check if it also works on 3.3.
beta5 has been in portage for a while but I added the patch for current gcc. Thanks all.