Author Topic: Problem with running a project  (Read 4815 times)

Minto776

  • Guest
Problem with running a project
« on: February 15, 2014, 02:22:11 pm »
Hi
I have problem with running a project on codeblocks.
When i build a project, build log say that it is all right,but when i click a run nothing happens.
 Build log message is:
Checking for existence: /home/gauss/Dokumenti/Gento is compiled/bin/Debug/Gento is compiled
Executing: konsole -e  /usr/bin/cb_console_runner LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. /home/gauss/Dokumenti/Gento\ is\ compiled/bin/Debug/Gento\ is\ compiled  (in /home/gauss/Dokumenti/Gento is compiled/.And console dont  show up.
My os is Linux Mint 16 Cinammon.
Sorry for maybe my bad english.
Edit:I solve this problem in way that i was change konsole in settings environment

« Last Edit: February 15, 2014, 02:45:53 pm by Minto776 »

Offline userabs

  • Single posting newcomer
  • *
  • Posts: 2
Re: Problem with running a project
« Reply #1 on: February 19, 2014, 04:42:19 pm »
I am having a similar problem.  Set up seemed to go all right and the "Hello world!" test or main program builds and runs without any problem. Problem begins when you click on Save As, rename the file, and type in new code.  The build proceeds without a problem, but the display remains the same, "Hello world". Is there a text or pdf somewhere that tells a person exactly how to set up CodeBlocks on a PC running Windows 7?  In CodeBlocks, what is the difference between a file for a program and a "project".  When you write a new program what are the files that make up that program?  Please advise.

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3352

Offline userabs

  • Single posting newcomer
  • *
  • Posts: 2
Re: Problem with running a project
« Reply #3 on: February 20, 2014, 04:01:53 pm »
Thanks BlueHazzard.  I found the Basic tutorial and the pdf of the manual and printed them.