<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Hi to all,<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; I used to compile the nvfx driver for my NV40,but I don't that Graphics Card anymore.</div><div><br></div><div>Anyway, I'm using a NV28 Quatro with 128Mb of memory and I compile the&nbsp;nouveau_vieux_dri.so driver for that card instead.</div><div><br></div><div>I use the DRM,Mesa,and the nouveau driver code all compiled from git. The problem I'm having with Mesa for the past week or two is that I either use these ./configure options:</div><div><br></div><div>./autogen.sh --prefix=/usr --bindir=/usr/bin --libdir=/usr/lib --includedir=/usr/include --datarootdir=/usr/share --with-dri-drivers=nouveau,swrast --with-expat=/usr/lib --enable-debug --enable-asm --enable-32-bit --enable-opengl --disable-gles2 --disable-openvg --enable-dri --enable-glx --enable-xvmc --disable-va --disable-vdpau --disable-osmesa --disable-egl --enable-xorg --disable-d3d1x --enable-xa --disable-gbm --disable-xlib-glx --disable-gallium-egl --disable-gallium-gbm --enable-gallium-llvm --enable-driglx-direct --enable-glx-tls --enable-glu&nbsp;</div><div><br></div><div>I sometimes just use "make linux-dri-x86" to build the same driver.</div><div><br></div><div>The compile keeps ending up with the following error (from 24-01-12):</div><div><br></div><div><div>LX_DIRECT_RENDERING -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS -DHAVE_POSIX_MEMALIGN -I../../include -I../../src/glsl -I../../src/mesa -I../../src/mapi -I../../src/gallium/include -I../../src/gallium/auxiliary &nbsp;-Wall -Wmissing-prototypes -std=c99 -ffast-math -O2 -g -fPIC -m32 -mmmx -msse -msse2 -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -fno-strict-aliasing</div><div>g++ -c -o state_tracker/st_glsl_to_tgsi.o state_tracker/st_glsl_to_tgsi.cpp &nbsp;-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 -I../../include -I../../src/glsl -I../../src/mesa -I../../src/mapi -I../../src/gallium/include -I../../src/gallium/auxiliary &nbsp;-Wall -O2 -g -fPIC -m32 -mmmx -msse -msse2 -fno-strict-aliasing</div><div>mklib: Making Linux static library: &nbsp;libmesagallium.a</div><div>ar: creating libmesagallium.a</div><div>make[4]: Entering directory `/home/steve/mesa/src/mesa/drivers'</div><div>make[5]: Entering directory `/home/steve/mesa/src/mesa/drivers/dri'</div><div>Making all in nouveau</div><div>gmake[6]: Entering directory `/home/steve/mesa/src/mesa/drivers/dri/nouveau'</div><div>/bin/mkdir -p ../../../../../lib;</div><div>ln -f .libs/nouveau_vieux_dri.so ../../../../../lib/nouveau_vieux_dri.so;</div><div>ln: accessing `.libs/nouveau_vieux_dri.so': No such file or directory</div><div>gmake[6]: *** [all-local] Error 1</div><div>gmake[6]: Leaving directory `/home/steve/mesa/src/mesa/drivers/dri/nouveau'</div><div>make[5]: *** [all-recursive] Error 1</div><div>make[5]: Leaving directory `/home/steve/mesa/src/mesa/drivers/dri'</div><div>make[4]: *** [default] Error 1</div><div>make[4]: Leaving directory `/home/steve/mesa/src/mesa/drivers'</div><div>make[3]: *** [driver_subdirs] Error 2</div><div>make[3]: Leaving directory `/home/steve/mesa/src/mesa'</div><div>make[2]: *** [subdirs] Error 1</div><div>make[2]: Leaving directory `/home/steve/mesa/src'</div><div>make[1]: *** [default] Error 1</div><div>make[1]: Leaving directory `/home/steve/mesa'</div><div>make: *** [linux-dri-x86] Error 2</div></div><div><br></div><div><br></div><div>I'm currently using Fedora 16 with all the latest updates.</div><div><br></div><div>I hope someone can help me.</div><div>Regards,</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;STEVE555</div>                                               </div></body>
</html>