Author Topic: Mac  (Read 3477 times)

ecela011

  • Guest
Mac
« on: October 09, 2010, 04:08:33 pm »
I just started a introductory C/C++ course. We use code blocks in the class to solve problems.
I have installed code blocks 10.05 on my mac (mac osX 10.5.8 ). I also installed the X-code.
I tried a basic program, printing something on the screen. I compiled the program, it was fine. When i press run, the terminal starts, and doesn't print the message, but instead prints some addresses and "permission denied".
So, is there any possibility to make it work?
Thanks.

Offline afb

  • Developer
  • Lives here!
  • *****
  • Posts: 884
Re: Mac
« Reply #1 on: October 10, 2010, 10:23:53 am »
Did you put it in a path containing spaces ? If so, don't do that.

If not, you would have to repeate those "some addresses" here.