http://bugs.winehq.org/show_bug.cgi?id=3032
Summary: Wine fails to compile on FC4 Product: Wine Version: unspecified Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-loader AssignedTo: wine-bugs@winehq.org ReportedBy: skadz@stigmata.org
Getting this on FC4:
gcc -o wine-pthread -Wl,--export-dynamic -Wl,--section-start,.interp=0x77f00400 pthread.o main.o -L../libs/wine -lwine -L../libs/port -lwine_port -lpthread gcc -c -I. -I. -I../include -I../include -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -Wpointer-arith -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -m32 -march=i686 -mtune=pentium4 -fasynchronous-unwind-tables -o preloader.o preloader.c preloader.c: In function 'is_in_preload_range': preloader.c:863: error: 'union <anonymous>' has no member named 'a_ptr' preloader.c:864: error: 'union <anonymous>' has no member named 'a_ptr' make[1]: *** [preloader.o] Error 1 make[1]: Leaving directory `/usr/src/redhat/BUILD/wine-20050524/loader' make: *** [loader] Error 2
My guess is this has something to do with GCC4.
This is Wine 20050524 (It's not in the version list)