[mythtv] macOS build issues - looking for advice / pointers

John Hoyt john.hoyt at gmail.com
Fri Feb 17 01:37:38 UTC 2023


On Mon, Feb 13, 2023 at 3:32 AM Nigel Pearson <nigel.pearson.au at gmail.com>
wrote:

>
> It was ugly code when I wrote it (in 2008!!!).
>
> I think AppleRemote::  has outlived its usefulness.
>
>
> git rm ???
>

So it looks like more functions were affected than just the AppleRemote
logic.  Replacing all of the OS 12 defines in commit 3787583
<https://github.com/MythTV/mythtv/commit/37875831a06acb651bfb545b3482281a0bb90caa>

<https://github.com/MythTV/mythtv/commit/37875831a06acb651bfb545b3482281a0bb90caa>as
follows got it sorted on Big Sur.

-#if !defined(MAC_OS_VERSION_12_0)
+#if !defined(MAC_OS_VERSION_12_0) || !defined(MAC_OS_VERSION_11_7)

Any suggestion on a cleaner approach?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mythtv.org/pipermail/mythtv-dev/attachments/20230216/b1002857/attachment.htm>


More information about the mythtv-dev mailing list