https://bugs.winehq.org/show_bug.cgi?id=42986
Bug ID: 42986 Summary: wine can't be compiled by gcc-2.95.4 Product: Wine Version: 2.7 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: amstream Assignee: wine-bugs@winehq.org Reporter: wylda@volny.cz Distribution: ---
Created attachment 58123 --> https://bugs.winehq.org/attachment.cgi?id=58123 gcc-2.95.4 fails to build amstream
In effort to find out lowest kernel version supported by wine, I will need old distro with old compiler. So preliminary test reveals:
wine-2.7 @ gcc-4.1.1: winecfg=OK & notepad=OK wine-2.7 @ gcc-3.4.6: winecfg=OK & notepad=OK wine-2.7 @ gcc-3.3.6: winecfg=OK & notepad=OK wine-2.7 @ gcc-2.95.4: compilation fails:
amstream/mediastream.c: In function `ddrawstreamsample_create': amstream/mediastream.c:1024: structure has no member named `dwRGBBitCount' amstream/mediastream.c:1025: structure has no member named `dwRBitMask' amstream/mediastream.c:1026: structure has no member named `dwGBitMask' amstream/mediastream.c:1027: structure has no member named `dwBBitMask' amstream/mediastream.c:1028: structure has no member named `dwRGBAlphaBitMask' make[1]: *** [mediastream.o] Error 1