<br><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><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<br>> compile.<br>><br>> Running "svn st <a href="http://svn.mythtv.org/svn/trunk/mythplugins">http://svn.mythtv.org/svn/trunk/mythplugins
</a>" gives<br>> the message that the current version is not a working copy.<br>><br>> I followed the compile and install from svn instructions on the<br>> wiki, so I'm thinking maybe I cam grabbing from the wrong source
<br>> 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<br>> done it, on getting SVN installed in order to use SD would be nice.
</blockquote><div><br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">> Brad DerManouelian replied: </blockquote></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
You need to install mythtv (not just compile) before trying to<br>compile the plugins. Did you do that first?</blockquote></div><br>Still no luck. Here is the error I get..<br><br><br>cd mtd && make -f Makefile<br>
make[2]: Entering directory `/root/build/mythplugins/mythdvd/mtd'<br>g++ -o mtd main.o dbcheck.o logging.o mtd.o serversocket.o jobthread.o dvdprobe.o fileobs.o threadevents.o moc_logging.o moc_mtd.o moc_serversocket.o -L/usr/kde/3.3/lib -L/usr/lib/qt-
3.3/lib -L/usr/local/lib -lmyth-0.20.1 -lmythui-0.20.1 -lfreetype -lmp3lame -lasound -lraw1394 -liec61883 -lavc1394 -lrom1394 -lXinerama -lXv -lXxf86vm -lXvMCW -lXvMC -lmythdvdnav-0.20.1 -lqt-mt -lGLU -lGL -lXmu -lXext -lX11 -lm -lpthread
<br>/usr/bin/ld: cannot find -lmyth-0.20.1<br>collect2: ld returned 1 exit status<br>make[2]: *** [mtd] Error 1<br>make[2]: Leaving directory `/root/build/mythplugins/mythdvd/mtd'<br>make[1]: *** [sub-mtd] Error 2<br>
make[1]: Leaving directory `/root/build/mythplugins/mythdvd'<br>make: *** [sub-mythdvd] Error 2<br><br>