Re: [PATCH 1/1] Fix compilation on mac with Xcode >= 11.4.
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: James Hilliard <james.hilliard1@gmail.com>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2020-11-20T01:04:49Z
Lists: pgsql-hackers
James Hilliard <james.hilliard1@gmail.com> writes: > 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. Hm, maybe you're using some unusual configure options or weird build environment? The cases we've got in the buildfarm are Xcode 12.0 on Catalina (10.15.7) and Xcode 12.2 on Big Sur (11.0.1 ... although that one is ARM not Intel). Maybe you're found some corner case in between those, but I guess it's more likely due to a configuration choice. regards, tom lane
Commits
-
On macOS, use -isysroot in link steps as well as compile steps.
- e7abc1111634 9.6.21 landed
- d01e37845c22 11.11 landed
- 9e9a31bd0096 13.2 landed
- 5b83604270a6 12.6 landed
- 2bb8c0f1d94d 9.5.25 landed
- 153bf8d2044a 10.16 landed
- 49407dc32a29 14.0 landed