Re: [PATCH] Bad sed expression in bootstrap.bat

2023-01-02 Thread Giangiacomo Zaffini
Updated bootstrap.bat runs well on my Windows 11 laptop. Thank You. Il giorno sab 31 dic 2022 alle ore 22:15 Paul Smith ha scritto: > On Mon, 2022-12-26 at 09:34 -0500, Paul Smith wrote: > Anyway I pushed a fix to bootstrap.bat that hopefully avoids the issue. > I was still not ever able to

Re: [PATCH] Bad sed expression in bootstrap.bat

2022-12-24 Thread Giangiacomo Zaffini
bug reports to: . gzaff@LAPTOP-6HAJ0RG0 MSYS /c/Users/gzaff/Devs/make $ ``` I don't know, maybe understanding if bootstrap.bat is running under MSYS2/mingw64/mingw32 bash or Windows command line/Windows PowerShell and use correct sed syntax for the case ? Giangiacomo Il giorno sab 24 dic 2022

[PATCH] Bad sed expression in bootstrap.bat

2022-12-22 Thread Giangiacomo Zaffini
ed -e "s/;.*//" -e "/^[ \t]*$/d" -e "s/\"/\"/g" -e "s/$/ \\/" src\gmk-default.scm >> src\gmk-default.h if ERRORLEVEL 1 goto Failed echo ^";>> src\gmk-default.h ``` I could build make without problem with MSVC (later on I wi