-
Notifications
You must be signed in to change notification settings - Fork 99
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
Bullseye build broken #129
Comments
Fix build with MSVC / Bullseye, #129
Thanks for finding this problem and fixing it. I've merged PR #130, and will make a 2.1.3 release very soon. |
Thank you for accepting my fix. python/pythoncapi-compat#11 has been accepted and merged as well, so I'm 2/2 from yesterday! |
I just released bitarray 2.1.3 which contains this fix. Thanks again! |
As your fix is now included in |
Unfortunately, this doesn't work as the macros are undefined at the end of
So the build of the latest code from github fails:
Could you either reinstate the original fix, or copy the workaround from
Thanks, Andrew R |
Ah, thanks. I overlooked the comment that Do you know why this definition is undefined at the end of |
Thanks - I confirmed the build fix worked. I assume the macros were undefined at the end of In your case it would not be expected that any other code |
Thanks for confirming that the build is working again. Yes, I also think |
When compiling on Windows with Bullseye Coverage, the build is broken because of C89 compatibility issues:
The text was updated successfully, but these errors were encountered: