Re: cannot to compile extension by meson on windows - Mailing list pgsql-hackers

From Andres Freund
Subject Re: cannot to compile extension by meson on windows
Date
Msg-id cnuzemokoxdlrbb52tem2jjjheftgagubzg2td6msyro5pg5u4@mew3wmfj77ez
Whole thread Raw
In response to cannot to compile extension by meson on windows  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: cannot to compile extension by meson on windows
List 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



pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: cannot to compile extension by meson on windows
Next
From: Pavel Stehule
Date:
Subject: Re: cannot to compile extension by meson on windows