Hi everyone,
I downloaded code::blocks to my computer (runs on Linux Mint OS) and installed it. I opened a new project, a console one, c++ and tried to build and run it, but nothing happened.
This is the error that pops up:
"Process terminated with status -1 (0 minute(s), 0 second(s))"
Any ideas? Thanks in advance.
Did you install the build-essential package?
sudo apt-get update
sudo apt-get install build-essential
I did. Opened up code::blocks again and... nothing. :-\
Message:
"Process terminated with status -1 (0 minute(s), 0 second(s))"
Then post a full rebuild log:
http://wiki.codeblocks.org/index.php/FAQ-Compiling_(general)#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F (http://wiki.codeblocks.org/index.php/FAQ-Compiling_(general)#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F)
If it builds OK; but, does not run the problem on Linux is normally you failed to install the terminal program or need to configure Code::Blocks to use the terminal program that is installed.
Tim S.