gcc-make-run icon indicating copy to clipboard operation
gcc-make-run copied to clipboard

Compile-run C/C++ source code and execute Makefile in Atom.

Results 9 gcc-make-run issues
Sort by recently updated
recently updated
newest added

when i try to compile in atom it tells me that "/bin/sh: 1: xterm: not found", note that i have already compile ,, the problam started just now . the...

question

I'm having some trouble with gcc-make-run, when I try to press f6 to compile my program I get this message "porra.cpp:3: *** missing separator. Stop.". How can i make this...

question

I would like to change gcc-make-run's behaviour to launch an external xterm window after a successful compile run. I would like the program to be run in my right panel...

enhancement
help wanted

Currently there's no option to suppress the notification, which is being outputted by the compiler. Some users (like me) get the information by the cpp-linter plugin and thus might not...

enhancement

The case is ... I want to compiler .cpp file with `g++ -Wall -std=c++11`, and I want to compiler .c file with just `gcc`. When I insert `-Wall -std=c++11` into...

enhancement

Can the output window be a PowerShell window instead of the CMD window?

enhancement

I would like to have the output file in a certain folder... -o ../../.itgexec/{filename}.{ext}

enhancement

If the output of the command that checks for the existence of the 'run' target begins with a comment in the Makefile, then the code will fail to find the...

bug

I really want to thank the awesome updates that have made this utility very usefull. I would like _If possible_ you could incorporate: - a command for `make clean` in...

enhancement