Changes between Initial Version and Version 1 of Ticket #44129, comment 13


Ignore:
Timestamp:
Nov 30, 2017, 7:16:42 PM (6 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #44129, comment 13

    initial v1  
    1313See r110452, r131111, r131116.
    1414
    15 Running "`sudo port install cmake`" would trigger the error on Lion, but running "`sudo port install cmake configure.compiler=macports-clang-3.4`" works. I would imagine that running
    16     sudo port install cmake configure.compiler=macports-clang-3.3
     15Running `sudo port install cmake` would trigger the error on Lion, but running `sudo port install cmake configure.compiler=macports-clang-3.4` works. I would imagine that running
     16{{{
     17sudo port install cmake configure.compiler=macports-clang-3.3
     18}}}
    1719should reproduce the error on Mountain Lion. And I would imagine that ML with an old Xcode would fail in the same way as Lion does. I didn't test on anything below Lion yet.
    1820