<br>Running qmake before make seems to have gotten rid of the mythconfig.mak error I was having, its been a while since I've compiled Myth, now I'm seeing a new error. This is an Ubuntu machine running SVN 19412. <br>
<br>After reading through the -dev list I don't see that there is a fix or maybe I missed it, anybody experiencing the same???<br><br>cd libs && make -f Makefile<br>make[1]: Entering directory `/home/mythtv/mythtv/libs'<br>
cd libavutil && make -f Makefile<br>make[2]: Entering directory `/home/mythtv/mythtv/libs/libavutil'<br>make[2]: Nothing to be done for `first'.<br>make[2]: Leaving directory `/home/mythtv/mythtv/libs/libavutil'<br>
cd libavcodec && make -f Makefile<br>make[2]: Entering directory `/home/mythtv/mythtv/libs/libavcodec'<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 -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'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'<br>
make[1]: *** [sub-libavcodec] Error 2<br>make[1]: Leaving directory `/home/mythtv/mythtv/libs'<br>make: *** [sub-libs] Error 2<br><br>