Following the instructions on dri.sourceforge.net and stupidly expecting
them to work, I got this error from Mesa:

(I've highlighted the line I think is causing it to fail.)

../../../../../src/mesa/tnl_dd/t_dd_tritmp.h:405: warning: 'spec[0]' may
be used uninitialized in this function
../../../../../src/mesa/tnl_dd/t_dd_tritmp.h:405: warning: 'spec[1]' may
be used uninitialized in this function
../../../../../src/mesa/tnl_dd/t_dd_tritmp.h:405: warning: 'spec[2]' may
be used uninitialized in this function
../../../../../src/mesa/tnl_dd/t_dd_tritmp.h:405: warning: 'spec[3]' may
be used uninitialized in this function
../../../../../src/mesa/tnl_dd/t_dd_tritmp.h:405: warning: 'color[0]'
may be used uninitialized in this function
../../../../../src/mesa/tnl_dd/t_dd_tritmp.h:405: warning: 'color[1]'
may be used uninitialized in this function
../../../../../src/mesa/tnl_dd/t_dd_tritmp.h:405: warning: 'color[2]'
may be used uninitialized in this function
../../../../../src/mesa/tnl_dd/t_dd_tritmp.h:405: warning: 'color[3]'
may be used uninitialized in this function
../../../../../src/mesa/tnl_dd/t_dd_tritmp.h: In function 'quad_twoside':
../../../../../src/mesa/tnl_dd/t_dd_tritmp.h:405: warning: 'spec[0]' may
be used uninitialized in this function
../../../../../src/mesa/tnl_dd/t_dd_tritmp.h:405: warning: 'spec[1]' may
be used uninitialized in this function
../../../../../src/mesa/tnl_dd/t_dd_tritmp.h:405: warning: 'spec[2]' may
be used uninitialized in this function
../../../../../src/mesa/tnl_dd/t_dd_tritmp.h:405: warning: 'spec[3]' may
be used uninitialized in this function
../../../../../src/mesa/tnl_dd/t_dd_tritmp.h:405: warning: 'color[0]'
may be used uninitialized in this function
../../../../../src/mesa/tnl_dd/t_dd_tritmp.h:405: warning: 'color[1]'
may be used uninitialized in this function
../../../../../src/mesa/tnl_dd/t_dd_tritmp.h:405: warning: 'color[2]'
may be used uninitialized in this function
../../../../../src/mesa/tnl_dd/t_dd_tritmp.h:405: warning: 'color[3]'
may be used uninitialized in this function
gcc -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`  -Wall -Wmissing-prototypes -std=c99
-ffast-math -O -g  -m32 -march=athlon-mp -m3dnow -msse -mmmx
-mfpmath=sse -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 -DGLX_INDIRECT_RENDERING
-DHAVE_ALIAS -DHAVE_POSIX_MEMALIGN -DUSE_X86_ASM -DUSE_MMX_ASM
-DUSE_3DNOW_ASM -DUSE_SSE_ASM  i810vb.c -o i810vb.o
In file included from i810vb.c:139:
../../../../../src/mesa/tnl_dd/t_dd_vb.c:193: warning: no previous
prototype for 'i810_print_vertex'
../../../../../bin/mklib -noprefix -o i810_dri.so \
                ../../common/driverfuncs.o ../common/utils.o
../common/texmem.o ../common/vblank.o ../common/dri_util.o
../common/xmlconfig.o ../common/drirenderbuffer.o i810context.o
i810ioctl.o i810render.o i810screen.o i810span.o i810state.o i810tex.o
i810texmem.o i810texstate.o i810tris.o i810vb.o
../../../../../src/mesa/libmesa.a  -L/usr/X11R6/lib -lm -lpthread
-lexpat -ldl `pkg-config --libs libdrm`
mklib: Making Linux shared library:  i810_dri.so
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../../i686-pc-linux-gnu/bin/ld:
warning: creating a DT_TEXTREL in object.
../../../../../bin/minstall i810_dri.so ../../../../../lib
make[6]: Leaving directory `/home/atg/source/Mesa/src/mesa/drivers/dri/i810'
i915tex
#########################################
/bin/sh: line 2: cd: i915tex: No such file or directory
#########################################
make[5]: *** [subdirs] Error 1
make[5]: Leaving directory `/home/atg/source/Mesa/src/mesa/drivers/dri'
make[4]: *** [linux-solo] Error 2
make[4]: Leaving directory `/home/atg/source/Mesa/src/mesa'
make[3]: *** [default] Error 2
make[3]: Leaving directory `/home/atg/source/Mesa/src/mesa'
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/home/atg/source/Mesa/src'
make[1]: *** [default] Error 1
make[1]: Leaving directory `/home/atg/source/Mesa'
make: *** [linux-dri-x86] Error 2
[EMAIL PROTECTED] ~/source/Mesa $



-- 
If you tell a linux advocate that you saw Bigfoot, he'd believe you.
If you tell him that you saw linux crash, he won't.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
--
_______________________________________________
Dri-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to