Re: [PATCH 1/1] Fix compilation on mac with Xcode >= 11.4.

From: James Hilliard <james(dot)hilliard1(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: [PATCH 1/1] Fix compilation on mac with Xcode >= 11.4.
Date: 2020-11-20 00:45:29
Message-ID: CADvTj4pTDEvpK3s5be6RZHs7yeRmpoCMjWKaZdjCFCce_K+1eQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Nov 19, 2020 at 5:40 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>
> James Hilliard <james(dot)hilliard1(at)gmail(dot)com> writes:
> > It would appear weak symbol linking is not handled properly without
> > 'isysroot' parameter passed to linker.
>
> Nobody else has reported this problem, so maybe you should tell us
> how to reproduce it before you suggest a build process change.
Hmm, maybe it's a more recent issue then, I took the version number
from the qt patch assuming it was the same issue, I hit it trying to build
master on Xcode 12.2 Build version 12B45b on Catalina version 10.15.7.
>
> (And yes, we have buildfarm members testing Xcode > 11.4 ...)
>
> regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joshua Drake 2020-11-20 00:49:52 Re: Should we document IS [NOT] OF?
Previous Message Tom Lane 2020-11-20 00:40:23 Re: [PATCH 1/1] Fix compilation on mac with Xcode >= 11.4.