[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: mingw build error
From: |
Bob Rossi |
Subject: |
Re: mingw build error |
Date: |
Tue, 19 Dec 2006 20:52:13 -0500 |
User-agent: |
Mutt/1.5.12-2006-07-14 |
On Tue, Dec 19, 2006 at 07:07:14PM -0600, Karl Berry wrote:
> If I preprocess the file, I see this,
> case 0x01: return "bn_IN";
> case 0x01: return "bn_BD";
> for the corresponding source,
> case SUBLANG_BENGALI_INDIA: return "bn_IN";
> case SUBLANG_BENGALI_BANGLADESH: return "bn_BD";
>
> Well, texinfo is just copying that file from gettext. I am not sure
> what can be done in general. What system are you on? It seems like a
> potential bug in the headers somewhere for them to be defined as the
> same value. Bruno, any thoughts? See full msg below.
This is compiled nativly on mingw. Are you suggesting this is not a
texinfo bug, but a gettext bug?
> Of course you can just delete one of the SUBLANG_BENGALI's to get around
> it for now and get texinfo compiled. I'm sure it won't make any
> difference in practical use.
OK, I just thought I'd send this bug in, since texinfo didn't compile
out of the box. I need to compile texinfo so that when I'm compiling
gcc, it will have a version of texinfo that is acceptable. Hacking the
sources to get a compile is probably fine, since I don't plan on using
anything but english. I just thought we could get this solved upstream,
so others didn't have the same problem.
Bob Rossi