Code::Blocks Forums

User forums => Help => Topic started by: TeacherPeter on April 07, 2019, 08:53:05 pm

Title: Not building not compiling, linux mint
Post by: TeacherPeter on April 07, 2019, 08:53:05 pm
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.
Title: Re: Not building not compiling, linux mint
Post by: Miguel Gimenez on April 07, 2019, 08:56:22 pm
Did you install the build-essential package?

Code
sudo apt-get update
sudo apt-get install build-essential
Title: Re: Not building not compiling, linux mint
Post by: TeacherPeter on April 07, 2019, 09:32:19 pm
I did. Opened up code::blocks again and... nothing. :-\

Message:


"Process terminated with status -1 (0 minute(s), 0 second(s))"
Title: Re: Not building not compiling, linux mint
Post by: Miguel Gimenez on April 07, 2019, 09:41:04 pm
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)
Title: Re: Not building not compiling, linux mint
Post by: stahta01 on April 08, 2019, 02:15:56 am
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.