[Mono-dev] Building Mono on Windows

Jonathan Chambers joncham at gmail.com
Sat Mar 3 17:01:50 UTC 2012


Hello Robert,

$ git config --global core.autocrlf
true

I believe I enabled that following directions for Windows here:

http://help.github.com/line-endings/

Should that be set to 'input'?

Thanks,
Jonathan

On Sat, Mar 3, 2012 at 10:40 AM, Robert Jordan <robertj at gmx.net> wrote:

> Hi Jonathan,
>
>
> On 03.03.2012 16:23, Jonathan Chambers wrote:
>
>> I am attempting to build mono on Windows using cygwin. I have been
>> building
>> the runtime using Visual Studio, and using class libraries built on
>> Linux/OSX. This prevents me from easily running the runtime/classlib tests
>> though. So, I clone the mono repository, and attempt to configure. I
>> immediately get a ton of errors all related to line endings in the
>> scripts.
>> Looking at the .gitattributes file it appears we work native line endings
>> on *.sh files.
>>
>> https://github.com/mono/mono/**blob/master/.gitattributes<https://github.com/mono/mono/blob/master/.gitattributes>
>>
>
> I don't see these CRLF issues when I clone using cygwin's git.
>
> What's the output of
>
>        git config --global core.autocrlf
>
> on your system?
>
> Robert
>
> ______________________________**_________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.**com <Mono-devel-list at lists.ximian.com>
> http://lists.ximian.com/**mailman/listinfo/mono-devel-**list<http://lists.ximian.com/mailman/listinfo/mono-devel-list>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20120303/5c9b4a52/attachment.html>


More information about the Mono-devel-list mailing list