RE: FW: Building Postgres 17.0 with meson

From: Mark Hill <Mark(dot)Hill(at)sas(dot)com>
To: Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: RE: FW: Building Postgres 17.0 with meson
Date: 2024-11-15 13:01:36
Message-ID: BL0PR05MB5076C8E5893CD53E57AE2A70EE242@BL0PR05MB5076.namprd05.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, 14 Nov 2024 at 2:55PM(EST), Mark Hill <Mark(dot)Hill(at)sas(dot)com > wrote:

> With openssl, zlib, and icu enabled in the setup, the ninja build fails trying to link src/backend/postgres.exe.
> There are 40 unresolved external symbol errors (see below.) I checked a few of the symbols and they appear
> in the Postgres source without the "_72" text on the end. Is it getting "72" from the version of icu4c I'm using,
> 72.1? Anyone know how to prevent these errors?

I'm including the meson-log.txt file for the build I reported in my previous post for more information.

Attachment Content-Type Size
meson-log.txt text/plain 505.6 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mats Kindahl 2024-11-15 13:05:40 Re: Potential ABI breakage in upcoming minor releases
Previous Message Ranier Vilela 2024-11-15 12:54:33 Re: define pg_structiszero(addr, s, r)