Poll
Question:
13.12 and Mac OS X 10.13.6 - Program won't run correctly
Option 1: -
votes: 0
Option 2: -
votes: 0
#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 >_<!
Do not use spaces in the path.
Tim S.