<br><br>Le&nbsp;vendredi 7 mars 2014, Greg Thompson &lt;<a href="mailto:gthompson20@gmail.com">gthompson20@gmail.com</a>&gt; a écrit&nbsp;:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hey All,<br>
<br>
I went to compile from fixes/0.27 this morning from a fresh GIT Clone&hellip;(Usually have no problems) and ma getting this after a successful compile and doing a &ldquo;sudo make install&rdquo;<br>
<br>
gthompson@MRMYTHTV:~/code/mythtv/mythtv$ sudo make install<br>
make -C external install INSTALL_ROOT=<br>
make[1]: Entering directory `/home/gthompson/code/mythtv/mythtv/external&#39;<br>
make -C FFmpeg install<br>
make[2]: Entering directory `/home/gthompson/code/mythtv/mythtv/external/FFmpeg&#39;<br>
libavcodec/smc.d:2: *** missing separator. &nbsp;Stop.<br>
make[2]: Leaving directory `/home/gthompson/code/mythtv/mythtv/external/FFmpeg&#39;<br>
make[1]: *** [FFmpeg-install] Error 2<br>
make[1]: Leaving directory `/home/gthompson/code/mythtv/mythtv/external&#39;<br>
make: *** [external_install] Error 2<br>
<br>
<br>
Any Ideas? The make command completes successfully.<br>
<br><br>
</blockquote><div><br></div><div>$ rm -rf mythtv/external</div><div>$ git reset --hard HEAD</div><div><br></div><div>Re-run configure, then make&nbsp;</div>