Making all in po
            file=./`echo nl | sed 's,.*/,,'`.gmo \
              && rm -f $file && PATH=../src:$PATH msgfmt -o $file nl.po
    sh[2]: msgfmt:  not found.

It should not be running msgfmt at all, because those files should be up
to date (and are in the distribution).  Maybe touch *.po, or run make -t?

To really rebuild it, if that seems necessary, you'll need to install
gettext 0.10.35 from ftp://alpha.gnu.org/gnu/gettext-0.10.35.tar.gz

Thanks,

Reply via email to