-
Notifications
You must be signed in to change notification settings - Fork 228
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] 'g++' could not be spawned #14
Comments
Open command prompt and enter |
|
In Atom, press |
|
This seems like an issue with Node.js. What happens if you move |
Moving the path to the beginning had no effect. Though, I had to do that from the command line (Windows' normal tools don't let you do that) and I don't actually know if that applied to the atom process when I ran it. I did launch it from the same command window, but who knows. |
So, I think I may have found the issue, but I'm perplexed as to how to resolve it. In the atom console, I printed the path and got this:
|
I may have resolved the issue by completely uninstalling atom, deleting all of its leftovers, and reinstalling. Closing this for now; thanks for the support! |
I have installed g++ via mingw and have C:\MinGW\bin in my PATH, but atom cannot spawn g++. The error said to open an issue, so here it is!
Directory listing showing g++ is there:
PATH showing C:\MinGW\bin is in PATH:
Using gpp-compiler version 2.1.0.
TIA!
The text was updated successfully, but these errors were encountered: