No go here (Re: [D3D] Added native and emulated S3TC support (take 2))

Andreas Mohr andi at rhlx01.fht-esslingen.de
Sat Jul 31 06:50:28 CDT 2004


Hi,

On Sat, Jul 31, 2004 at 01:16:45PM +0200, Lionel Ulmer wrote:
> Fixed in the attached patch... At least we know now that Alexandre finally
> installed some OpenGL stuff on his development box :-)
Works. :)

Oh, wait... just when I *wanted* to say it works, I switched back to the
console compiling Wine, and:

make[2]: Entering directory `/usr/src/apps/CVS/wine/dlls/ddraw'
gcc -c -I. -I. -I../../include -I../../include -I/usr/X11R6/include -D__WINESRC__  -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith  -g -O2 -o main.o main.c
main.c:123: error: parse error before "fetch_2d_texel_rgba_dxt1"
main.c:123: warning: type defaults to `int' in declaration of `fetch_2d_texel_rgba_dxt1'
main.c:123: warning: data definition has no type or storage class
main.c:124: error: parse error before "fetch_2d_texel_rgba_dxt3"
main.c:124: warning: type defaults to `int' in declaration of `fetch_2d_texel_rgba_dxt3'
main.c:124: warning: data definition has no type or storage class
main.c:123: error: parse error before "fetch_2d_texel_rgba_dxt1"
main.c:123: warning: type defaults to `int' in declaration of `fetch_2d_texel_rgba_dxt1'
main.c:123: warning: data definition has no type or storage class
main.c:124: error: parse error before "fetch_2d_texel_rgba_dxt3"
main.c:124: warning: type defaults to `int' in declaration of `fetch_2d_texel_rgba_dxt3'
main.c:124: warning: data definition has no type or storage class
main.c:125: error: parse error before "fetch_2d_texel_rgba_dxt5"
main.c:125: warning: type defaults to `int' in declaration of `fetch_2d_texel_rgba_dxt5'
main.c:125: warning: data definition has no type or storage class
main.c: In function `DDRAW_bind_to_s3tc':
main.c:148: warning: assignment makes integer from pointer without a cast
main.c:148: warning: comparison between pointer and integer
main.c:149: warning: assignment makes integer from pointer without a cast
main.c:149: warning: comparison between pointer and integer
main.c:150: warning: assignment makes integer from pointer without a cast
main.c:150: warning: comparison between pointer and integer
make[2]: *** [main.o] Error 1
make[2]: Leaving directory `/usr/src/apps/CVS/wine/dlls/ddraw'
make[1]: *** [ddraw] Error 2
make[1]: Leaving directory `/usr/src/apps/CVS/wine/dlls'
make: *** [dlls] Error 2

Take (more ;) care,

Andreas



More information about the wine-devel mailing list