Changes between Initial Version and Version 1 of Ticket #63871, comment 17


Ignore:
Timestamp:
Dec 2, 2021, 6:47:23 AM (2 years ago)
Author:
dylanryan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63871, comment 17

    initial v1  
    66
    77{{{sudo ln -s  /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Security.framework/ /Library/Frameworks/Security.framework}}}
     8
     9-- edit, added later
     10
     11It got farther, eventually dying on this:
     12
     13{{{/opt/local/libexec/llvm-9.0/bin/../include/c++/v1/memory:2338:5: error: aligned deallocation function of type 'void (void *, std::size_t, std::align_val_t) noexcept' is only available on macOS 10.14 or newer}}}
     14
     15According to https://docs.mongodb.com/manual/administration/production-notes/#std-label-prod-notes-supported-platforms , 10.13 support was dropped in 5.0 entirely. Perhaps the port should indicate that somehow and fail early with a note to that effect?