Hello,
Newbie question.
linux mint 19 / 32 bit
trying to build the standard hello world.
build shows no errors
on Run I get an error -1
-------------- Build: Debug in test (compiler: GNU GCC Compiler)---------------
g++ -Wall -fexceptions -g -c /home/waski/codeBlocks/test/main.cpp -o obj/Debug/main.o
g++ -o bin/Debug/test obj/Debug/main.o
Output file is bin/Debug/test with size 26.55 KB
Process terminated with status 0 (0 minute(s), 0 second(s))
0 error(s), 0 warning(s) (0 minute(s), 0 second(s))
-------------- Run: Debug in test (compiler: GNU GCC Compiler)---------------
Checking for existence: /home/waski/codeBlocks/test/bin/Debug/test
Executing: xterm -T test -e /usr/bin/cb_console_runner LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. /home/waski/codeBlocks/test/bin/Debug/test (in /home/waski/codeBlocks/test/.)
Process terminated with status -1 (0 minute(s), 0 second(s))
thanks