This is what I did when testing, could someone point out what is wrong here?<br><br>mkdir 20060730<br>cd 20060730/<br>svn co <a href="http://svn.mythtv.org/svn/trunk/mythtv">http://svn.mythtv.org/svn/trunk/mythtv</a><br>cd mythtv/
<br>./configure     --arch=athlon-xp --enable-proc-opt \<br>                --enable-audio-alsa \<br>                --enable-xvmc \<br>--enable-dvb --dvb-path=/usr/src/linux/include \<br>                --disable-audio-arts --disable-audio-jack \
<br>                --disable-joystick-menu \<br>--disable-firewire \<br>                --disable-dbox2 --disable-ivtv --disable-hdhomerun --disable-freebox \<br>                --disable-crciprec \<br>                &gt;&gt; 
build.log 2&gt;&amp;1<br>qmake <a href="http://mythtv.pro">mythtv.pro</a><br>nice -n 19 make &gt;&gt; build.log 2&gt;&amp;1 &amp;<br><br>If you want to look at the resulting build.log, I've thrown it here: <a href="http://ihme.org/~ele01d/build.log.tar.gz">
http://ihme.org/~ele01d/build.log.tar.gz</a><br>Sorry about the language in it, forgot to export LANG=en,&nbsp;should&nbsp;be&nbsp;fully&nbsp;understandable&nbsp;though :-)<br>