<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>> On Aug 28, 2007, at 8:05 AM, Joe Borne wrote:<br>>
<br>>> I'm attempting to go to the SVN version of MythTV on my Fed Core 6<br>>> box. I have successfully compiled mythtv, but the plugins won't compile.<br>>><br>>> Running "svn st <a href="http://svn.mythtv.org/svn/trunk/mythplugins">
http://svn.mythtv.org/svn/trunk/mythplugins</a>" gives the<br>>> message that the current version is not a working copy.<br>>><br>>> I followed the compile and install from svn instructions on the wiki,
<br>>> so I'm thinking maybe I cam grabbing from the wrong source tree maybe?<br>>><br>>> I'd really like to go to SVN in order to get SD and several other<br>>> improvements.<br>>><br>
>> Can anyone help? Perhaps a nice little HOWTO from someone who's done<br>>> it, on getting SVN installed in order to use SD would be nice.<br>><br>> You need to install mythtv (not just compile) before trying to compile
<br>> the plugins. Did you do that first?<br>><br><br>"svn st <a href="http://svn.mythtv.org/svn/trunk/mythplugins">http://svn.mythtv.org/svn/trunk/mythplugins</a>" does not check out<br>the code, it checks the status.
<br><br>You need 'svn co http:........mythtv' 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 'qmake <a href="http://mythtv.pro">mythtv.pro</a>' 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 "/usr/bin/ld: cannot find -lmyth-0.20.1
" error. A find for "*lmyth-0.20.1*" 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'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>