Changes between Initial Version and Version 2 of Ticket #54985
- Timestamp:
- Oct 3, 2017, 6:22:55 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54985
- Property Cc larryv MarcusCalhoun-Lopez added
- Property Owner set to jeremyhu
-
Property
Status
changed from
new
toassigned
-
Ticket #54985 – Description
initial v2 1 1 The wrappers with the clang-3.9 port that look like 2 2 3 {{{ 3 4 #!/bin/bash 4 5 … … 8 9 exec /opt/local/libexec/llvm-3.9/bin/clang "${@}" 9 10 fi 11 }}} 10 12 11 13 (all the /opt/local/bin/*-3.9 wrappers are of that form) … … 13 15 have a problem on Snow Leopard, at least with Xcode 3.2.6: 14 16 17 {{{ 15 18 myeye:tmp root# clang-mp-3.9 hello.c -o hello 16 19 xcodebuild: error: invalid tool name - '/opt/local/libexec/llvm-3.9/bin/clang' contains '/' characters … … 19 22 myeye:tmp root# xcode-select -print-path 20 23 /Developer-3.2.6 24 }}} 21 25 22 26 Clearly, at least that version of xcrun doesn't cope with a full pathname of the executable to be found; and it