<html><head>
<link media="all" type="text/css" href="/webmail/static/deg/css/wysiwyg-4230203003.css" rel="stylesheet">
</head><body>
I'm not sure what I'm doing wrong here, so let me begin with the hardware:<br><br>SuperMicro PDSMA+<br>4 GB DDR2 667 ECC RAM<br>Intel Xeon X3210 2.13 GHz<br>4 x 500 GB Seagate SATA (Storage)<br>1 x 40 GB Seagate IDE (OS)<br><br>Currently running KnoppMyth R5.5 (debian based) as the OS, but I'm trying to compile trunk for HD-PVR support. I've added the following packages:<br><br>libqt4-core libqt4-dbg libqt4-gui libqt4-qt3support libqt4-sql qt4-qtconfig qt4-doc qt4-designer qt4-dev-tools libqt4-dev libqt4-opengl-dev libqt4-opengl libqt4-sql-mysql mercurial qt4-dev-tools libxcb-xinerama0-dev libxcb-xinerama0 libxinerama-dev libfaad-dev libfaad0 libsoundtouch1c2 libsoundtouch1-dev libsoundtouch-ocaml libsoundtouch-ocaml-dev automoc moc<br><br>I run configure with the following options:<br>./configure --prefix=/usr --disable-distcc --enable-libfaad --enable-proc-opt --disable-joystick-menu --enable-dvb --enable-opengl-video --enable-opengl-vsync --enable-libfaac<br><br>I link /usr/bin/qmake-qt4 to /etc/alternatives/qmake then:<br><br>export QTDIR=/usr/share/qt4<br><br>qmake mythtv.pro<br><br>Then I use checkinstall to try to make a quick and dirty package.<br><br>checkinstall -D make install<br><br>However, I always bomb out with this:<br><br>ccache g++ -c -pipe -march=pentiumpro -fomit-frame-pointer -O3 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -Wno-non-virtual-dtor -funit-at-a-time -D__STDC_CONSTANT_MACROS -I/usr/include/kde/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/directfb -D_REENTRANT -D_REENTRANT -DPIC -fPIC -DMMX -Di386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DUSING_OSS -DUSE_ALSA -DUSE_ARTS -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 `/usr/src/mythtv/svn/trunk/mythtv/libs/libmyth'<br>make[1]: *** [sub-libmyth-install_subtargets-ordered] Error 2<br>make[1]: Leaving directory `/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 libs/libmythsoundtouch/libmythsoundtouch-0.22.a Can anyone help?<br><br>Mike<br><br></body></html>