<br>Running qmake before make seems to have gotten rid of the mythconfig.mak error I was having, its been a while since I&#39;ve compiled Myth,&nbsp; now I&#39;m seeing a new error. This is an Ubuntu machine running SVN 19412. <br>
<br>After reading through the -dev list I don&#39;t see that there is a fix or maybe I missed it, anybody experiencing the same???<br><br>cd libs &amp;&amp; make -f Makefile<br>make[1]: Entering directory `/home/mythtv/mythtv/libs&#39;<br>
cd libavutil &amp;&amp; make -f Makefile<br>make[2]: Entering directory `/home/mythtv/mythtv/libs/libavutil&#39;<br>make[2]: Nothing to be done for `first&#39;.<br>make[2]: Leaving directory `/home/mythtv/mythtv/libs/libavutil&#39;<br>
cd libavcodec &amp;&amp; make -f Makefile<br>make[2]: Entering directory `/home/mythtv/mythtv/libs/libavcodec&#39;<br>ccache gcc -c -pipe -march=pentiumpro -fomit-frame-pointer -O3 -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 -fasm -std=c99 -pthread -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -funit-at-a-time -Wwrite-strings -fno-math-errno -w -D_REENTRANT -DPIC -fPIC&nbsp; -Di386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE -DHAVE_XVMC -DHAVE_XVMC_VLD -I/usr/share/qt3/mkspecs/default -I. -I.. -I../.. -o dsputil_mmx.o i386/dsputil_mmx.c<br>
i386/h264dsp_mmx.c: In function 'put_h264_qpel4_h_lowpass_3dnow':<br>i386/h264dsp_mmx.c:1891: error: can&#39;t find a register in class 'GENERAL_REGS' while reloading 'asm'<br>make[2]: *** [dsputil_mmx.o] Error 1<br>make[2]: Leaving directory `/home/mythtv/mythtv/libs/libavcodec&#39;<br>
make[1]: *** [sub-libavcodec] Error 2<br>make[1]: Leaving directory `/home/mythtv/mythtv/libs&#39;<br>make: *** [sub-libs] Error 2<br><br>