https://bugs.winehq.org/show_bug.cgi?id=50378
Bug ID: 50378 Summary: dlls/amstream/tests/amstream.o error: unknown field ‘dwBitMasks’ specified in initializer Product: Wine Version: 6.0-rc2 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: version2013@protonmail.com Distribution: ---
Created attachment 68983 --> https://bugs.winehq.org/attachment.cgi?id=68983 log.txt
in distro:
# uname --kernel-release 3.0.66
# gcc --version 4.3.4
# ldd --version 2.10.1
Compiling wine-6.0-rc2 fails with multiple items: error: unknown field ‘dwBitMasks’ specified in initializer warning: large integer implicitly truncated to unsigned type error: unknown field ‘dwRGBBitCount’ specified in initializer warning: integer constant is too large for ‘long’ type
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"
I imagine other bug [1] is still present, but this new bug stops compilation first.
[1] https://bugs.winehq.org/show_bug.cgi?id=47907