Re: Annoying build warnings from latest Apple toolchain - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Annoying build warnings from latest Apple toolchain
Date
Msg-id 317c755c-d03e-4c5c-9bc0-d4828be19f31@eisentraut.org
Whole thread Raw
In response to Re: Annoying build warnings from latest Apple toolchain  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: Annoying build warnings from latest Apple toolchain
Re: Annoying build warnings from latest Apple toolchain
List pgsql-hackers
On 21.11.23 14:35, Robert Haas wrote:
> On Mon, Nov 20, 2023 at 11:37 PM Andres Freund <andres@anarazel.de> wrote:
>> WRT Robert seeing those warnings and Tom not: There's something odd going
>> on. I couldn't immediately reproduce it. Then I realized it reproduces against
>> a homebrew install but not a macports one.
>>
>> Robert, which are you using?
> 
> macports

Btw., I'm also seeing warnings like this.  I'm using homebrew.  Here is 
a sample:

[145/147] Linking target src/test/modules/test_shm_mq/test_shm_mq.dylib
-macosx_version_min has been renamed to -macos_version_min
ld: warning: -undefined error is deprecated
ld: warning: ignoring duplicate libraries: '-lgcc'
[146/147] Linking target src/test/modules/test_slru/test_slru.dylib




pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: meson documentation build open issues
Next
From: Aleksander Alekseev
Date:
Subject: Re: How to accurately determine when a relation should use local buffers?