When running "rakudobrew build moar" on Windows I get the following error:
C:\Users\Christian\rakudobrew\moar-nom\install\bin\moar --libpath=src\vm\moar\stage0 src\vm\moar\stage0\nqp.moarvm --bootstrap --setting=NULL --no-regex-lib --target=mbc --output=gen\moar\stage1\nqpmo.moarvm gen\moar\stage1\nqpmo.nqp Makefile:223: recipe for target 'gen\moar\stage1\nqpmo.moarvm' failed make: *** [gen\moar\stage1\nqpmo.moarvm] Error -1073741819 After some searching with process monitor I found what is most likely the error. The command causing this error seems to be: cmd.exe /x/d/c ""C:\Users\Christian\rakudobrew\moar-nom\install\bin\nqp-m.bat" --show-config" It tries to open a file named "C:\Users\Christian\rakudobrew\moar-nom\"C:\Users\Christian\rakudobrew\moar-nom\install\bin\nqp-m.bat" obviously a duplication of a part of the path name. Looks like a bug to me. Any ideas?