Hi,
'make depend && make' gives:
make[2]: Entering directory `/wine/wine-git/dlls/opengl32' gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -gstabs+ -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -o wgl.o wgl.c wgl.c:104: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘p_glXGetProcAddressARB’ wgl.c: In function ‘wglGetProcAddress’: wgl.c:325: error: ‘p_glXGetProcAddressARB’ undeclared (first use in this function) wgl.c:325: error: (Each undeclared identifier is reported only once wgl.c:325: error: for each function it appears in.) wgl.c:341: warning: implicit declaration of function ‘p_glXGetProcAddressARB’ wgl.c:341: warning: assignment makes pointer from integer without a cast wgl.c: At top level: wgl.c:912: error: expected declaration specifiers or ‘...’ before ‘glXGetProcAddressARB_t’ wgl.c: In function ‘wgl_initialize_glx’: wgl.c:964: warning: implicit declaration of function ‘proc’ wgl.c:964: warning: assignment makes pointer from integer without a cast wgl.c:965: warning: assignment makes pointer from integer without a cast wgl.c:966: warning: assignment makes pointer from integer without a cast wgl.c:971: warning: assignment makes pointer from integer without a cast wgl.c:972: warning: assignment makes pointer from integer without a cast wgl.c:973: warning: assignment makes pointer from integer without a cast wgl.c:985: warning: assignment makes pointer from integer without a cast wgl.c:988: warning: assignment makes pointer from integer without a cast wgl.c:989: warning: assignment makes pointer from integer without a cast wgl.c: In function ‘process_attach’: wgl.c:1066: error: ‘p_glXGetProcAddressARB’ undeclared (first use in this function) wgl.c:1086: error: too many arguments to function ‘wgl_initialize_glx’ make[2]: *** [wgl.o] Error 1 make[2]: Leaving directory `/wine/wine-git/dlls/opengl32' make[1]: *** [opengl32] Error 2 make[1]: Leaving directory `/wine/wine-git/dlls' make: *** [dlls] Error 2
Any idea?
Cheers,
Paul.
Paul Vriens wrote:
make[2]: Entering directory `/wine/wine-git/dlls/opengl32' gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -gstabs+ -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -o wgl.o wgl.c wgl.c:104: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘p_glXGetProcAddressARB’ wgl.c: In function ‘wglGetProcAddress’: wgl.c:325: error: ‘p_glXGetProcAddressARB’ undeclared (first use in this function)
Hi,
I committed Thunderbird's latest patch... hopefully this fixes the problem.
Mike