Trying to 'make linux-cell' with gallium-0.1 head, I get the following 
error :

gcc -c -I../../../../../src/mesa -I../../../../../src/gallium/include 
-I../../../../../src/gallium/auxiliary 
-I../../../../../src/gallium/drivers -g -Wall -Winline -fPIC -m32 
-mabi=altivec -maltivec -I. 
-I/opt/ibm/cell-sdk/prototype/sysroot/usr/include -DGALLIUM_CELL 
cell_vertex_shader.c -o cell_vertex_shader.o
cell_vertex_shader.c: In function 'cell_vertex_shader_queue_flush':
cell_vertex_shader.c:67: warning: implicit declaration of function 
'cell_update_vertex_fetch'
cell_vertex_shader.c:73: warning: assignment makes integer from pointer 
without a cast
cell_vertex_shader.c:126: error: 'struct <anonymous>' has no member 
named 'dest'
cell_vertex_shader.c:58: warning: unused variable 'shader_info'
make[5]: *** [cell_vertex_shader.o] Error 1
make[5]: Leaving directory 
`/home/jonathan/mesa/mesa/src/gallium/drivers/cell/ppu'


The particular structure triggering the error (struct 
draw_context.vs.queue, defined in 
./src/gallium/auxiliary/draw/draw_private.h) indeed has no member called 
dest.


Any suggestions?


thanks

jonathan.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to