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

xterm not found #52

Open yp6969 opened 5 years ago

yp6969 commented 5 years ago

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

rahimifh commented 4 years ago

i have same problem

r0ngk commented 3 years ago

check if you have install xterm properly

dtlam26 commented 3 years ago

Fix by sudo apt install xterm. The package use the xterm as the console to print out result

dtlam26 commented 3 years ago

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

ExNihiloNihil commented 2 years ago

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 retype xterminal with gnome-terminal -t $title -x bash -c

Also doesn't work. I just get the same error saying "gnome-terminal command not found" instead.

jpfss commented 1 year ago

I have the same problem although I use the gnome-terminal instead