Changes between Initial Version and Version 2 of Ticket #54985


Ignore:
Timestamp:
Oct 3, 2017, 6:22:55 PM (7 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54985

    • Property Cc larryv MarcusCalhoun-Lopez added
    • Property Owner set to jeremyhu
    • Property Status changed from new to assigned
  • Ticket #54985 – Description

    initial v2  
    11The wrappers with the clang-3.9 port that look like
    22
     3{{{
    34#!/bin/bash
    45
     
    89   exec /opt/local/libexec/llvm-3.9/bin/clang "${@}"
    910fi
     11}}}
    1012
    1113(all the /opt/local/bin/*-3.9 wrappers are of that form)
     
    1315have a problem on Snow Leopard, at least with Xcode 3.2.6:
    1416
     17{{{
    1518myeye:tmp root# clang-mp-3.9 hello.c -o hello
    1619xcodebuild: error: invalid tool name - '/opt/local/libexec/llvm-3.9/bin/clang' contains '/' characters
     
    1922myeye:tmp root# xcode-select -print-path
    2023/Developer-3.2.6
     24}}}
    2125
    2226Clearly, at least that version of xcrun doesn't cope with a full pathname of the executable to be found; and it