Code::Blocks Forums

User forums => Help => Topic started by: treepeoples on November 04, 2011, 01:08:31 am

Title: MAC: Compile and run error
Post by: treepeoples on November 04, 2011, 01:08:31 am
For one reason or another, When I try to run my program on the C/C++ compiler, It doesn't show my project, only the computer's username and it won't let me do anything else on it; What's happening?!  :shock:
Title: Re: MAC: Compile and run error
Post by: Alpha on November 04, 2011, 02:43:55 am
When I try to run my program on the C/C++ compiler
I assume you mean that you pressed one of these buttons (http://wiki.codeblocks.org/index.php?title=Compiler_plugin) (Build/Run etc).

Do you have a properly setup compiler (http://wiki.codeblocks.org/index.php?title=Installing_a_supported_compiler#Compiler-neutral_setup_steps) (for example, Xcode)?

Have you looked through the FAQ (http://wiki.codeblocks.org/index.php?title=FAQ) (specifically How do I troubleshoot a compiler problem (http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_(errors)#Q:_How_do_I_troubleshoot_a_compiler_problem.3F)) to see if anything there matches your problem?

It doesn't show my project, only the computer's username
Do you mean the application does not run, or that nothing is displayed in the build-log?

it won't let me do anything else on it;
Does this mean Code::Blocks freezes?