-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Windows error codes ideomatically in HEX (and one hint) #54644
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
base: master
Are you sure you want to change the base?
Conversation
It seems easier to Google Windows error codes in HEX, but that one got me though many false positives, at least not relating to that precompile issue. |
I think it is a misdirection to mention "LLVM" unless indeed most of the causes of the errors are LLVM related. |
Yes, I thought of that, why I only singled out that one error code. I don't know how common that one error code it is in general or that LLVM is the cause for it, but since people will blame Julia if some hint isn't provided, I think it's best to mention PATH and "e.g. LLVM". At least until we prevent the error for lld.exe, can we check PATH preemptively before invoking it? Until then, merge as is?
I'm not on Windows, I just debugged, found the cause and wanted others to benefit. It took a while to figure out, and only "some entry point" seems not good enough: You can't know in general(?) what gets substituted for the those
|
Now ok to merge with not mentioning LLVM? I still though it would have helped, don't want this PR simply be forgotten, and as is is also an improvement (for googlability). |
5e319c3
to
7069812
Compare
https://discourse.julialang.org/t/unable-to-precompile-any-packages/114311/18?u=palli