Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Contributions to C::B => Topic started by: chicken007assassin on July 06, 2016, 06:22:40 am

Title: PLEASE HELP Build/run shows nothing on mac cmd
Post by: chicken007assassin 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 :)
Title: Re: PLEASE HELP Build/run shows nothing on mac cmd
Post by: chicken007assassin on July 08, 2016, 05:19:07 am
this is what shows
Title: Re: PLEASE HELP Build/run shows nothing on mac cmd
Post by: Jenna on July 08, 2016, 06:11:32 am
Place your programs in a path without spaces (and other special characters).
Title: Re: PLEASE HELP Build/run shows nothing on mac cmd
Post by: chicken007assassin on July 11, 2016, 08:13:00 pm
thx its working now