http://bugs.winehq.org/show_bug.cgi?id=6086
------- Additional Comments From lhouk@lesliehouk.com 2007-25-01 10:11 ------- I talked to my hardcore geek friend about getting the 20041201 version of wine, and he told me I didn't need to find an archive file to get it. Instead, he told me to do:
export CVSROOT=:pserver:cvs@cvs.winehq.org:/home/wine cvs login (use password "cvs") cvs -z3 checkout -D 20041201 wine
That worked like a charm. Once I had the files, I tried to compile and install wine by doing
./tools/wineinstall
as the README file suggested. However, the process died midway through, giving the error messages
gcc -c -I. -I. -I../include -I../include -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o preloader.o preloader.c preloader.c: In function is_in_preload_range: preloader.c:851: error: union <anonymous> has no member named a_ptr preloader.c:852: error: union <anonymous> has no member named a_ptr make[1]: *** [preloader.o] Error 1 make[1]: Leaving directory `/home/lhouk/wine/loader' make: *** [loader] Error 2
Ville, is that the error you ran into, or can it be worked around?
Leslie