-
-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
3.10.7 - MinGW on Windows makefile error #98211
Comments
I also tested with 3.10.8, same error. |
Note #89701. |
Thanks @dg0yt. I can be the maintainer for this matter but currently very new to building Python from source. |
@manhnt9 the maintainer for MinGW support needs to be a Python core developer. We also need the steering council to approve it, Please see PEP 11 https://peps.python.org/pep-0011/ |
Per #89701, I'm closing this as a duplicate. Our general stance on non-supported platforms is that we will accept patches if they're not too invasive. So while I'm closing this, if someone wants to submit a patch it might be accepted. |
Solved, posting here for reference: msys2-contrib#103 |
I don't think it is solved. AFAIU https://github.com/msys2-contrib/cpython-mingw is to maintain the patches which are needed to build python for msys2/mingw: |
It's quite different. MinGW build script fetches original python source (this repo archive) and apply patches. Solved means:
There won't be 100+ patches needed in the build script. |
Bug report
After configuring Python source code (3.10.7) and running make, the error appears:
mingw32-make: *** No rule to make target 'Modules/Setup.config', needed by 'Makefile'. Stop.
Your environment
The text was updated successfully, but these errors were encountered: