beeware / Python-Apple-support

A meta-package for building a version of Python that can be embedded into a macOS, iOS, tvOS or watchOS project.
MIT License
1.11k stars 160 forks source link

unable to build python 3.8 for iOS with XCode 11.4.1 #86

Closed elelay closed 4 years ago

elelay commented 4 years ago

PyOS_BeforeFork PyOS_AfterFork_Child PyOS_AfterFork_Parent are called from Modules/_posixsubprocess.c without checking if HAVE_FORK is defined.

So they are referenced but not defined, so build fails at link.

freakboy3742 commented 4 years ago

Thanks for the report. I actually fixed this (see #85), but I neglected to push the update to this repository. I've pushed the update now. Sorry for the inconvenience caused; let me know if you have any further problems.