I'm pretty sure svn myth is installed.  There may be something
that is not quite correct due to the FC64 setup, but I compiled
everything from source.<br>
<br>
svn co <a href="http://svn.mythtv.org/svn/mythtv">http://svn.mythtv.org/svn/mythtv</a><br>
svn co <a href="http://svn.mythtv.org/svn/mythplugins">http://svn.mythtv.org/svn/mythplugins</a><br>
svn co <a href="http://svn.mythtv.org/svn/myththemes">http://svn.mythtv.org/svn/myththemes</a><br>
<br>
cd mythtv<br>
./configure<br>
make<br>
make install<br>
cd ../mythplugins<br>
./configure<br>
make<br>
then i got the following errors<br>
<br>
avfdecoder.cpp: In member function 'virtual bool avfDecoder::initialize()':<br>
avfdecoder.cpp:149: error: cannot convert 'AVCodecContext' to 'AVCodecContext*' in assignment<br>
avfdecoder.cpp:168: error: base operand of '-&gt;' has non-pointer type 'AVCodecContext'<br>
avfdecoder.cpp:169: error: base operand of '-&gt;' has non-pointer type 'AVCodecContext'<br>
avfdecoder.cpp:170: error: base operand of '-&gt;' has non-pointer type 'AVCodecContext'<br>
avfdecoder.cpp:171: error: base operand of '-&gt;' has non-pointer type 'AVCodecContext'<br>
avfdecoder.cpp:172: error: base operand of '-&gt;' has non-pointer type 'AVCodecContext'<br>
make[1]: *** [avfdecoder.o] Error 1<br>
<br>
After the changes from my last post/email it does compile.&nbsp; Is
there some environment flag that needs to be set to get it
working?&nbsp; Anyone else with FC4 64 bit having this problem with
mythmusic?<br>
<br>
<br><div><span class="gmail_quote">On 11/30/05, <b class="gmail_sendername">Isaac Richards</b> &lt;<a href="mailto:ijr@case.edu">ijr@case.edu</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Wednesday 30 November 2005 12:31 pm, Michael Webster wrote:<br>&gt; I couldn't get mythmusic svn to compile.<br>&gt; I'm using FC4_x86_64, with a Sempron 64bit processor<br>&gt; and here are the changes that made it compile.
<br>&gt;<br>&gt; Not sure if audio_dec should be copied by value, or what was being<br>&gt; attempted there.<br>&gt; This was just to make it work.<br><br>You don't have svn myth installed.<br><br>Isaac<br><br><br>_______________________________________________
<br>mythtv-dev mailing list<br><a href="mailto:mythtv-dev@mythtv.org">mythtv-dev@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev</a><br>
<br><br></blockquote></div><br>