[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Building Make from git without guile fail.
From: |
Alexpux |
Subject: |
Re: Building Make from git without guile fail. |
Date: |
Wed, 23 Oct 2013 22:15:16 +0400 |
23.10.2013, в 22:05, Eli Zaretskii <address@hidden> написал(а):
>> Date: Wed, 23 Oct 2013 21:20:06 +0400
>> From: Alexey Pavlov <address@hidden>
>> Cc: address@hidden
>>
>>>> sed: -e expression #4, char 7: unterminated `s' command
>>>> Скопировано файлов: 1.
>>>
>>> What is this Sed error about? It doesn't happen to me.
>>>
>> This error in highlighted peace
>>
>> sed -e "s/;.*//" -e "/^[ \t]*$/d" -e "s/\"/\\\\\"/g" -e "s/$/ \\/"
>> gmk-default.scm >> gmk-default.h
> ^^^^^^^^^^
>
> What's wrong with that part? Which port of Sed are you using? If
> it's an MSYS port, perhaps try a native/MinGW port.
>
I use MSYS2 sed-4.2.2. Try to find solution.
>>> Please try the latest git.
>>
>> Build fine.
>
> Thanks for testing.