Code::Blocks Forums

User forums => Help => Topic started by: meow on December 03, 2018, 08:54:42 am

Title: Using Code::Blocks 13.12 C++
Post by: meow on December 03, 2018, 08:54:42 am
#include <iostream>
using namespace std;

int main()
{
    cout << "Hello world!" << endl;
    return 0;
}

When I select Build & Run I get the following message in the Build Log window:

Last login: Sun Dec  2 23:26:20 on ttys000
Graces-MacBook-Pro:~ gracechau$ /private/var/folders/nv/mmplq_n10z74htn6qwdflt8m0000gn/T/AppTranslocation/E25D5716-DA81-4936-8D4C-A1D30C2D963D/d/CodeBlocks.app/Contents/MacOS/cb_console_runner DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:. /Users/gracechau/Documents/CS C++/~~/bin/Debug/~~
sh: /Users/gracechau/Documents/CS: No such file or directory

Process returned 127 (0x7F)   execution time : 0.004 s
Press ENTER to continue.

Please help >_<!
Title: Re: Using Code::Blocks 13.12 C++
Post by: stahta01 on December 03, 2018, 07:29:57 pm
Do not use spaces in the path.

Tim S.