Changes between Initial Version and Version 1 of Ticket #52043, comment 11
- Timestamp:
- Sep 17, 2016, 4:51:00 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #52043, comment 11
initial v1 2 2 > > It would be nice to still be able to build on 10.4... 3 3 4 There is another, unrelated issue with building Python 3.6 on 10.4. As of 3.6 , certain features of the C99 standard are used in C modules; as a result, 3.6 no longer compiles with gcc-4.0, the standard in Xcode 2.5 for 10.4. So you'll probably need to add a dependency on a MacPorts-supplied C compiler (gcc-4.2 is fine).4 There is another, unrelated issue with building Python 3.6 on 10.4. As of 3.6.0b1, certain features of the C99 standard are used in C modules; as a result, 3.6 no longer compiles with gcc-4.0, the standard in Xcode 2.5 for 10.4. So you'll probably need to add a dependency on a MacPorts-supplied C compiler (gcc-4.2 is fine).