Re: cannot to compile extension by meson on windows

From: Andres Freund <andres(at)anarazel(dot)de>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: cannot to compile extension by meson on windows
Date: 2024-12-01 18:05:11
Message-ID: cnuzemokoxdlrbb52tem2jjjheftgagubzg2td6msyro5pg5u4@mew3wmfj77ez
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On 2024-12-01 18:52:48 +0100, Pavel Stehule wrote:
> Did somebody test compilation of any extension on the WIN platform by using
> meson?
>
> I prepared meson.build
> https://github.com/orafce/orafce/blob/master/meson.build
>
> I tested it successfully on Linux.
>
> But it fails on Windows - a lot of compilation fails on missing libintl.h

What windows build are you building against?

If it fails due to libintl you're likely missing the libintl headers that the
windows build was built against.

Greetings,

Andres Freund

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2024-12-01 18:11:05 Re: cannot to compile extension by meson on windows
Previous Message Pavel Stehule 2024-12-01 17:52:48 cannot to compile extension by meson on windows