Elijah
10-30-2002, 07:48 AM
I've just uninstalled my wine and downloaded a winex22 tarball. I did the usual ./configure , make depend && make and got these errors:
ts_xf86dga2.c: In function `TSXDGAChangePixmapMode':
ts_xf86dga2.c:148: warning: implicit declaration of function `XDGAChangePixmapMode'
ts_xf86dga2.c:148: `a0' undeclared (first use in this function)
ts_xf86dga2.c:148: `a1' undeclared (first use in this function)
ts_xf86dga2.c:148: `a2' undeclared (first use in this function)
ts_xf86dga2.c:148: `a3' undeclared (first use in this function)
ts_xf86dga2.c:148: `a4' undeclared (first use in this function)
ts_xf86dga2.c: At top level:
ts_xf86dga2.c:152: parse error before '*' token
ts_xf86dga2.c: In function `TSXDGAKeyEventToXKeyEvent':
ts_xf86dga2.c:155: warning: implicit declaration of function `XDGAKeyEventToXKeyEvent'
ts_xf86dga2.c:155: `a0' undeclared (first use in this function)
ts_xf86dga2.c:155: `a1' undeclared (first use in this function)
make[1]: *** [ts_xf86dga2.o] Error 1
make[1]: Leaving directory `/home/elijah/winex22/tsx11'
make: *** [tsx11/libwine_tsx11.so] Error 2
these are the last few lines, I believe libwine_tsx11.so is included in wine, but won't winex be unusable with wine installed.?
ts_xf86dga2.c: In function `TSXDGAChangePixmapMode':
ts_xf86dga2.c:148: warning: implicit declaration of function `XDGAChangePixmapMode'
ts_xf86dga2.c:148: `a0' undeclared (first use in this function)
ts_xf86dga2.c:148: `a1' undeclared (first use in this function)
ts_xf86dga2.c:148: `a2' undeclared (first use in this function)
ts_xf86dga2.c:148: `a3' undeclared (first use in this function)
ts_xf86dga2.c:148: `a4' undeclared (first use in this function)
ts_xf86dga2.c: At top level:
ts_xf86dga2.c:152: parse error before '*' token
ts_xf86dga2.c: In function `TSXDGAKeyEventToXKeyEvent':
ts_xf86dga2.c:155: warning: implicit declaration of function `XDGAKeyEventToXKeyEvent'
ts_xf86dga2.c:155: `a0' undeclared (first use in this function)
ts_xf86dga2.c:155: `a1' undeclared (first use in this function)
make[1]: *** [ts_xf86dga2.o] Error 1
make[1]: Leaving directory `/home/elijah/winex22/tsx11'
make: *** [tsx11/libwine_tsx11.so] Error 2
these are the last few lines, I believe libwine_tsx11.so is included in wine, but won't winex be unusable with wine installed.?