Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3.3-3.6 fail to build on macOS #36

Open
domenkozar opened this issue Feb 28, 2024 · 0 comments
Open

Python 3.3-3.6 fail to build on macOS #36

domenkozar opened this issue Feb 28, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@domenkozar
Copy link
Member

2024-02-28T05:38:09.7777680Z        > int     openat(int, const char *, int, ...) __DARWIN_NOCANCEL(openat) __OSX_AVAILABLE_STARTING(__MAC_10_10, __IPHONE_8_0);
2024-02-28T05:38:09.7778700Z        >         ^
2024-02-28T05:38:09.7780260Z        > ./Modules/posixmodule.c:5921:11: error: call to undeclared function 'forkpty'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
2024-02-28T05:38:09.7781930Z        >     pid = forkpty(&master_fd, NULL, NULL, NULL);
2024-02-28T05:38:09.7782490Z        >           ^
@domenkozar domenkozar added the bug Something isn't working label Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant