Package: xconq Severity: normal Tags: patch
With gcc-3.4 (and gcc-4.0): tkmain.c: In function `could_attack': tkmain.c:1396: error: label at end of compound statement With the patch below, xconq compiles under gcc-3.4. --- xconq-7.4.1/tcltk/tkmain.c.orig 2005-07-08 16:59:00.000000000 -0700 +++ xconq-7.4.1/tcltk/tkmain.c 2005-07-08 16:59:05.000000000 -0700 @@ -1393,6 +1393,7 @@ return TRUE; case 1: default: + break; } return FALSE; } -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.11-perfctr-2.6.13-bmc Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]