Hi Eugene,

I think that Matt is right.
I'm using git on Windows and I don't have any issues. Not for any
(shared) repository.
Please make sure that *all* of your git settings are correct:

git config --list --local
git config --list --system
git config --list --global

If you don't like to change global settings for git you can change the
local git settings, only for the openssl repo.
Depending on your editor you can have LF or CRLF line endings, that can
also be an issue. Personally I only use

core.autocrlf=false



Cheers,


Peter Mosmans

On 13-11-2014 11:15, esado...@eniks.com via RT wrote:
> Matt,
>
> It is not just my problem. Google that error and you will find plenty of 
> other 
> people having this issue as far back as 5 years ego. I already have solution 
> in place and I do not require any fixing but all the people on Windows 
> platform who checked code out through git will have this issue.
>
> Relying on git to provide correct line ending is bad idea because it is 
> global 
> setting and will affect other projects on local machine. It should work 
> regardless and suggested solution allows just that. It is clean, simple and 
> safe and should be done on master.
>
> Otherwise you should clearly document this problem and make this info readily 
> available to all Windows developers.
>
> Regards,
> Eugene
>
> -----Original Message-----
> From: Matt Caswell via RT [mailto:r...@openssl.org]
> Sent: Wednesday, November 12, 2014 4:50 PM
> To: esado...@eniks.com
> Cc: openssl-dev@openssl.org
> Subject: [openssl.org #3532] FW: [openssl] Build on Windows fails if cloned 
> with git (#174)
>
> I think this is more of a problem with your git config than with OpenSSL.
>
> From an OpenSSL git repo on Windows try this:
> git config core.autocrlf false
> git config core.eol lf
> git checkout .
>
> Matt
>
>

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to