<html><head>

<link media="all" type="text/css" href="/webmail/static/deg/css/wysiwyg-4230203003.css" rel="stylesheet">
</head><body>
<font color="black" size="2" face="Verdana,Arial,Helvetica"><font color="black" size="2" face="Verdana,Arial,Helvetica"><font color="#660066">&gt;&gt; However, I always bomb out with this: <br>&gt;&gt; <br>&gt;&gt; ccache g++ -c -pipe -march=pentiumpro -fomit-frame-pointer -O3 -Wall <br>&gt;&gt; -Wno-switch -Wpointer-arith -Wredundant-decls -Wno-non-virtual-dtor <br>&gt;&gt; -funit-at-a-time -D__STDC_CONSTANT_MACROS -I/usr/include/kde/artsc -pthread <br>&gt;&gt; -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/directfb <br>&gt;&gt; -D_REENTRANT -D_REENTRANT -DPIC -fPIC -DMMX -Di386 -D_GNU_SOURCE <br>&gt;&gt; -D_FILE_OFFSET_BITS=64 -DUSING_OSS -DUSE_ALSA -DUSE_ARTS -DUSE_JACK <br>&gt;&gt; -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB <br>&gt;&gt; -DQT_CORE_LIB -DQT_SHARED <br>&gt;&gt; -I/usr/share/qt4/mkspecs/linux-g++ -I. <br>&gt;&gt; -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore <br>&gt;&gt; -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork <br>&gt;&gt; -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml <br>&gt;&gt; -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtSql <br>&gt;&gt; -I/usr/include/qt4 -I/usr/include -I/usr/include -I../libmythsamplerate <br>&gt;&gt; -I../libmythsoundtouch -I../libmythfreesurround -I../libavcodec <br>&gt;&gt; -I../libavutil -I../libmythdb -I../.. -I.. -I. -I../libmythupnp <br>&gt;&gt; -I../libmythui -I. -I. -o moc_mythhttphandler.o moc_mythhttphandler.cpp <br>&gt;&gt; make[2]: *** No rule to make target <br>&gt;&gt; `../libmythsoundtouch/<b style="color: black; background-color: rgb(255, 255, 128);">libmythsoundtouch-0</b>.22.a', needed by <br>&gt;&gt; `libmyth-0.22.so.0.22.0'.  Stop. <br>&gt;&gt; make[2]: Leaving directory <br>&gt;&gt; `/usr/src/mythtv/svn/trunk/mythtv/libs/libmyth' <br>&gt;&gt; make[1]: *** [sub-libmyth-install_subtargets-ordered] Error <br>&gt;&gt; 2 <br>&gt;&gt; make[1]: Leaving directory <br>&gt;&gt; `/usr/src/mythtv/svn/trunk/mythtv/libs' <br>&gt;&gt; make: *** [sub-libs-install_subtargets-ordered] Error 2 <br>&gt;&gt; <br>&gt;&gt; I can't figure out what I'm missing. There is definately no <br>&gt;&gt; libs/libmythsoundtouch/<b style="color: black; background-color: rgb(255, 255, 128);">libmythsoundtouch-0</b>.22.a Can anyone <br>&gt;&gt; help? <br></font> &gt;<br>&gt;Try a 'make distclean' to clean out the previous build info. <br> &gt;<br>&gt;The wiki contains a useful command to locate missing dependencies: <br> &gt;<br>&gt;grep has_library ~/myth-svn/mythtv/configure | perl -pe <br>&gt;'s/.*has_library (.*?) .*$//g;' | grep -v has_library | xargs yum <br>&gt;whatprovides | grep i386 | perl -pe 's/ .*//;' | sort -n | uniq <br> &gt;<br>&gt;You'll need to update this for your system (i.e. yum and/or i386 might <br>&gt;need changing).<br><br>Thanks for your reply, Nick.&nbsp; If I have my command to search for missing deps right, it appears that I have everything I need.<br><br>apt-get update &amp;&amp; apt-get install apt-file<br>apt-file update<br>root@mythbox-mbe:/usr/src/mythtv/svn/trunk# grep has_library mythtv/configure | perl -pe 's/.*has_library (.*?) .*$//g;' | grep -v has_library | xargs -0 apt-file -x search | perl -pe 's/ .*//;' | sort -n | uniq<br>root@mythbox-mbe:/usr/src/mythtv/svn/trunk#<br><br>If anyone can see where I go wrong with my command syntax, let me know.&nbsp; Otherwise, any other ideas as to why (or what) is causing my compile to fail?<br><br>Thank you all,<br>Mike<br></font></font></body></html>