This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Manjusaka
Recipients Manjusaka
Date 2018-06-03.14:51:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528037472.78.0.592728768989.issue33756@psf.upfronthosting.co.za>
In-reply-to
Content
When I build 3.70.b5 in Mac , the compiler raise an error show that 

"./Modules/posixmodule.c:6018:11: error: implicit declaration of function 'forkpty' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
    pid = forkpty(&master_fd, NULL, NULL, NULL);"

the makefile was generated by './configuration" command without no argument.
History
Date User Action Args
2018-06-03 14:51:12Manjusakasetrecipients: + Manjusaka
2018-06-03 14:51:12Manjusakasetmessageid: <1528037472.78.0.592728768989.issue33756@psf.upfronthosting.co.za>
2018-06-03 14:51:12Manjusakalinkissue33756 messages
2018-06-03 14:51:12Manjusakacreate