<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">>> However, I always bomb out with this: <br>>> <br>>> ccache g++ -c -pipe -march=pentiumpro -fomit-frame-pointer -O3 -Wall <br>>> -Wno-switch -Wpointer-arith -Wredundant-decls -Wno-non-virtual-dtor <br>>> -funit-at-a-time -D__STDC_CONSTANT_MACROS -I/usr/include/kde/artsc -pthread <br>>> -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/directfb <br>>> -D_REENTRANT -D_REENTRANT -DPIC -fPIC -DMMX -Di386 -D_GNU_SOURCE <br>>> -D_FILE_OFFSET_BITS=64 -DUSING_OSS -DUSE_ALSA -DUSE_ARTS -DUSE_JACK <br>>> -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB <br>>> -DQT_CORE_LIB -DQT_SHARED <br>>> -I/usr/share/qt4/mkspecs/linux-g++ -I. <br>>> -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore <br>>> -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork <br>>> -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml <br>>> -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtSql <br>>> -I/usr/include/qt4 -I/usr/include -I/usr/include -I../libmythsamplerate <br>>> -I../libmythsoundtouch -I../libmythfreesurround -I../libavcodec <br>>> -I../libavutil -I../libmythdb -I../.. -I.. -I. -I../libmythupnp <br>>> -I../libmythui -I. -I. -o moc_mythhttphandler.o moc_mythhttphandler.cpp <br>>> make[2]: *** No rule to make target <br>>> `../libmythsoundtouch/<b style="color: black; background-color: rgb(255, 255, 128);">libmythsoundtouch-0</b>.22.a', needed by <br>>> `libmyth-0.22.so.0.22.0'. Stop. <br>>> make[2]: Leaving directory <br>>> `/usr/src/mythtv/svn/trunk/mythtv/libs/libmyth' <br>>> make[1]: *** [sub-libmyth-install_subtargets-ordered] Error <br>>> 2 <br>>> make[1]: Leaving directory <br>>> `/usr/src/mythtv/svn/trunk/mythtv/libs' <br>>> make: *** [sub-libs-install_subtargets-ordered] Error 2 <br>>> <br>>> I can't figure out what I'm missing. There is definately no <br>>> libs/libmythsoundtouch/<b style="color: black; background-color: rgb(255, 255, 128);">libmythsoundtouch-0</b>.22.a Can anyone <br>>> help? <br></font> ><br>>Try a 'make distclean' to clean out the previous build info. <br> ><br>>The wiki contains a useful command to locate missing dependencies: <br> ><br>>grep has_library ~/myth-svn/mythtv/configure | perl -pe <br>>'s/.*has_library (.*?) .*$//g;' | grep -v has_library | xargs yum <br>>whatprovides | grep i386 | perl -pe 's/ .*//;' | sort -n | uniq <br> ><br>>You'll need to update this for your system (i.e. yum and/or i386 might <br>>need changing).<br><br>Thanks for your reply, Nick. If I have my command to search for missing deps right, it appears that I have everything I need.<br><br>apt-get update && 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. 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>