Re: Meson0.57.2 setup failed with option -Duuid=ossp

2025-09-21 Thread Yang Oreo
Hi Nazir, Thanks for the review. Hi Michael, Thanks. -- Thanks, Oreo From: Michael Paquier Sent: Monday, September 22, 2025 06:18 To: Nazir Bilal Yavuz Cc: Oreo Yang; pgsql-hack...@postgresql.org Subject: Re: Meson0.57.2 setup failed with option -Duuid=ossp On

Re: Meson0.57.2 setup failed with option -Duuid=ossp

2025-09-21 Thread Michael Paquier
On Fri, Sep 19, 2025 at 01:23:48PM +0300, Nazir Bilal Yavuz wrote: > Nice catch! I am able to reproduce the problem and I confirm that the > patch fixes it. Right, will fix and backpatch. Please note f039c2244110, that has changed the minimum version to be 0.57.2 on HEAD, and we still allow an ol

Re: Meson0.57.2 setup failed with option -Duuid=ossp

2025-09-19 Thread Nazir Bilal Yavuz
Hi, On Fri, 19 Sept 2025 at 04:15, Oreo Yang wrote: > > Hi all, > > When i execute meson setup, an error occurred "meson.build:1610:4: ERROR: > Expected 1 arguments, got 2." > I saw [1] discussing about the meson minimun version which is 0.57.2. > So I have attached a patch try to fix that. > >

Meson0.57.2 setup failed with option -Duuid=ossp

2025-09-18 Thread Oreo Yang
Hi all, When i execute meson setup, an error occurred "meson.build:1610:4: ERROR: Expected 1 arguments, got 2." I saw [1] discussing about the meson minimun version which is 0.57.2. So I have attached a patch try to fix that. uuid = dependency('ossp-uuid', 'uuid', required: false) About dependen