Changes between Initial Version and Version 1 of Ticket #68908, comment 14
- Timestamp:
- Dec 18, 2023, 7:13:01 AM (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #68908, comment 14
initial v1 11 11 12 12 Why is it even needed? We do not want `xcrun` to decide for SDK at all. 13 14 P. S. With R packages, this happens with each, but nothing is broken, the call is ignored: 15 {{{ 16 ** libs 17 using C++ compiler: ‘g++-mp-13 (MacPorts gcc13 13.2.0_4+stdlib_flag) 13.2.0’ 18 Warning in system2("xcrun", "--show-sdk-path", TRUE, TRUE) : 19 running command ''xcrun' --show-sdk-path 2>&1' had status 64 20 using SDK: ‘NA’‘NA’‘NA’‘NA’‘NA’‘NA’ 21 }}}