https://bugs.winehq.org/show_bug.cgi?id=54601
Bug ID: 54601 Summary: Compilation fails with gcc 4.3.4 (error: unknown field ‘Type’ specified in initializer) Product: Wine Version: 8.1 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: version2013@protonmail.com Distribution: ---
Created attachment 74133 --> https://bugs.winehq.org/attachment.cgi?id=74133 log.txt
in distro:
# uname --kernel-release 3.0.66
# gcc --version 4.3.4
# ldd --version 2.10.1
Compiling wine-8.1 fails with: ../wine-8.1/dlls/ntdll/unix/server.c: In function ‘invoke_system_apc’: ../wine-8.1/dlls/ntdll/unix/server.c:409: error: unknown field ‘Type’ specified in initializer ../wine-8.1/dlls/ntdll/unix/server.c:409: warning: missing braces around initializer ../wine-8.1/dlls/ntdll/unix/server.c:409: warning: (near initialization for ‘ext.<anonymous>’) ../wine-8.1/dlls/ntdll/unix/server.c:410: error: unknown field ‘Pointer’ specified in initializer ../wine-8.1/dlls/ntdll/unix/server.c:411: warning: initialization makes integer from pointer without a cast
Compiling also fails with wine-8.2