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 attachment 68826 [details, diff] 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 attachment 70090 [details, diff] 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.