[Mono-dev] Building mono on windows

Michael Stoll unwichtig2 at mistoll.de
Thu Feb 2 18:42:02 UTC 2012


Hi,

I'm using TortoiseGit. So I set the AutoCrlf flag in the settings, did a 
clean clone, but configure failed because of additional \r.
AFAIK The script files should be in unix format in order to run using 
cygwin tools. But AutoCrlf would convert to windows format. Correct?

Regards Michael


Am 01.02.2012 18:24, schrieb Alex:
> Hi,
>
> git config --global core.autocrlf true
>
> should fix any EOL problems with building on Windows. (Make sure to do
> a clean clone after that.)
>
> Regards,
> Alex
>
> On Wed, Feb 1, 2012 at 5:26 PM, Michael Stoll<unwichtig2 at mistoll.de>  wrote:
>> Hi,
>>
>> I used to build mono on Cygwin/Windows a couple of month ago. Therefore I
>> had to convert a few files using dos2unix command.
>>
>> Today I did a clean checkout and applied dos2unix as before. But when runing
>> make it complained about
>> ./depcomp: line2: $'\r': command not found
>> As depcomp hat unix format, I have no idea, what to do.
>>
>> Regards Michael
>>
>> _______________________________________________
>> Mono-devel-list mailing list
>> Mono-devel-list at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-devel-list



More information about the Mono-devel-list mailing list