hello all! im currently trying to build nim and am currently getting this:
dts@dts-Latitude-E6410:~/Desktop/marketbot$ nim compile --out:marketbot src/nimbot.nim
config/nim.cfg(45, 2) Hint: added path: '/home/dts/.babel/pkgs/' [Path]
config/nim.cfg(46, 2) Hint: added path: '/home/dts/.nimble/pkgs/' [Path]
Hint: used config file '/home/dts/.mini-bin/Nimrod/config/nim.cfg' [Conf]
Hint: system [Processing]
Hint: nimbot [Processing]
nimbot.nim(1, 7) Error: cannot open 'irc'
dts@dts-Latitude-E6410:~/Desktop/marketbot
I am using nim version 10, and afaik have installed it properly (because i have used it for other projects). Any help would be much appreciated
edit: running nim compile --out:marketbot main.nim # where main.nim just has import irc in it # so it appears i dont have the irc module anymore. would reinstalling nim (afaik im still on bleeding edge) be of any effect?