tomlau10 / gcc-make-run

Compile-run C/C++ source code and execute Makefile in Atom.
https://atom.io/packages/gcc-make-run
MIT License
24 stars 10 forks source link

Compile error because of surrounding "" #15

Closed ChaosHelme closed 7 years ago

ChaosHelme commented 7 years ago

Hi, I just tried out your nice package for Atom. I set up my tdm-gcc and followed your instructions for Windows. Unfortunetly, I'm getting an error telling me that the commands ""gcc"" or ""mingw32-make"" could not be found. It's weird that the error shows the commands with extra surrounding "". Did I do something wrong?

settings path error

tomlau10 commented 7 years ago

thanks for using, but sorry i cant reproduce this problem :thinking: even if i change the gcc compiler in the settings to ""gcc"", it works

image


after setting the PATH environment variable, did you try restarting atom || explorer || computer ? sometimes the $PATH may require a restart to work also when you open a cmd console, can you run gcc there directly?

ChaosHelme commented 7 years ago

Alright, so I feel a little dump now, but yeah finally after several restarts in works just fine. Seems like a problem / bug with the $PATH?!

Thanks for your help, I close this case ;)