After the recent wave of commits, I'm getting a build failure for the following line in dlls/d3d8/device.c:
IDirect3DBaseTexture8* cont = NULL;
The failure looks as follows
device.c:1989: syntax error before `*' device.c:1991: `hr' undeclared (first use in this function) device.c:1991: (Each undeclared identifier is reported only once device.c:1991: for each function it appears in.) device.c:1991: `cont' undeclared (first use in this function) gmake[2]: *** [device.o] Error 1 gmake[2]: Leaving directory `/.amd_mnt/nashira/files5/test/wine/dlls/d3d8' gmake[1]: *** [d3d8] Error 2 gmake[1]: Leaving directory `/.amd_mnt/nashira/files5/test/wine/dlls' gmake: *** [dlls] Error 2
which indicates that IDirect3DBaseTexture8 is not a known type at that point.
That's using XFree86-4.3.0 and Mesa-3.4.2 (on FreeBSD 4.8).
Gerald
PS: I'll happily test any patches to fix this.
Gerald Pfeifer pfeifer@dbai.tuwien.ac.at writes:
After the recent wave of commits, I'm getting a build failure for the following line in dlls/d3d8/device.c:
IDirect3DBaseTexture8* cont = NULL;
Try http://www.winehq.org/hypermail/wine-patches/2003/06/0049.html