User forums > Help

Using Code::Blocks 13.12 C++

(1/1)

meow:
#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 >_<!

stahta01:
Do not use spaces in the path.

Tim S.

Navigation

[0] Message Index

Go to full version