Is it only me ? With actual nim from git, koch boot fails on third iteration with: cannot open file: ../doc/basicopt.txt but only on windows.
With nim on linux it works. Any ideas ?
strange it works when I boot with:
koch boot -d:release --cc:vcc --cpu:i386
but with
koch boot -d:release --cc:vcc --cpu:amd64
I get now another error: msgs.nim(85, 39) Error: ambiguous call; both tables.[declared in ..libpurecollectionstables.nim(187, 5)] and tables.[declared in ..libpurecollectionstables.nim(181, 5)] match for: (Table[system.string, lineinfos.FileIndex], string)