Hello nim community, I humbly ask for you assistance and expertise in solving this error that I have been unable to troubleshoot and fix successfully.
I installed the nim compiler through the devel git method:
git clone -b devel git://github.com/nim-lang/Nim.git
cd Nim
git clone -b devel --depth 1 git://github.com/nim-lang/csources
cd csources && sh build.sh
cd ..
bin/nim c koch <~~~~ This is where I experience my error
./koch boot -d:release
From that 'bin/nim c kock' command it outputs the following:
config/nim.cfg(46, 3) Hint: added path: '$HOME/.nimble/pkgs/' [Path]
Hint: used config file '$PATHTONIM/Nim/config/nim.cfg' [Conf]
Hint: system [Processing]
Hint: kock [Processing]
Error: cannot open 'kock.nim'
Questions: