-
-
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
Windows compiler build fails #9375
Comments
This is known problem with GCC v8, use a different GCC. Note that we don't know yet if it's a Nim bug or a GCC bug, but using a different GCC helps. |
It was definitely working few commits before tho. As I never changed windows gcc in ages :( |
using clang and adding respective |
I spent too much time than I'm willing to admit in order to debug this issue. Maybe it's just a GCC bug (I hope so) that may have been fixed for the upcoming |
@LemonBoy Very curious, have you checked what happens C code side? Specifically you could just compare before the specific suspicious commit and after. I have to say it's a little bit scary but at same time it's only gcc on Windows as far as I understand. |
@sinkingsugar |
Not sure, I will check on the build machine but probably indeed older :) |
Can confirm that the bootstrap succeeds with |
btw I'm not quite sure but I probably was using the Also I suppose we can close this as long as we can put some big warning somewhere :) also ... or |
I think we should default to |
Getting an error while building nim,
nim
iteration @commands.nim
line 51:cannot open file: ../doc/basicopt.txt
Tests looked green otherwise so I merged in distribution...
The text was updated successfully, but these errors were encountered: