Changes between Initial Version and Version 1 of Ticket #64187, comment 8
- Timestamp:
- Mar 21, 2022, 1:16:35 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #64187, comment 8
initial v1 21 21 Ref: https://systems.nic.uoregon.edu/internal-wiki/index.php?title=Tau_clang_plugin 22 22 23 Once Lexer.cpp is patched, it builds normally with macports-gcc-11: 24 ``` 23 Once `Lexer.cpp` is patched, it builds normally with `macports-gcc-11`: 24 25 {{{ 25 26 36-73% port -v installed libtapi 26 27 The following ports are currently installed: 27 28 libtapi @1000.10.8_1 requested_variants='' platform='darwin 10' archs='ppc' date='2022-03-20T07:55:02+0800' 28 29 libtapi @1100.0.11_0 (active) requested_variants='' platform='darwin 10' archs='ppc' date='2022-03-21T20:55:45+0800' 29 ``` 30 31 }}}