https://bugs.winehq.org/show_bug.cgi?id=48753
Bug ID: 48753 Summary: compilation of wine 5.4 (staging) breaks due to missing symbol __acrt_iob_func in use of stdin, stdout, stderr Product: Wine-staging Version: 5.4 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: sick_soul@yahoo.it CC: leslie_alistair@hotmail.com, z.figura12@gmail.com Distribution: ---
Created attachment 66658 --> https://bugs.winehq.org/attachment.cgi?id=66658 patch fixing the build breakage for wine 5.4 (staging)
Compilation of wine 5.4 (staging) fails due to missing symbol __acrt_iob_func,
during build of d3dcompiler, dmscript, msvcirt, msvcp60.
Traced to missing import of msvcrt in Makefile.in
Patch included with the fix (fixes the build for me).