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

F6 and The Make Run Options #20

Closed nrs2bear closed 5 months ago

nrs2bear commented 7 years ago

When I press F6, the blue bar shows gcc-make-run: Running Command... " g++" "test.cpp" -o "test.exe" and disappears, nothing more happens, and when I right click to my file on the tree view and click "Make Run", it says gcc-make-run: Running Command... "mingw32-make" -f "test.cpp" gcc-make-run: Compile Error test.cpp:2: *** missing separator. Stop.

I have installed TDM-GCC and set the mingw32-make like you say on the page. Did I do something wrong? And sorry for my bad english

tomlau10 commented 7 years ago

can you screen capture the package setting page and paste the content of test.cpp here?

tomlau10 commented 5 months ago

this is a bit late but possible duplicate of #17