[New-bugs-announce] [issue33756] Python 3.7.0b5 build error

Manjusaka report at bugs.python.org
Sun Jun 3 10:51:12 EDT 2018


New submission from Manjusaka <lizheao940510 at gmail.com>:

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.

----------
components: Build
messages: 318555
nosy: Manjusaka
priority: normal
severity: normal
status: open
title: Python 3.7.0b5 build error
type: compile error
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33756>
_______________________________________


More information about the New-bugs-announce mailing list