Re: cannot to compile extension by meson on windows

2024-12-27 Thread Pavel Stehule
pá 27. 12. 2024 v 9:50 odesílatel Vladlen Popolitov < v.popoli...@postgrespro.ru> napsal: > Pavel Stehule писал(а) 2024-12-01 20:52: > > Hi > > > > Did somebody test compilation of any extension on the WIN platform by > > using meson? > > > > I prepared meson.build > > https://github.com/orafce/or

Re: cannot to compile extension by meson on windows

2024-12-27 Thread Vladlen Popolitov
Pavel Stehule писал(а) 2024-12-01 20:52: Hi 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 fail

Re: cannot to compile extension by meson on windows

2024-12-01 Thread Pavel Stehule
ne 1. 12. 2024 v 22:24 odesílatel Pavel Stehule napsal: > > > ne 1. 12. 2024 v 21:16 odesílatel Pavel Stehule > napsal: > >> >> >> ne 1. 12. 2024 v 21:06 odesílatel Pavel Stehule >> napsal: >> >>> >>> >>> ne 1. 12. 2024 v 19:23 odesílatel Andres Freund >>> napsal: >>> Hi, On 202

Re: cannot to compile extension by meson on windows

2024-12-01 Thread Pavel Stehule
ne 1. 12. 2024 v 21:16 odesílatel Pavel Stehule napsal: > > > ne 1. 12. 2024 v 21:06 odesílatel Pavel Stehule > napsal: > >> >> >> ne 1. 12. 2024 v 19:23 odesílatel Andres Freund >> napsal: >> >>> Hi, >>> >>> On 2024-12-01 19:11:05 +0100, Pavel Stehule wrote: >>> > ne 1. 12. 2024 v 19:05 odesíl

Re: cannot to compile extension by meson on windows

2024-12-01 Thread Pavel Stehule
ne 1. 12. 2024 v 21:06 odesílatel Pavel Stehule napsal: > > > ne 1. 12. 2024 v 19:23 odesílatel Andres Freund > napsal: > >> Hi, >> >> On 2024-12-01 19:11:05 +0100, Pavel Stehule wrote: >> > ne 1. 12. 2024 v 19:05 odesílatel Andres Freund >> napsal: >> > > If it fails due to libintl you're like

Re: cannot to compile extension by meson on windows

2024-12-01 Thread Pavel Stehule
ne 1. 12. 2024 v 19:23 odesílatel Andres Freund napsal: > Hi, > > On 2024-12-01 19:11:05 +0100, Pavel Stehule wrote: > > ne 1. 12. 2024 v 19:05 odesílatel Andres Freund > napsal: > > > If it fails due to libintl you're likely missing the libintl headers > that > > > the > > > windows build was b

Re: cannot to compile extension by meson on windows

2024-12-01 Thread Andres Freund
Hi, On 2024-12-01 19:11:05 +0100, Pavel Stehule wrote: > ne 1. 12. 2024 v 19:05 odesílatel Andres Freund napsal: > > If it fails due to libintl you're likely missing the libintl headers that > > the > > windows build was built against. > > > > This file is part of PostgreSQL's header files from

Re: cannot to compile extension by meson on windows

2024-12-01 Thread Pavel Stehule
ne 1. 12. 2024 v 19:05 odesílatel Andres Freund napsal: > 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.b

Re: cannot to compile extension by meson on windows

2024-12-01 Thread Andres Freund
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