https://bugs.winehq.org/show_bug.cgi?id=50426 Bug ID: 50426 Summary: error: redefinition of typedef ‘NDIS_STATUS’ Product: Wine Version: 6.0-rc4 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ndis.sys Assignee: wine-bugs(a)winehq.org Reporter: version2013(a)protonmail.com Distribution: --- Created attachment 69044 --> https://bugs.winehq.org/attachment.cgi?id=69044 log.txt in distro: # uname --kernel-release 3.0.66 # gcc --version 4.3.4 # ldd --version 2.10.1 applying patches: https://bugs.winehq.org/show_bug.cgi?id=47907#c12 https://bugs.winehq.org/show_bug.cgi?id=50423#c1 config line: configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --x-includes=/usr/X11R7/include --x-libraries=/usr/X11R7/lib --with-x --libdir=/usr/lib32 CFLAGS="-O2 -march=i686 -mtune=i686" Compiling wine-6.0-rc4 fails with: error: redefinition of typedef ‘NDIS_STATUS’ error: previous declaration of ‘NDIS_STATUS’ was here error: redefinition of typedef ‘PNDIS_STATUS’ error: previous declaration of ‘PNDIS_STATUS’ was here -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.