FTR: The original bug is resolved by changing

JCFLAGS?=-source 1.5 -Xlint:all

to
JCFLAGS?=-source 1.7 -Xlint:all

in Makefile but the package still fails to build because of a msgfmt bug:

(cd translations; for i in *.po; do msgfmt --java2 -r salliere_localized
-d ../classes -l ${i%.po} $i; done)
msgfmt: Java compiler not found, try installing gcj or set $JAVAC
msgfmt: compilation of Java class failed, please try --verbose or set $JAVAC

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to