Re: Meson doesn't define HAVE_LOCALE_T for mscv

From: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
To: Juan José Santamaría Flecha <juanjo(dot)santamaria(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Meson doesn't define HAVE_LOCALE_T for mscv
Date: 2022-11-11 15:02:49
Message-ID: c2f70f49-e4e4-ef31-6c8d-163a9ffd6e5a@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 10.11.22 10:59, Juan José Santamaría Flecha wrote:
> Meson doesn't see the redefinition of locale_t done
> in src/include/port/win32_port.h, so is not defining
> HAVE_LOCALE_T, HAVE_WCSTOMBS_L nor HAVE_MBSTOWCS_L as the
> current src/tools/msvc/build.pl <http://build.pl> script does.
>
> Please find attached a patch for so.

committed

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2022-11-11 15:09:39 Re: psql: Add command to use extended query protocol
Previous Message Peter Eisentraut 2022-11-11 14:57:30 Re: Collation version tracking for macOS