You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Considering rust itself built fine and all the prior tests ran fine, I'm confused as to why gcc suddenly can no longer be found. And yes, I tried removing the Git portion to see if it was those spaces causing issues, and it still resulted in the same error.
The text was updated successfully, but these errors were encountered:
Oddly enough, running the tests from cmd with a windows style path with backslashes and semi-colons seems to work fine, although it frequently pops up dialogs complaining about missing dlls. I'm now rebuilding rust entirely from cmd to see how things work.
EDIT: A freshly rebuilt rust from cmd still has the same missing dll dialogs. I'm not exactly sure if thats bad or not since the tests continue on regardless and don't report any failures.
When running
make check-fast
on Windows using msys, all the tests pass up to this point where apparently gcc can no longer be found.I use this as my path:
Considering rust itself built fine and all the prior tests ran fine, I'm confused as to why gcc suddenly can no longer be found. And yes, I tried removing the Git portion to see if it was those spaces causing issues, and it still resulted in the same error.
The text was updated successfully, but these errors were encountered: