[Libav-user] makefile problem on win32 MinGW
Carl Eugen Hoyos
cehoyos at ag.or.at
Sat Mar 30 07:29:14 CET 2013
Thomas Sharpless <tksharpless at ...> writes:
> ./configure: line 4652: git: command not found
>
> The very last part of the configure script fails but
> it looks to me like all it is trying to do is make
> sure the source code is totally current.
It looks if the repository you are using is
current, you don't have to worry about the warnings.
> But then, horrors!
> $ makecommon.mak:139: *** missing separator. Stop.
This indicates that your checkout is broken, use:
$ git config --global core.autocrlf false
and checkout again.
Carl Eugen
More information about the Libav-user
mailing list