Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jun 2006 21:21:05 +0300
From:      Andy Fawcett <andy@athame.co.uk>
To:        anholt@freebsd.org
Cc:        ports@freebsd.org
Subject:   error when compiling dri-devel
Message-ID:  <200606272121.06927.andy@athame.co.uk>

next in thread | raw e-mail | index | archive | help
Hi,

When compiling dri-devel using an up to date ports tree, I get the 
following error.


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 -O2 -fno-strict-aliasing -pipe -Wmissing-prototypes -g -std=c99 -Wundef -fPIC -ffast-math -DUSE_X86_64_ASM -I/usr/X11R6/include -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING -DHAVE_ALIAS -DRADEON_COMMON=1 -DRADEON_COMMON_FOR_R200 
r200_state_init.c -o r200_state_init.o
r200_state_init.c: In function `cmdveclinear':
r200_state_init.c:102: error: union has no member named `veclinear'
r200_state_init.c:102: error: `RADEON_CMD_VECLINEAR' undeclared (first 
use in this function)
r200_state_init.c:102: error: (Each undeclared identifier is reported 
only once
r200_state_init.c:102: error: for each function it appears in.)
r200_state_init.c:103: error: union has no member named `veclinear'
r200_state_init.c:104: error: union has no member named `veclinear'
r200_state_init.c:105: error: union has no member named `veclinear'
r200_state_init.c: In function `r200InitState':
r200_state_init.c:460: error: `R200_EMIT_VAP_PVS_CNTL' undeclared (first 
use in this function)
gmake[6]: *** [r200_state_init.o] Error 1


# uname -a
FreeBSD ping.int.athame.co.uk 6.1-RC FreeBSD 6.1-RC #1: Sat Apr 22 
19:14:50 EEST 2006 

I don't have any special build configurations here, pretty much 
everything is stock. All other ports on the system are up to date.

Cheers,

Andy

-- 
Andy Fawcett                                     | andy@athame.co.uk
                                                 | tap@kde.org
"In an open world without walls and fences,      | tap@lspace.org
  we wouldn't need Windows and Gates."  -- anon  | tap@fruitsalad.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606272121.06927.andy>