-
-
Notifications
You must be signed in to change notification settings - Fork 224
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
Build failure due to implicit-function-declaration and int-conversion #2568
Comments
Support for Python 3.13 in the next minor release (7.3.0). |
You can test the PR with: |
Similar issue, even from git:
|
With py3.13 it is working. With py3.14 we will have to make a small modification to setup.py to no longer compile the legacy console, only the new console. |
The support for Python 3.13 for Linux, macOS, and Windows is on the main branch. To test the most recent version: |
Describe the bug
Trying to build cx_Freeze on Fedora Linux Rawhide results in several errors:
Desktop (please complete the following information):
Additional context
-Wimplicit-function-declaration
and-Wint-conversion
are threated as errors in default Fedora compiler flags.The text was updated successfully, but these errors were encountered: