> Received the following error messages:
> gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall
> -fPIC -D__WINE__
> -D_REENTRANT -I/usr/X11R6/include -o d3ddevice/mesa.o d3ddevice/mesa.c
> d3ddevice/mesa.c: In function `fill_device_capabilities':
> d3ddevice/mesa.c:130: `PFNGLCOLORTABLEEXTPROC' undeclared
> (first use in this
> function)
> d3ddevice/mesa.c:130: (Each undeclared identifier is reported
> only once
> d3ddevice/mesa.c:130: for each function it appears in.)
> d3ddevice/mesa.c:130: parse error before `glXGetProcAddressARB'
>
> Fixed with attached patch (which is probably not correct, but
> will at least
> make it compile).
Hmm, IIRC I got that error (or something close to it) a few hours ago
rm config.cache
configure
fixed the problem.