Changes between Initial Version and Version 1 of Ticket #63699, comment 3
- Timestamp:
- Oct 28, 2021, 1:19:03 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #63699, comment 3
initial v1 2 2 > Some redefinition errors are fixed with newer compilers / C standards, maybe give that a try first. 3 3 4 Great point! I was hoping to keep the supported compiler list as broad as possible, to avoid a dependency on GCC 7. (As Ken and others have pointed out, a tremendous number of ports require something more modern than `apple-gcc-4.2`. So perhaps there's no getting around this.)4 Great point! I was hoping to keep the supported compiler list as broad as possible, to avoid a dependency on GCC 7. (As Ken and others have pointed out, though, a tremendous number of ports require something more modern than `apple-gcc-4.2`. So perhaps there's no getting around this.) 5 5 6 6 Still need to dig some more, though. And additional thoughts/ideas welcome, as always!