Hello, i use Linux Ubuntu 10.04 , and have just installed codeblocks.
To start a new project, i do like this:
File->New->Project-> select Console Application -> C++ -> random project name ->The project saves to Desktop ( /home/patrunjel/Desktop/ ) ->Next ->Compiler : GNU GCC Compiler -> check OK on Debug, and Release (default configuration) -> Finish
When i try to Build&Run a source code, i get " It seems that the project has not been built yet.Do you want to build it now?" .If i choose "Yes" , no shell appears (the program does not run), and i get " Process terminated with status 127" in the build log.If i choose "No" , it appears a shell ( wow! ), but it prompts " sh: /home/patrunjel/Desktop/gdgfd/bin/Debug/gdgfd: not found " gdgfd is the random project name.And, unther that, "Press ENTER to continue. ".
I use CodeBlocks 8.02
What should i do? I searched Google and Youtube for like 2 hours at least. Somewone tell me please what i did wrong.All the settings are "unopened" .If you need more info, please post, and i will tell you.
PS: Sorry if i put this topic in the wrong thread.