Codeblocks issues fixed in linux
Error 1
Build Log:
checking for existence: /home/user-name/path/project-name
Set variable: LD_LIBRARY_PATH=.:Executing: xterm -T test1 -e /usr/bin/cb_console_runner LD_LIBRARY_PATH=:. /home/user-name/path/project-name/bin/Debug/project-name (in /home/user-name/path/project-name/.)
Process terminated with status -1 (0 minute(s), 0 second(s))
Solution:
Just install xterm. Codeblocks is looking for xterm in your file system to display the output.
sudo apt -y install xterm
Related: