<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><BR><DIV><DIV>On Jan 3, 2007, at 1:05 PM, <A href="mailto:mythtv-users-request@mythtv.org">mythtv-users-request@mythtv.org</A> wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite"><P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica">In the mythtv source directory do</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica">./configure --prefix=/usr/local <SPAN class="Apple-converted-space">  </SPAN>... Add<SPAN class="Apple-converted-space">  </SPAN>any other configure options<SPAN class="Apple-converted-space"> </SPAN></FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica">you need</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica">make</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica">make install (as root)</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px"><BR></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica">if there was no errors change into the mythplugins directory</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica">./configure --prefix=/usr/local ... Add any other configure options</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica">make</FONT></P> <P style="margin: 0.0px 0.0px 0.0px 0.0px"><FONT face="Helvetica" size="3" style="font: 12.0px Helvetica">make install (as root)</FONT></P> </BLOCKQUOTE></DIV><BR><DIV><BR class="khtml-block-placeholder"></DIV><DIV>well, I went back and started over.  I got a little bit farther.  The only difference I made was that when it came time to install, rather than running "sudo make install", I actually logged in as root and then ran make install.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>this is how far I got on the plugins...</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>________</DIV><DIV>make[2]: Leaving directory `/home/myth/build/mythtv-svn/mythplugins/mytharchive/mytharchive'</DIV><DIV>cd mytharchivehelper &amp;&amp; make -f Makefile</DIV><DIV>make[2]: Entering directory `/home/myth/build/mythtv-svn/mythplugins/mytharchive/mytharchivehelper'</DIV><DIV>g++ -c -pipe -O2 -fmessage-length=0 -Wall -D_FORTIFY_SOURCE=2 -g -DUSE_LIB64_PATHES -fno-strict-aliasing -Wall -W -fomit-frame-pointer -D_REENTRANT  -D_GNU_SOURCE -DPREFIX=\"\" -D_FILE_OFFSET_BITS=64 -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/lib/qt3/mkspecs/default -I. -I/include -I/usr/kde/3.3/include -I/include -I/include/mythtv -I/usr/include -I/usr/lib/qt3/include -I/usr/include -I/usr/X11R6/include -o main.o main.cpp</DIV><DIV>main.cpp:29:28: error: ffmpeg/avcodec.h: No such file or directory</DIV><DIV>main.cpp:30:29: error: ffmpeg/avformat.h: No such file or directory</DIV><DIV>main.cpp:31:35: error: libmythtv/programinfo.h: No such file or directory</DIV><DIV>________</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>however:</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>%&gt; find /usr/local | grep avcodec.h</DIV><DIV>/usr/local/include/mythtv/ffmpeg/avcodec.h</DIV><DIV> %&gt; find /usr/local | grep avformat.h</DIV><DIV>/usr/local/include/mythtv/ffmpeg/avformat.h</DIV><DIV>%&gt; find /usr/local | grep programinfo.h</DIV><DIV>/usr/local/include/mythtv/libmythtv/programinfo.h</DIV></BODY></HTML>