Re: PR 14427: 10.14 tester wanted

2022-04-02 Thread Fred Wright
On Thu, 31 Mar 2022, Christopher Chavez wrote: Could someone with access to 10.14 please try this PR? https://github.com/macports/macports-ports/pull/14427 Does the port (or output object qapplekeymapper.mm.o more specifically) now build with the patch, or does it encounter other errors?

Re: PR 14427: 10.14 tester wanted

2022-04-02 Thread Joshua Root
On 2022-4-3 12:00 , Fred Wright wrote: I got a warning about the 10.14 SDK not being installed, which I found surprising since I know I have the CLTs installed.  Running the suggested "xcode-select --install" complains that the CLTs are already installed, and suggests Software Update, which d

Re: PR 14427: 10.14 tester wanted

2022-04-02 Thread Fred Wright
On Sun, 3 Apr 2022, Joshua Root wrote: On 2022-4-3 12:00 , Fred Wright wrote: I got a warning about the 10.14 SDK not being installed, which I found surprising since I know I have the CLTs installed.  Running the suggested "xcode-select --install" complains that the CLTs are already installe

Re: PR 14427: 10.14 tester wanted

2022-04-02 Thread Joshua Root
On 2022-4-3 14:05 , Fred Wright wrote: Building against the newer SDK doesn't cause weak-linking issues as long as the code uses MIN_REQUIRED instead of MAX_ALLOWED to decide what references to make.  MIN_REQUIRED is the correct choice in most cases, but code often gets that wrong.  Having th

Re: PR 14427: 10.14 tester wanted

2022-04-02 Thread Joshua Root
On 2022-4-3 14:05 , Fred Wright wrote: lrwxr-xr-x  1 root  wheel   15 Sep 26  2020 MacOSX.sdk -> MacOSX10.15.sdk drwxr-xr-x  7 root  wheel  224 Sep 26  2020 MacOSX.sdk 1 lrwxr-xr-x  1 root  wheel   10 Aug 17  2019 MacOSX10.14.sdk -> MacOSX.sdk drwxr-xr-x  8 root  wheel  256 Nov  7  2019 MacOSX10