When I type "make lang" after having followed all the directives given on the wiki, I get this :
Making lang
cs.po
/bin/sh: msgfmt: not found
da.po
/bin/sh: msgfmt: not found
de.po
/bin/sh: msgfmt: not found
en.po
/bin/sh: msgfmt: not found
es_ES.po
/bin/sh: msgfmt: not found
es.po
/bin/sh: msgfmt: not found
est.po
/bin/sh: msgfmt: not found
fi.po
/bin/sh: msgfmt: not found
fr.po
/bin/sh: msgfmt: not found
gr.po
/bin/sh: msgfmt: not found
it.po
/bin/sh: msgfmt: not found
ja.po
/bin/sh: msgfmt: not found
pl.po
/bin/sh: msgfmt: not found
pt_BR.po
/bin/sh: msgfmt: not found
ru.po
/bin/sh: msgfmt: not found
slo.po
/bin/sh: msgfmt: not found
sv.po
/bin/sh: msgfmt: not found
th.po
/bin/sh: msgfmt: not found
The "/bin/sh: msgfmt: not found" are on STDERR, all the rest is on STDOUT.
My questions are : is the operation successful? If not, why?
EDIT: it seems that the answer to my first question is "no". I'd appreciate some insight about my second one.