Author Topic: PLEASE HELP Build/run shows nothing on mac cmd  (Read 9471 times)

Offline chicken007assassin

  • Single posting newcomer
  • *
  • Posts: 4
PLEASE HELP Build/run shows nothing on mac cmd
« on: July 06, 2016, 06:22:40 am »
so i just installed codeblocks on my mac and whenever i try to build and run my program the cmd opens but the code itself is not there and there are no errors as well
like for ex cout << "hello world" <<endl; when i build it cmd opens but hello world is not there
i have installed Xcode and the plugin from the developers site but nothing
plz help i would really appreciate it thx :)

Offline chicken007assassin

  • Single posting newcomer
  • *
  • Posts: 4
Re: PLEASE HELP Build/run shows nothing on mac cmd
« Reply #1 on: July 08, 2016, 05:19:07 am »
this is what shows

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: PLEASE HELP Build/run shows nothing on mac cmd
« Reply #2 on: July 08, 2016, 06:11:32 am »
Place your programs in a path without spaces (and other special characters).

Offline chicken007assassin

  • Single posting newcomer
  • *
  • Posts: 4
Re: PLEASE HELP Build/run shows nothing on mac cmd
« Reply #3 on: July 11, 2016, 08:13:00 pm »
thx its working now