Closed aleaksunder closed 3 years ago
I hit the same thing and had a fix lined up, commit ede73f14966dc8890c9dbce413e9fa0dc6f046c1 .
Also related is commit 85c6450ceb67f6d424587ed6b4ccd0e6a33ba1d6 . Commit 67fd78ccbfe6244b7ca330d0ef9b917bbf6d3da6 unintentionally changed yfor.exe's behavior when given a multi-command expression, as in for %i in (*) do "command1 %i && command2 %i"
which is something that is used when the nmake build is used with yfor. I should probably remove this support anyway, because if somebody is willing to use Yori binaries to compile it they should probably go the whole way to ymake instead. Judging by the output here, your nmake build isn't using yfor so this shouldn't affect it.
Yes, can confirm that now is all ok... arm32, arm64, x86 and x64 builds now makes without any errors! Thank you
Theese errors I get trying to build current source code. Since originally my messages not in english, I tried to translate it as exact as I can.