Hello everyone,
I have begun my journey to learn C++ using code blocks with mac and it seems I have run into problems before the starting gate.
I have download Xcode and the command line tool package and everything seems fine. Code blocks is working in GCC as the compiler.
However after writing my hello world program and checking build ( which reports zero errors) I press the run button and terminal comes up with the following message.
MacBook-Pro:~ cam$ /Users/cam/Desktop/CodeBlocks.app/Contents/MacOS/cb_console_runner DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:. /Users/cam/Documents/Undertanding Projects/FirstProject/SayHello/bin/Debug/SayHello
sh: /Users/cam/Documents/Undertanding: No such file or directory
Process returned 127 (0x7F) execution time : 0.012 s
Press ENTER to continue.
Does anyone know how this can be fixed. Please if someone could help in simpleton language that would be great.
Thanks in advance.