News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

[FIXED] Mac "Build and Run" in terminal

Started by TheCAE2, June 13, 2014, 06:14:42 PM

Previous topic - Next topic

TheCAE2

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.

eranif

#1
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