On 30 March 2016 at 11:16, Vincent Belaïche <[email protected]> wrote:
> --- is called instead of some other command that should create some
> `t-ca.us-ascii.gmo' file. See what it gives:

This file is also included in the distribution, even though it's not in SVN:

$ tar tf texinfo-6.1.tar.gz | grep ca.us-ascii.gmo
texinfo-6.1/po_document/ca.us-ascii.gmo

Do you have problems building and running from the release?

The program to build the *.gmo file is evidently called "msgfmt".  It
is part of gettext - do you have that installed?

$ rm ca.us-ascii.gmo
$ make ca.us-ascii.gmo
rm -f ca.us-ascii.gmo && /usr/local/bin/msgfmt -c --statistics
--verbose -o ca.us-ascii.gmo ca.us-ascii.po
ca.us-ascii.po: 192 translated messages.

Reply via email to