Changes between Initial Version and Version 1 of Ticket #68438, comment 1


Ignore:
Timestamp:
Oct 12, 2023, 10:20:02 PM (7 months ago)
Author:
jmroot (Joshua Root)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68438, comment 1

    initial v1  
    1 It appears that ghc uses `utimensat` in its public headers, which means those headers can't be used without that function being available. As you've discovered, it's only available on macOS 10.13 and later. There is an implementation in legacysupport, but that means that all ghc dependents are obliged to use legacysupport, which is unfortunate.
     1It appears that ghc uses `utimensat` in its public headers, which means those headers can't be used without that function being available. As you've discovered, it's only available on macOS 10.13 and later. There is an implementation in legacysupport, but that means that all ghc dependents (or at least all those that include this particular header) are obliged to use legacysupport, which is unfortunate.