[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Po4a-dev]Cleaning po4a compilation warnings
From: |
Denis Barbier |
Subject: |
Re: [Po4a-dev]Cleaning po4a compilation warnings |
Date: |
Thu, 6 Feb 2003 18:04:22 +0100 |
User-agent: |
Mutt/1.3.28i |
On Thu, Feb 06, 2003 at 02:12:36PM +0100, Martin Quinson wrote:
> Hello,
>
> when compiling po4a, perl floods me with such messages:
> perl: warning: Setting locale failed.
> perl: warning: Please check that your locale settings:
> LANGUAGE = (unset),
> LC_ALL = (unset),
> LANG = "fr"
> are supported and installed on your system.
> perl: warning: Falling back to the standard locale ("C").
>
> The problem is that when I use any po4a tool, I don't have those messages.
> Something in the debian/rules must be wrong, but I failed so far to find what.
>
> Any idea ?
Rename the LANG variable in po/pod/Makefile and these warnings disappear.
You must also replace PERL5LIB=../.. by PERL5LIB=../../lib
Denis