Author Topic: MAC: Compile and run error  (Read 3780 times)

treepeoples

  • Guest
MAC: Compile and run error
« 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:

Offline Alpha

  • Developer
  • Lives here!
  • *****
  • Posts: 1513
Re: MAC: Compile and run error
« Reply #1 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 (Build/Run etc).

Do you have a properly setup compiler (for example, Xcode)?

Have you looked through the FAQ (specifically How do I troubleshoot a compiler problem) 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?