One user reported a problem with an updated Wine port under FreeBSD, which
I cannot reproduce:
> -D_REENTRANT -D_THREAD_SAFE -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: syntax error before `glXGetProcAddressARB'
Said user is running XFree 4.0 (not 4.0.1) on FreeBSD 5.0-CURRENT, and I
found some discussion in the newsgroup: It seems that XFree 4.0 does not
define that, so I guess we should not rely on it?
Any suggestion on how to fix this/workaround this problem (short of
updating XFree)?
Gerald