News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Newbie Installation Question

Started by waski, December 19, 2018, 07:46:24 PM

Previous topic - Next topic

waski

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


oBFusCATed

Do you have xterm installed?
If not you have to either install it or switch to another terminal in the Settings -> Environment -> General.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

waski