|
From: 4. <447...@qq...> - 2009-03-04 11:19:24
|
gmake[1]: Entering directory `/root/Mesa-7.2/src' Making sources for autoconf gmake[2]: Entering directory `/root/Mesa-7.2/src/glx/x11' gcc -c -I. -I../../../include -I../../../include/GL/internal -I../../../src/mesa/main -I../../../src/mesa/glapi -I/usr/include/drm -I/usr/X11R6/include -g -error: `X_GLXvop_ReleaseTexImageEXT' undeclared (first use in this function) glxcmds.c: At top level: glxcmds.c:2672: error: syntax error before "char" glxcmds.c:2913: error: syntax error before "int" gmake[2]: *** [glxcmds.o] Error 1 gmake[2]: Leaving directory `/root/Mesa-7.2/src/glx/x11' gmake[1]: *** [subdirs] Error 1 gmake[1]: Leaving directory `/root/Mesa-7.2/src' gmake: *** [default] Error 1 O2 -Wall -Wmissing-prototypes -std=c99 -ffast-math -fno-strict-aliasing -fPIC -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DPTHREADS -DHAVE_POSIX_MEMALIGN -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS -DGLX_DIRECT_RENDERING -DXF86VIDMODE -D_REENTRANT -UIN_DRI_DRIVER -DDEFAULT_DRIVER_DIR=\"/usr/local/lib/dri\" glxcmds.c -o glxcmds.o glxcmds.c:113: error: syntax error before "__GLXDRIdrawable" glxcmds.c:486: error: syntax error before "void" glxcmds.c:2160: error: syntax error before "GLboolean" glxcmds.c:2238: error: syntax error before "GLboolean" glxcmds.c: In function `__glXBindTexImageEXT': glxcmds.c:2600: error: `X_GLXvop_BindTexImageEXT' undeclared (first use in this function) glxcmds.c:2600: error: (Each undeclared identifier is reported only once glxcmds.c:2600: error: for each function it appears in.) glxcmds.c: In function `__glXReleaseTexImageEXT': glxcmds.c:2652: error: `X_GLXvop_ReleaseTexImageEXT' undeclared (first use in this function) glxcmds.c: At top level: glxcmds.c:2672: error: syntax error before "char" glxcmds.c:2913: error: syntax error before "int" gmake[2]: *** [glxcmds.o] Error 1 gmake[2]: Leaving directory `/root/Mesa-7.2/src/glx/x11' gmake[1]: *** [subdirs] Error 1 gmake[1]: Leaving directory `/root/Mesa-7.2/src' gmake: *** [default] Error 1 What is the problem? Please help me. |