Changes between Initial Version and Version 1 of Ticket #44129, comment 13
- Timestamp:
- Nov 30, 2017, 7:16:42 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #44129, comment 13
initial v1 13 13 See r110452, r131111, r131116. 14 14 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 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 {{{ 17 sudo port install cmake configure.compiler=macports-clang-3.3 18 }}} 17 19 should 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. 18 20