User forums > Help
Not building not compiling, linux mint
(1/1)
TeacherPeter:
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.
Miguel Gimenez:
Did you install the build-essential package?
--- Code: ---sudo apt-get update
sudo apt-get install build-essential
--- End code ---
TeacherPeter:
I did. Opened up code::blocks again and... nothing. :-\
Message:
"Process terminated with status -1 (0 minute(s), 0 second(s))"
Miguel Gimenez:
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
stahta01:
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.
Navigation
[0] Message Index
Go to full version