Open andrewdavidmackenzie opened 1 year ago
If anyone using clang 14 able to reproduce the error, or build successfully (meaning I got it wrong and need to look more!!) ?
Looks like this has been fixed in master with a new SDL submodule (release-2.26.4 vs a1e992b). Would someone be so kind to tag a release?
Ping: Any comment on the possibility of a release that includes the fix that seems to be in HEAD? Thanks
Ping: Any comment on the possibility of a release that includes the fix that seems to be in HEAD? Thanks
Reference the master commit in your Cargo.toml until a new release is done:
I hope you understand.
I am one crate removed from it, but I think I can do a patch for dependencies and so will try that.
I commiserate on the maintenance and understand! Just know that your work is appreciated (and anticipated! :-) ) 💪
I'm having the same problem, anything I can do to help out to move forward to a release?
I'm having the same problem, anything I can do to help out to move forward to a release?
I am unable to compile sdl2-sys v0.35.2 on my macos. With a colleague we have investigated quite a bit why his compiles and my doesn't and we think it's a difference in behaviour in the
-Wdeclaration-after-statement
and expecially the-Werror,-Wdeclaration-after-statement
command line option to clang between clang 13 and clang 14, leading to this errorerror: mixing declarations and code is incompatible with standards before C99 [-Werror,-Wdeclaration-after-statement]
on clang 14, but compiling fine on clang 13.
I am not sure if this will need an issue in the code SDL lib repo, this one, or both....guidance welcome!