On Wed Nov 30 03:59:14 2022 +0000, Zebediah Figura wrote:
Not sure why it works with Marvin, but this fails to build for me locally, with several instances of missing stdlib.h.
Yes, I noticed...I was getting warnings locally about including stdlib.h, but I missed them in the sea of other warnings, and the build "succeeded" because the linker didn't care. There are also several other problems with this patch that I need to address. I definitely pushed too soon on this one, but hopefully I will have a v2 ready later tonight. If not, I will mark the merge request as "Draft" to indicate that it's still a work in progress.
Do you think we could set `-Werror=implicit-function-declaration` on all Wine builds regardless of whether `configure` was called with `--enable-werror`?