On Tue, Feb 1, 2011 at 12:08, Dave Page wrote:
> On Tue, Feb 1, 2011 at 10:45 AM, Andrew Dunstan wrote:
>>
>> Why are we only disabling the macro for WIN32 and not for the other
>> platforms that the macro is defined for? Do we know it's not also a problem
>> on Apple or Cygwin?
>
> No, not as fa
On Tue, Feb 1, 2011 at 10:45 AM, Andrew Dunstan wrote:
>
> Why are we only disabling the macro for WIN32 and not for the other
> platforms that the macro is defined for? Do we know it's not also a problem
> on Apple or Cygwin?
No, not as far as I know.
--
Dave Page
Blog: http://pgsnake.blogspot
On 02/01/2011 03:47 AM, Dave Page wrote:
On Tue, Feb 1, 2011 at 8:29 AM, Magnus Hagander wrote:
On Tue, Feb 1, 2011 at 09:08, Dave Page wrote:
On Tue, Feb 1, 2011 at 5:36 AM, Itagaki Takahiro
wrote:
2011/1/27 Hiroshi Inoue:
I see now the following lines in libintl.h of version
0.18.1.1
On Tue, Feb 1, 2011 at 8:29 AM, Magnus Hagander wrote:
> On Tue, Feb 1, 2011 at 09:08, Dave Page wrote:
>> On Tue, Feb 1, 2011 at 5:36 AM, Itagaki Takahiro
>> wrote:
>>> 2011/1/27 Hiroshi Inoue :
I see now the following lines in libintl.h of version
0.18.1.1 which didn't exist in 0.17
On Tue, Feb 1, 2011 at 09:08, Dave Page wrote:
> On Tue, Feb 1, 2011 at 5:36 AM, Itagaki Takahiro
> wrote:
>> 2011/1/27 Hiroshi Inoue :
>>> I see now the following lines in libintl.h of version
>>> 0.18.1.1 which didn't exist in 0.17 version.
>>>
>>> The macro may cause a trouble especially on Wi
On Tue, Feb 1, 2011 at 5:36 AM, Itagaki Takahiro
wrote:
> 2011/1/27 Hiroshi Inoue :
>> I see now the following lines in libintl.h of version
>> 0.18.1.1 which didn't exist in 0.17 version.
>>
>> The macro may cause a trouble especially on Windows.
>> Attached is a patch to disable the macro on Win
2011/1/27 Hiroshi Inoue :
> I see now the following lines in libintl.h of version
> 0.18.1.1 which didn't exist in 0.17 version.
>
> The macro may cause a trouble especially on Windows.
> Attached is a patch to disable the macro on Windows.
Can anyone test the fix?
I added the patch to the curren
Hi all,
I see now the following lines in libintl.h of version
0.18.1.1 which didn't exist in 0.17 version.
/* Support for the locale chosen by the user. */
#if (defined __APPLE__ && defined __MACH__) || defined _WIN32 || defined
__WIN32__ || defined __CYGWIN__
#undef setlocale
#define setlocale