On 11/5/05, Steven P. Ulrick <lists@...1052...> wrote:
On Sat, 5 Nov 2005 05:29:04 -0600 "Steven P. Ulrick" <lists@...1052...> wrote:
On Sat, 5 Nov 2005 10:15:24 +0000 Ben Fowler <ben.the.mole@...400...> wrote:
On 11/5/05, Steven P. Ulrick <lists@...1052...> wrote:
On Sat, 5 Nov 2005 09:05:47 +0000 Ben Fowler <ben.the.mole@...1063....> wrote:
Hello, Ben While re-compiling the src.rpm for FC3's version of gettext, I observed the following: checking for gmsgfmt... /usr/bin/msgfmt Can I assume that /usr/bin/msgfmt is the same as /usr/bin/gmsgfmt?
Yes.
If it is, here is the output of "/usr/bin/gmsgfmt -o$ pt_BR.gmo pt_BR.po"
[steve@...1062... po]$ /usr/bin/msgfmt -o$ pt_BR.gmo pt_BR.po pt_BR.gmo:1:2: parse error
There is a stray '$' in the command. If that is my doing (and it most probably is), I apologise.
I think that you are on the right lines, and the next step is the one I posted a second or two ago, try:
$ /usr/bin/msgfmt -o pt_BR.gmo pt_BR.po
and search Google for help with the error message(s).
See https://lister.ping.uio.no/pipermail/lister.ping.uio.no/i18n-no/2004-June/00... , for example.
Ben