> since the 20030409-snapshot make fails for the saa7134 on my machine. > The same happens with official 0.2.7-release and the 20030414-snapshot. > I am running Debian Woody with a 2.4.20-kernel, gcc 2.95.4. Me too.. > saa7134-cards.o saa7134-cards.c > saa7134-cards.c:572: duplicate array index in initializer A simple fix (apart from using gcc-3) is: --- saa7134-0.2.7/saa7134-cards.c~ Wed Apr 9 16:20:40 2003 +++ saa7134-0.2.7/saa7134-cards.c Thu Apr 17 11:40:55 2003 @@ -559,6 +559,7 @@ /* ----------------------------------------------------------- */ /* flyvideo tweaks */ +#if 0 static struct { char *model; int tuner_type; @@ -582,6 +583,7 @@ .tuner_type = TUNER_ABSENT /* FIXME */, }, }; +#endif static void board_flyvideo(struct saa7134_dev *dev) { Regards, Wolfram.