Thanks Carl<br>I solved the problem by replacing the git clone with a release tarball -- I have no need to follow the latest snapshot.<br>-- Tom<br><br><div class="gmail_quote">On Sat, Mar 30, 2013 at 2:29 AM, Carl Eugen Hoyos <span dir="ltr"><<a href="mailto:cehoyos@ag.or.at" target="_blank">cehoyos@ag.or.at</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">Thomas Sharpless <tksharpless@...> writes:<br>
<br>
> ./configure: line 4652: git: command not found<br>
><br>
> The very last part of the configure script fails but<br>
> it looks to me like all it is trying to do is make<br>
> sure the source code is totally current.<br>
<br>
</div>It looks if the repository you are using is<br>
current, you don't have to worry about the warnings.<br>
<br>
> But then, horrors!<br>
> $ makecommon.mak:139: *** missing separator.  Stop.<br>
<br>
This indicates that your checkout is broken, use:<br>
$ git config --global core.autocrlf false<br>
and checkout again.<br>
<br>
Carl Eugen<br>
<br>
_______________________________________________<br>
Libav-user mailing list<br>
<a href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a><br>
<a href="http://ffmpeg.org/mailman/listinfo/libav-user" target="_blank">http://ffmpeg.org/mailman/listinfo/libav-user</a><br>
</blockquote></div><br>