Changes between Initial Version and Version 1 of Ticket #68908, comment 14


Ignore:
Timestamp:
Dec 18, 2023, 7:13:01 AM (5 months ago)
Author:
barracuda156
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68908, comment 14

    initial v1  
    1111
    1212Why is it even needed? We do not want `xcrun` to decide for SDK at all.
     13
     14P. S. With R packages, this happens with each, but nothing is broken, the call is ignored:
     15{{{
     16** libs
     17using C++ compiler: ‘g++-mp-13 (MacPorts gcc13 13.2.0_4+stdlib_flag) 13.2.0’
     18Warning in system2("xcrun", "--show-sdk-path", TRUE, TRUE) :
     19  running command ''xcrun' --show-sdk-path 2>&1' had status 64
     20using SDK: ‘NA’‘NA’‘NA’‘NA’‘NA’‘NA’
     21}}}