|
From: STEVE555 <ste...@ho...> - 2009-02-21 18:26:08
|
Hi to all,
I think I have fixed the error with i965 being called by
configure,I simply deleted the reference to i965 on line
9273.
The i965 driver still gets built when I rum gmake,but I'm glad it runs past
that error.
The trouble is gmake stops with this new error,and I'm not sure how to solve
this one:
gmake[4]: Leaving directory `/tmp/mesa/src/gallium/drivers/i915simple'
gmake[4]: Entering directory `/tmp/mesa/src/gallium/drivers/nv04'
rm -f depend
touch depend
/usr/bin/makedepend -fdepend -I/usr/lib/gcc/i586-redhat-linux/4.4.0/include
-I. -I../../../../src/gallium/include -I../../../../src/gallium/auxiliary
-I../../../../src/gallium/drivers -I/src/gallium/include
-I/src/gallium/auxiliary -I/src/gallium/drivers nv04_surface_2d.c
nv04_clear.c nv04_context.c nv04_fragprog.c nv04_fragtex.c nv04_miptree.c
nv04_prim_vbuf.c nv04_screen.c nv04_state.c nv04_state_emit.c nv04_surface.c
nv04_vbo.c 2> /dev/null
gmake[4]: Leaving directory `/tmp/mesa/src/gallium/drivers/nv04'
gmake[4]: Entering directory `/tmp/mesa/src/gallium/drivers/nv04'
gcc -c -I. -I../../../../src/gallium/include
-I../../../../src/gallium/auxiliary -I../../../../src/gallium/drivers
-I/src/gallium/include -I/src/gallium/auxiliary -I/src/gallium/drivers -g
-O2 -Wall -Wmissing-prototypes -std=c99 -ffast-math -fno-strict-aliasing
-m32 -g -fPIC -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM
-D_GNU_SOURCE -DPTHREADS -DDEBUG -DHAVE_POSIX_MEMALIGN -DUSE_XCB
-DGLX_USE_TLS -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER
-DGLX_DIRECT_RENDERING -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS
nv04_surface_2d.c -o nv04_surface_2d.o
nv04_surface_2d.c: In function ‘nv04_surface_copy_swizzle’:
nv04_surface_2d.c:133: error: ‘struct pipe_surface’ has no member named
‘block’
nv04_surface_2d.c:149: error: ‘struct pipe_surface’ has no member named
‘stride’
nv04_surface_2d.c:152: error: ‘struct pipe_surface’ has no member named
‘stride’
nv04_surface_2d.c:153: error: ‘struct pipe_surface’ has no member named
‘block’
nv04_surface_2d.c: In function ‘nv04_surface_copy_m2mf’:
nv04_surface_2d.c:173: error: ‘struct pipe_surface’ has no member named
‘stride’
nv04_surface_2d.c:173: error: ‘struct pipe_surface’ has no member named
‘block’
nv04_surface_2d.c:174: error: ‘struct pipe_surface’ has no member named
‘stride’
nv04_surface_2d.c:174: error: ‘struct pipe_surface’ has no member named
‘block’
nv04_surface_2d.c:191: error: ‘struct pipe_surface’ has no member named
‘stride’
nv04_surface_2d.c:192: error: ‘struct pipe_surface’ has no member named
‘stride’
nv04_surface_2d.c:193: error: ‘struct pipe_surface’ has no member named
‘block’
nv04_surface_2d.c:199: error: ‘struct pipe_surface’ has no member named
‘stride’
nv04_surface_2d.c:200: error: ‘struct pipe_surface’ has no member named
‘stride’
nv04_surface_2d.c: In function ‘nv04_surface_copy_blit’:
nv04_surface_2d.c:228: error: ‘struct pipe_surface’ has no member named
‘stride’
nv04_surface_2d.c:228: error: ‘struct pipe_surface’ has no member named
‘stride’
nv04_surface_2d.c: In function ‘nv04_surface_copy’:
nv04_surface_2d.c:260: error: ‘struct pipe_surface’ has no member named
‘stride’
nv04_surface_2d.c:260: error: ‘struct pipe_surface’ has no member named
‘stride’
nv04_surface_2d.c: In function ‘nv04_surface_fill’:
nv04_surface_2d.c:290: error: ‘struct pipe_surface’ has no member named
‘stride’
nv04_surface_2d.c:290: error: ‘struct pipe_surface’ has no member named
‘stride’
gmake[4]: *** [nv04_surface_2d.o] Error 1
gmake[4]: Leaving directory `/tmp/mesa/src/gallium/drivers/nv04'
gmake[3]: *** [default] Error 1
gmake[3]: Leaving directory `/tmp/mesa/src/gallium/drivers'
gmake[2]: *** [default] Error 1
gmake[2]: Leaving directory `/tmp/mesa/src/gallium'
gmake[1]: *** [subdirs] Error 1
gmake[1]: Leaving directory `/tmp/mesa/src'
gmake: *** [default] Error 1
I hope somebody would be able to help me with this one.
Regards,
STEVE555
--
View this message in context: http://www.nabble.com/Compiling-problems-with-MESA-from-Git-tp22111678p22138687.html
Sent from the mesa3d-users mailing list archive at Nabble.com.
|