[MacPorts] #66886: clang-devel seems to be broken on macOS 12

MacPorts noreply at macports.org
Sat Feb 11 23:37:05 UTC 2023


#66886: clang-devel seems to be broken on macOS 12
--------------------------+----------------------
  Reporter:  catap        |      Owner:  jeremyhu
      Type:  defect       |     Status:  assigned
  Priority:  Normal       |  Milestone:
 Component:  ports        |    Version:
Resolution:               |   Keywords:
      Port:  clang-devel  |
--------------------------+----------------------

Comment (by kencu):

 or do this:

 {{{
 /opt/local/libexec/llvm-devel/bin/clang++ -isysroot
 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
 test.cc
 }}}

 or this:

 {{{
 export
 SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
 /opt/local/libexec/llvm-devel/bin/clang++ test.cc
 }}}

 or -- etc etc

-- 
Ticket URL: <https://trac.macports.org/ticket/66886#comment:6>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list