Complete.Org: Mailing Lists: Archives: freeciv-dev: October 2005:
[Freeciv-Dev] Re: (PR#14476) Localization on Mac OS X broken
Home

[Freeciv-Dev] Re: (PR#14476) Localization on Mac OS X broken

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: himasaram@xxxxxxxx
Subject: [Freeciv-Dev] Re: (PR#14476) Localization on Mac OS X broken
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 27 Oct 2005 16:29:05 -0700
Reply-to: bugs@xxxxxxxxxxx

<URL: http://bugs.freeciv.org/Ticket/Display.html?id=14476 >

Daniel Markstedt wrote:

> I tried a direct 'make sv.gmo' in my /po catalog. This is the error message:
> 
> file=./`echo sv | sed 's,.*/,,'`.gmo \
>   && rm -f $file &&  -c --statistics -o $file sv.po
> /bin/sh: line 1: -c: command not found
> make: *** [sv.gmo] Error 127
> 
> 
> Is my version of 'make' too old or something?

I'm pretty sure that means you don't have gettext (specifically msgmerge 
or xgettext or something) installed at all.

Try configuring with ./configure --enable-nls and see if that changes 
anything.  And again I want to see the po/Makefile.  And probably also 
the complete output from configure.  configure really should be 
detecting this (or an error) properly.

Of course the solution is to just install gettext.

-jason





[Prev in Thread] Current Thread [Next in Thread]