Hi devs,<br/><br/>Been having a problem with trunk failing to compile.  I've tried to compile on both a 32-bit and 64-bit machine with and without --enable-proc-opt but I always end up with compilation failing at the same palce.<br/><br/>g++ -c -pipe -march=k8 -fomit-frame-pointer -O3 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -Wno-non-virtual-dtor -funit-at-a-time -D__STDC_CONSTANT_MACROS -D_REENTRANT -DPIC -fPIC -DMMX -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DUSING_OSS -DUSE_ALSA -DUSE_JACK -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I/usr/include -I/usr/include -I../libmythsamplerate -I../libmythsoundtouch -I../libmythfreesurround -I../libavcodec -I../libavutil -I../libmythdb -I../.. -I.. -I. -I../libmythupnp -I../libmythui -I. -I. -o moc_mythhttphandler.o moc_mythhttphandler.cpp<br/>make[2]: *** No rule to make target `../libmythsoundtouch/libmythsoundtouch-0.22.a', needed by `libmyth-0.22.so.0.22.0'.  Stop.<br/>make[2]: Leaving directory `/home/mihanson/mike/computer/linux/apps/mythtv-src/svn/trunk/mythtv/libs/libmyth'<br/>make[1]: *** [sub-libmyth-install_subtargets-ordered] Error 2<br/>make[1]: Leaving directory `/home/mihanson/mike/computer/linux/apps/mythtv-src/svn/trunk/mythtv/libs'<br/>make: *** [sub-libs-install_subtargets-ordered] Error 2<br/><br/>I have been following tickets #5890 and #5997 with the hopes that these tickets are the answer to my problems, but no luck so far.<br/><br/>My configure options:<br/>./configure --prefix=/usr --disable-distcc --enable-libfaad --enable-libfaac --qmake=/usr/bin/qmake-qt4 --enable-proc-opt --disable-joystick-menu --enable-xvmc-opengl --enable-vdpau --enable-opengl-video --enable-opengl-vsync --enable-libfftw3 --enable-lirc --enable-xvmc --enable-xrandr<br/><br/>This attempt is tried from Debain Lenny <br/># uname -a<br/>Linux desktop 2.6.26-1-amd64 #1 SMP Thu Oct 9 14:16:53 UTC 2008 x86_64 GNU/Linux<br/>with<br/>AMD X2 4850e / 2GB DDR2 800 / Abit AN-M2<br/><br/>My gcc version:<br/># gcc -v<br/>Using built-in specs.<br/>Target: x86_64-linux-gnu<br/>Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.2-1' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-cld --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu<br/>Thread model: posix<br/>gcc version 4.3.2 (Debian 4.3.2-1)<br/><br/>It's entirely possible that this could be OE on my part, but I can't seem to figure out what's wrong.  I've run 'make distclean' between attempts and even deleted my checkout and re-downloaded everything, but I'm still failing.  If anyone has any ideas, please let me know.  If more info is needed, I will do my best to fill in any information that is needed.<br/><br/>Thank you,<br/>Mike