Hi, On Fri, Apr 12, 2002 at 02:47:39PM +0200, Pierre wrote: > I try to compile sane-backends-1.0.7 my linux slackware 8 with gcc-3.0.4 > there was no problem with the configure, but for the make i got : > > [...] > making all in po > gmake[1]: Entering directory `/tmp/sane-backends-1.0.7/po' > generating epson.de.mo from epson.de.po and saneopts.de.po > saneopts.de.po:4: duplicate message definition > epson.de.po:6: ...this is the location of the first definition > msgfmt: found 1 fatal error > gmake[1]: *** [epson.de.mo] Error 1 > gmake[1]: Leaving directory `/tmp/sane-backends-1.0.7/po' > gmake: *** [all-recursive] Error 1 This doesn't happen here. However, it's definitely a bug. For me it happens only if I call msgfmt with the "-v" option.
If you need the translations, you could try to comment out the first translation in all saneopts.*.po files (msgid ""). Otherwise, don't use the option --enable-translations for configure. Bye, Henning
