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

gcc-make-run doesn't work #4

Closed ghost closed 8 years ago

ghost commented 8 years ago

I am using Windows 10 version 1511, build 10586 and Atom 1.7.2, but gcc-make-run doesn't run in Atom 1.7.2. It shows gcc-make-run: Fail, I don't know why. With Atom 1.6.2, gcc-make-run works well.

tomlau10 commented 8 years ago

I will look into the issue when I have time, currently I am dealing with my final year project and exam period haha

ghost commented 8 years ago

Ok!

xiaotian666 commented 8 years ago

gcc-make-run: Running Command... but no terminal(CMD) what's the matter?

tomlau10 commented 8 years ago

@torn4dom4n

@xiaotian666

xiaotian666 commented 8 years ago

I found the problem ——the“gcc-make-run” and the"python-tools" has conflicts,bat I don't know how to solve it.so I deleted the"python tools". @tomlau10

tomlau10 commented 8 years ago

@xiaotian666 Thanks. I found that this is really an issue of python-tools which overwrites the PATH environment variable and causes child_process.exec() not working properly. see MichaelAquilina/python-tools#37

ghost commented 8 years ago

@tomlau10 I think because of atom.cmd and it fixed Atom 1.7.3. Now it has worked!

tomlau10 commented 8 years ago

@torn4dom4n oic~ so I will close this issue for now :)

Adobe-Android commented 8 years ago

Ya, I noticed it broke too. I just disabled it for a while because I knew you were busy. I'm just using Atom Beta for now...it works with that.

Mry3ll0w commented 5 years ago

I've got a problem in the compilation process , probably due to a bad setup in the settings , literally it shows me an error saying "gcc-make-run: Compile Error", showing me the code itself not a concrete error, help me pls ;(