gcc-make-run
gcc-make-run copied to clipboard
xterm not found
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 program that im try to compile is hello world so there is no mistake in my code
i have same problem
check if you have install xterm properly
Fix by sudo apt install xterm
.
The package use the xterm as the console to print out result
You can use your own terminal as you wish by changing the Terminal Start Command
in Atom's package configure. For example, I am using gnome: then I retype xterminal
with gnome-terminal -t $title -x bash -c
Fix by
sudo apt install xterm
. The package use the xterm as the console to print out result
I'm having the same problem, but I already did that and it's not working.
You can use your own terminal as you wish by changing the
Terminal Start Command
in Atom's package configure. For example, I am using gnome: then I retypexterminal
withgnome-terminal -t $title -x bash -c
Also doesn't work. I just get the same error saying "gnome-terminal command not found" instead.
I have the same problem although I use the gnome-terminal instead