<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 16 March 2013 00:10, Roger Siddons <span dir="ltr">&lt;<a href="mailto:dizygotheca@ntlworld.com" target="_blank">dizygotheca@ntlworld.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><u></u>


<div><div class="im">On Fri, 15 Mar 2013 13:07:35 -0000, Anthony Giggins &lt;<a href="mailto:seven@seven.dorksville.net" target="_blank">seven@seven.dorksville.net</a>&gt; wrote:<br><br></div><blockquote style="margin:0px 0px 0.8ex;border-left:2px solid rgb(0,0,255);padding-left:1ex">
<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div class="im">On 7 March 2013 11:37, Roger Siddons <span dir="ltr">&lt;<a href="mailto:dizygotheca@ntlworld.com" target="_blank">dizygotheca@ntlworld.com</a>&gt;</span> wrote:<br>

</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">


<div><div><div><div class="im">On Wed, 06 Mar 2013 18:40:05 -0000, Chris Lewis &lt;<a href="mailto:chrislewis915@gmail.com" target="_blank">chrislewis915@gmail.com</a>&gt; wrote:<br><br></div><div class="im"><blockquote style="margin:0px 0px 0.8ex;border-left:2px solid rgb(0,0,255);padding-left:1ex">
<div dir="ltr"><div class="gmail_extra">Well I&#39;m just following the advice above.  I have downloaded the Mythtv source code and added the location in the Makefile but it still doesnt compile.</div>

<div class="gmail_extra"><br></div><div class="gmail_extra">To be honest the makefile includes lots of stuff in /usr/local/qt4 which also doesnt exist on my system so it seems that even solving my problem wouldnt make the compile complete successfully.</div>


<div class="gmail_extra"><br></div><div class="gmail_extra">Chris</div></div>
</blockquote><br></div></div></div><div class="im"><div>Chris,</div><div><br></div><div>Good point. It hadn&#39;t occurred to me that package-users won&#39;t have all the include files.</div><div>Have replied to your PM.<br>
</div><br></div></div></blockquote><div class="im">
<div><br></div><div>Silly question will this also work with 0.25?</div></div></div></div></div></blockquote><div><br></div><div>I haven&#39;t tried it personally but it should &amp; I haven&#39;t heard anything to suggest otherwise.</div>
<div class="im"><div><br></div><blockquote style="margin:0px 0px 0.8ex;border-left:2px solid rgb(0,0,255);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div><br><br></div><div>Also would you mind replying to the list with the eventual solution to this error?<br>
<br></div><div>Cheers,<br><br></div><div>Anthony <br>
</div></div><br></div></div>
</blockquote><div><br></div></div><div>I updated the wiki to describe how distro users should install the headers and released v2, which makes them optional.</div><div><a href="http://www.gossamer-threads.com/lists/mythtv/users/540454" target="_blank">http://www.gossamer-threads.com/lists/mythtv/users/540454</a></div>
<div><br></div><div>Chris had other issues as well, which we were dealing with by PM.</div><div><br></div><div>However, it&#39;s all a bit dated now - I&#39;ve managed to solve the python niggles and will shortly be putting up v3, which removes the need for any headers. So I advise anyone thinking of trying it now to wait a few days for that.</div>
<div><br></div><div>Sorry for the confusion. With hindsight I should have indicated that versions 1 &amp; 2 were &#39;pre-releases&#39; of a work-in-progress..<br></div><br><br></div><br></blockquote><div>Thanks Roger,<br>
<br></div><div>I was missing the header packages  libmyth-dev and libqt4-dev<br><br>$ sudo make<br>g++ -c -Wall -std=c++0x -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I/usr/include/mythtv silence.cpp -o silence.o<br>
g++  silence.o -o /usr/local/bin/silence -L/usr/lib -L/usr/lib/i386-linux-gnu -lsndfile -lQtCore -lmythbase-0.26 -lmyth-0.26<br>/usr/bin/ld: cannot find -lmythbase-0.26<br>/usr/bin/ld: cannot find -lmyth-0.26<br>collect2: ld returned 1 exit status<br>
make: *** [silence] Error 1<br> <br></div></div>however looks like the Makefile is hardcoded to 0.26<br><br></div><div class="gmail_extra">Seems to compile if I change <br><br>LIBS = -lsndfile -lQtCore -lmythbase-0.25 -lmyth-0.25<br>
<br></div><div class="gmail_extra">will do some further testing to confirm compatibiliy as you may be able to change the make file to detect the mythtv version in your next update. also maybe guthub would be a better place to store the code rather than the wiki?<br>
<br></div><div class="gmail_extra">Cheers,<br><br></div><div class="gmail_extra">Anthony<br><br></div></div>