Excuse my Noobish Question
I tried to version up Nim to 1.4 by hand. And lost gcc reference and can't compile.
nim -v works fine which echo Nim Compiler Version 1.4.0 [Windows: amd64]. But it failed to compile with No such file or undeclared indetifier error.
So I guess, what I have to do is, some how find gcc PATH (I can find it from nim-1.20? ) and some how tell it to nim-1.4.0. But how? Thanks for any hint.
What os are you on and how did you update Nim (choosenim ? compiled from source ? binary release ?) ?
Can you post the exact command line you used and the exact output ?
I found it!!
It's on # Configuration for the GNU C/C++ compiler block of the nim.cfg file. Put my gcc path into the gcc.path line.
@Clonk Thx for you replying.