[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: problems compiling RPM
- To: guy keren <choo(at-nospam)actcom.co.il>
- Subject: Re: problems compiling RPM
- From: Oded Arbel <odeda-linux-il(at-nospam)betalfa.org.il>
- Date: Fri, 13 Jul 2001 16:46:14 +0000 (/etc/localtime)
- Cc: Linux-IL Mailing list <linux-il(at-nospam)cs.huji.ac.il>
- In-Reply-To: <Pine.GSU.4.30_heb2.09.0107131649550.23200-100000@actcom.co.il>
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
On Fri, 13 Jul 2001, guy keren wrote:
> the 'po' directory contains translations to other languages, and is used
> by Gnu's gettext() library to support the 1st level of i18n (i.e. show the
> sting in a language specified by the user). but i guess you already knew
> that...
no, I didn't :-) I knew there was something called gnu's gettext, and I
knew there are sometimes 'po' directories, but have never linked the two.
> did you try STFEing for 'gnu gexttext no' ?
no, because I had no idea gettext was involved - searching for things
along the lines of 'po no rpm' achieved nothing tangible.
> no. 'po' files are simple text. they are not compiled by a C compiler.
> the are translated into binary catalogs using 'msgfmt' (as a google search
> of about 4 minutes just revealed). so 'MSGFMT' should be set to 'msgfmt'
> (at least on redhat 6.2 this binary exists in /usr/bin/). the '-o' flag
>
> so just replace this 'no' with 'msgfmt' and try compiling again.
So basicly - all I have to do is install gettext ?
ok, did that - now it compiles , thanks !
Oded
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il