----- On Jul 6, 2019, at 5:41 PM, Tim Schumacher timschumi@gmx.de wrote:
On 06.07.19 09:59, Alistair Leslie-Hughes wrote> Binary packages for various distributions will be available from:
https://www.winehq.org/download
Summary since last release
- Rebased to current wine 4.12 (822 patches are applied to wine vanilla)
The commit "setupapi: Add support for IDF_CHECKFIRST flag in SetupPromptForDiskW." (from the setupapi-SetupPromptForDisk set of patches) appears to break building wine-staging, since the linker isn't able to find the snwprintf function.
Reverting the commit makes things buildable again. I have tried replacing snwprintf with _snwprintf, which successfully builds as well, but I couldn't do any testing yet.
Was this with the configure option "--without-mingw" (or not having mingw installed)? Cos it seemed to build ok with mingw (default), but when building without it fails as you describe for me too.
And does reverting this + building --without-mingw fix things? Or does wine still crash?
Tim