<br><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Brad DerManouelian wrote:<br>&gt; On Aug 28, 2007, at 8:05 AM, Joe Borne wrote:<br>&gt;
<br>&gt;&gt; I&#39;m attempting to go to the SVN version of MythTV on my Fed Core 6<br>&gt;&gt; box. I have successfully compiled mythtv, but the plugins won&#39;t compile.<br>&gt;&gt;<br>&gt;&gt; Running &quot;svn st <a href="http://svn.mythtv.org/svn/trunk/mythplugins">
http://svn.mythtv.org/svn/trunk/mythplugins</a>&quot; gives the<br>&gt;&gt; message that the current version is not a working copy.<br>&gt;&gt;<br>&gt;&gt; I followed the compile and install from svn instructions on the wiki,
<br>&gt;&gt; so I&#39;m thinking maybe I cam grabbing from the wrong source tree maybe?<br>&gt;&gt;<br>&gt;&gt; I&#39;d really like to go to SVN in order to get SD and several other<br>&gt;&gt; improvements.<br>&gt;&gt;<br>
&gt;&gt; Can anyone help? Perhaps a nice little HOWTO from someone who&#39;s done<br>&gt;&gt; it, on getting SVN installed in order to use SD would be nice.<br>&gt;<br>&gt; You need to install mythtv (not just compile) before trying to compile
<br>&gt; the plugins. Did you do that first?<br>&gt;<br><br>&quot;svn st <a href="http://svn.mythtv.org/svn/trunk/mythplugins">http://svn.mythtv.org/svn/trunk/mythplugins</a>&quot; does not check out<br>the code, it checks the status.
<br><br>You need &#39;svn co&nbsp;&nbsp;http:........mythtv&#39; and the same for mythplugins and<br>myththemes.<br><br>Then cd mythtv, run configure, then make, then make install. Do all that<br>before attempting to make plugins or themes.
<br><br>The previously required step &#39;qmake <a href="http://mythtv.pro">mythtv.pro</a>&#39; has been added as the<br>last line of configure.<br><br>Complete scripts to do this are given at the bottom of the wiki page<br>
Installing Mythtv SVN on Fedora Core (in Howto). The scripts will work<br>on basically any distribution. Other sections, such as auto-starting<br>mythbackend are fedora specific.<br><br>Geoff</blockquote><div><br><br>Actually, that is the frustrating thing. After the first suggestion that I install mythtv first before configuring and making mythplugins, I did so. The error I posted was after that. 
<br></div><br>So I did a clean configure/qmake/make/make install of mythtv and I did the same for myththemes. I then ran configure, qmake and make for mythplugins. I am still getting the &quot;/usr/bin/ld: cannot find -lmyth-0.20.1
&quot; error. A find for &quot;*lmyth-0.20.1*&quot; turns up nothing.<br><br>I have noticed that qmake is nowhere to be found on my system and the qmake command returns no feedback. I was assuming that perhaps it&#39;s simply a function of the qt suite, but perhaps therein lies the problem. Searches for how to install qmake have turned up very little in google.
<br><br>Any ideas?<br><br>Thanks for the help.<br></div>