From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | Andres Freund <andres(at)anarazel(dot)de> |
Cc: | Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>, PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: Meson far from ready on Windows |
Date: | 2024-06-24 12:24:05 |
Message-ID: | CA+OCxozP3eW7nER6hSYEhZOO_8JaKSKt9SXWSArZ9YoWPc8x-A@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Sat, 22 Jun 2024 at 17:35, Andres Freund <andres(at)anarazel(dot)de> wrote:
> Hi,
>
> On 2024-06-21 15:36:56 +0100, Dave Page wrote:
> > For giggles, I took a crack at doing that, manually creating .pc files
> for
> > everything I've been working with so far.
>
> Cool!
>
>
> > It seems to work as expected, except that unlike everything else libintl
> is
> > detected entirely based on whether the header and library can be found. I
> > had to pass extra lib and include dirs:
>
> Yea, right now libintl isn't using dependency detection because I didn't
> see
> any platform where it's distributed with a .pc for or such. It'd be just a
> line or two to make it use one...
>
I think it should, for consistency if nothing else - especially if we're
adding our own pc/cmake files to prebuilt dependencies.
--
Dave Page
pgAdmin: https://www.pgadmin.org
PostgreSQL: https://www.postgresql.org
EDB: https://www.enterprisedb.com
From | Date | Subject | |
---|---|---|---|
Next Message | Christoph Berg | 2024-06-24 12:24:25 | Re: Changing default -march landscape |
Previous Message | Christoph Berg | 2024-06-24 12:16:28 | Re: Changing default -march landscape |