Re: Failure during Building Postgres in Windows with Meson

2023-11-10 Thread Andres Freund
Hi, On November 10, 2023 10:53:12 AM PST, Tristan Partin wrote: >On Thu Nov 9, 2023 at 9:31 AM CST, Nazir Bilal Yavuz wrote: >> Hi, >> >> On Thu, 9 Nov 2023 at 18:27, Tristan Partin wrote: >> > >> > Can you try with Meson v1.2.3? >> >> I tried with Meson v1.2.3 and upstream, both failed with

Re: Failure during Building Postgres in Windows with Meson

2023-11-10 Thread Tristan Partin
On Thu Nov 9, 2023 at 9:31 AM CST, Nazir Bilal Yavuz wrote: Hi, On Thu, 9 Nov 2023 at 18:27, Tristan Partin wrote: > > Can you try with Meson v1.2.3? I tried with Meson v1.2.3 and upstream, both failed with the same error. An employee at Collabora produced a fix[0]. It might still be worthwh

Re: Failure during Building Postgres in Windows with Meson

2023-11-09 Thread Andres Freund
Hi, On 2023-11-10 08:17:48 +0530, vignesh C wrote: > On Thu, 9 Nov 2023 at 21:12, Tristan Partin wrote: > > > > On Thu Nov 9, 2023 at 9:31 AM CST, Nazir Bilal Yavuz wrote: > > > Hi, > > > > > > On Thu, 9 Nov 2023 at 18:27, Tristan Partin wrote: > > > > > > > > Can you try with Meson v1.2.3? > >

Re: Failure during Building Postgres in Windows with Meson

2023-11-09 Thread vignesh C
On Thu, 9 Nov 2023 at 21:12, Tristan Partin wrote: > > On Thu Nov 9, 2023 at 9:31 AM CST, Nazir Bilal Yavuz wrote: > > Hi, > > > > On Thu, 9 Nov 2023 at 18:27, Tristan Partin wrote: > > > > > > Can you try with Meson v1.2.3? > > > > I tried with Meson v1.2.3 and upstream, both failed with the sam

Re: Failure during Building Postgres in Windows with Meson

2023-11-09 Thread Andrew Dunstan
On 2023-11-09 Th 10:42, Tristan Partin wrote: On Thu Nov 9, 2023 at 9:31 AM CST, Nazir Bilal Yavuz wrote: Hi, On Thu, 9 Nov 2023 at 18:27, Tristan Partin wrote: > > Can you try with Meson v1.2.3? I tried with Meson v1.2.3 and upstream, both failed with the same error. Please open a bug in

Re: Failure during Building Postgres in Windows with Meson

2023-11-09 Thread Tristan Partin
On Thu Nov 9, 2023 at 9:31 AM CST, Nazir Bilal Yavuz wrote: Hi, On Thu, 9 Nov 2023 at 18:27, Tristan Partin wrote: > > Can you try with Meson v1.2.3? I tried with Meson v1.2.3 and upstream, both failed with the same error. Please open a bug in the Meson repository which also mentions the las

Re: Failure during Building Postgres in Windows with Meson

2023-11-09 Thread Nazir Bilal Yavuz
Hi, On Thu, 9 Nov 2023 at 18:27, Tristan Partin wrote: > > Can you try with Meson v1.2.3? I tried with Meson v1.2.3 and upstream, both failed with the same error. -- Regards, Nazir Bilal Yavuz Microsoft

Re: Failure during Building Postgres in Windows with Meson

2023-11-09 Thread Tristan Partin
Can you try with Meson v1.2.3? -- Tristan Partin Neon (https://neon.tech)

Re: Failure during Building Postgres in Windows with Meson

2023-11-09 Thread Nazir Bilal Yavuz
Hi, Adding Kyotaro to CC because Kyotaro reported a similar issue before [1]. On Thu, 9 Nov 2023 at 11:59, Shlok Kyal wrote: > > Hi, > I am trying to build postgres with meson on Windows. And I am stuck in > the process. > > Steps I followed: > > 1. I clone postgres repo > > 2.Installed meson an

Failure during Building Postgres in Windows with Meson

2023-11-09 Thread Shlok Kyal
Hi, I am trying to build postgres with meson on Windows. And I am stuck in the process. Steps I followed: 1. I clone postgres repo 2.Installed meson and ninja pip install meson ninja 3. Then running following command: meson setup build --buildtype debug 4. Then I ran cd build ninja Got follow