Cedega (WineX) wineinstall problem
Hi!
I checked out a copy of the Cedega source from the CVS on 3/5/2005. I su'ed to the root user and ran ~/winex/tools/wineinstall, as it mentioned in the readme. Partway through the compile, I ran into this problem.
make[1]: Entering directory `~/winex/miscemu'
gcc -MMD -c -I. -I. -I../include -I../include -g -O2 -Wall -mpreferred-stack-boundary=2 -fno-keep-static-consts -D__const=const -fno-strict-aliasing -D__int8=char -D__int16=short -D__int32=int "-D__int64=long long" -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o preloader.o preloader.c
preloader.c:199: error: syntax error before string constant
preloader.c:205: warning: return type defaults to `int'
preloader.c: In function `__ASM_GLOBAL_FUNC':
preloader.c:206: error: storage class specified for parameter `wld_exit'
preloader.c:206: error: syntax error before '{' token
preloader.c:266: warning: structure defined inside parms
preloader.c:268: error: syntax error before "args"
preloader.c:384: error: parameter `s_iter' is initialized
preloader.c:384: error: `s' undeclared (first use in this function)
preloader.c:384: error: (Each undeclared identifier is reported only once
preloader.c:384: error: for each function it appears in.)
preloader.c:384: confused by earlier errors, bailing out
make[1]: *** [preloader.o] Error 1
make[1]: Leaving directory `~/winex/miscemu'
make: *** [miscemu/wine-preloader] Error 2
Compilation failed, aborting install.
Has anyone else encountered this problem before? Does anyone know where I could go to find information to fix it? (BTW, I'm running Fedora Core 3 with the 2.6.10-1.766 version of the kernel.)
Thanks!