Rob Hughes said:
make[2]: Entering directory `/usr/src/wine/dlls/opengl32' gcc -c -I. -I. -I../../include -I../../include -I/usr/X11R6/include -D_REENTRANT -fPIC -D__WINESRC__ -Wall -mpreferred-stack-boundary=2 -gstabs+ -Wpointer-arith -g -O2 -o opengl_ext.o opengl_ext.c opengl_ext.c:12: redefinition of `GLintptrARB' /usr/X11R6/include/GL/gl.h:67: `GLintptrARB' previously declared here opengl_ext.c:13: redefinition of `GLsizeiptrARB' /usr/X11R6/include/GL/gl.h:68: `GLsizeiptrARB' previously declared here make[2]: *** [opengl_ext.o] Error 1 make[2]: Leaving directory `/usr/src/wine/dlls/opengl32' make[1]: *** [opengl32] Error 2 make[1]: Leaving directory `/usr/src/wine/dlls' make: *** [dlls] Error 2
This is with cvs as of this morning and NVIDIA 43.63 drivers.
It appears as though a CVS commit 4 days ago added those types. Perhaps Lionel could have a look at these errors?
Rob