problem compiling xorg-server-X11R7.1-1.1.0 against Mesa

Lukas Hejtmanek xhejtman at fi.muni.cz
Wed Jul 5 13:08:38 PDT 2006


On Wed, Jul 05, 2006 at 04:44:24PM -0300, Carlos Eduardo Rodrigues Diógenes wrote:
> I retry today again and it's builds against 6.5. Maybe I leave some
> trash from the other builds. Sorry for the trash in the list.
> 
> But I still have a problem. I can't get the i915_dri.so. When I ask the
> Mesa-6.5 to 'make linux-dri-x86' it give me the follow:
> 
> gcc -c -I. -I../../../include -I../../../include/GL/internal
> -I../../../src/mesa/main -I../../../src/mesa/glapi
> -I../../../src/mesa/drivers/dri/common `pkg-config --cflags libdrm`
> -I/usr/X11R6/include -Wall -Wmissing-prototypes -g  -m32 -D_POSIX_SOURCE
> -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE
> -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER
> -DGLX_DIRECT_RENDERING -DHAVE_ALIAS -DUSE_X86_ASM -DUSE_MMX_ASM
> -DUSE_3DNOW_ASM -DUSE_SSE_ASM -std=c99 -ffast-math  -DXF86VIDMODE
> -D_REENTRANT -UIN_DRI_DRIVER glxcmds.c -o glxcmds.o
> glxcmds.c: In function `glXBindTexImageEXT':
> glxcmds.c:2670: error: `X_GLXvop_BindTexImageEXT' undeclared (first use
> in this function)
> glxcmds.c:2670: error: (Each undeclared identifier is reported only once
> glxcmds.c:2670: error: for each function it appears in.)
> glxcmds.c: In function `glXReleaseTexImageEXT':
> glxcmds.c:2711: error: `X_GLXvop_ReleaseTexImageEXT' undeclared (first
> use in this function)

Again, you do not have intalled latest GL proto from Xorg.

grep -r X_GLXvop_BindTexImageEXT *
GL/glxproto.h:#define X_GLXvop_BindTexImageEXT                5152


-- 
Lukáš Hejtmánek



More information about the xorg mailing list