failure in xorg 7.2 compile of vblank.c

Robin Becker robin at reportlab.com
Sat Jun 9 13:08:17 UTC 2007


On 09/06/07, Robin Becker <robin at reportlab.com> wrote:
>
> I am trying the build from scratch route of xorg 7.2.
>
> > cc -c -I. -I../../../../../src/mesa/drivers/dri/common -Iserver
> -I../../../../../include -I../../../../../include/GL/internal
> -I../../../../../src/mesa -I../../../../../src/mesa/main
> -I../../../../../src/mesa/glapi -I../../../../../src/mesa/math
> -I../../../../../src/mesa/transform -I../../../../../src/mesa/shader
> -I../../../../../src/mesa/swrast -I../../../../../src/mesa/swrast_setup
> -I../../../../../src/egl/main -I../../../../../src/egl/drivers/dri
> `pkg-config --cflags libdrm` -I/usr/local/include -Wall
> -O  -Wmissing-prototypes -std=c99 -Wundef -ffast-math -DUSE_X86_ASM
> -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -I/usr/local/include -DPTHREADS
> -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING
> -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS   ../common/vblank.c -o
> ../common/vblank.o
> > ../common/vblank.c: In function `driGetCurrentVBlank':
> > ../common/vblank.c:306: error: `DRM_VBLANK_SECONDARY' undeclared (first
> use in this function)
> > ../common/vblank.c:306: error: (Each undeclared identifier is reported
> only once
> > ../common/vblank.c:306: error: for each function it appears in.)
> > ../common/vblank.c: In function `driWaitForVBlank':
> > ../common/vblank.c:363: error: `DRM_VBLANK_SECONDARY' undeclared (first
> use in this function)
>
>
>
> ....


ignore this I figured out it was caused by an unistalled libdrm package.

--
Robin Becker


More information about the freebsd-questions mailing list