Code::Blocks Forums

User forums => Help => Topic started by: TheCAE2 on June 13, 2014, 06:14:42 pm

Title: [FIXED] Mac "Build and Run" in terminal
Post by: TheCAE2 on June 13, 2014, 06:14:42 pm
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.
Title: Re: Mac "Build and Run" in terminal
Post by: eranif on June 13, 2014, 06:46:10 pm
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
Title: Re: Mac "Build and Run" in terminal
Post by: TheCAE2 on June 13, 2014, 06:51:37 pm
Thank You! :)