[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Building Make from git without guile fail.
From: |
Eli Zaretskii |
Subject: |
Re: Building Make from git without guile fail. |
Date: |
Wed, 23 Oct 2013 21:05:23 +0300 |
> 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.
> > Please try the latest git.
>
> Build fine.
Thanks for testing.