-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
install failed: undeclared identifier: 'defer' #2241
Comments
Are you sure you're not on the devel branch of the Nim compiler? The csources and Nim compiler branch must always match. Either both master or both devel. When I check lib/pure/osproc.nim at line 647 in the master branch, it says |
could be true, I'll check |
Indeed I was in the wrong branch, thanks for the help :D |
I made sure that I was on the master branch and still hit this error. [rjammalamadaka@localhost Nim]$ bin/nim c koch [rjammalamadaka@localhost Nim]$ uname -a |
To quote my message from #2624:
|
I was following the official install instructions
but the last line crashed
did i miss something?
The text was updated successfully, but these errors were encountered: