News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Using Code::Blocks 13.12 C++

Started by meow, December 03, 2018, 08:54:42 AM

Previous topic - Next topic

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.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]