when ever I try to hit "Build and Run" in code blocks code blocks thinks its fine however when I look at terminal O get this:
/Users/CEA2/Desktop/C test/source
-bash: /Users/CEA2/Desktop/C: No such file or directory
source is the name of the file and its a .c file
if I go to finder and run the excitable it works
If you need any more info just let me know. Thanks.
Its the space in folder path. Try renaming the folder to something without space, like: "C_test" instead of "C test" (notice the underscore vs the space)
Eran
Thank You! :)