Code::Blocks Forums

User forums => Help => Topic started by: hurry1991 on August 13, 2019, 12:03:23 am

Title: Need help for this problem
Post by: hurry1991 on August 13, 2019, 12:03:23 am
i download the codeblock on my mac, when I just run the hello world code, it`s shows .
Last login: Mon Aug 12 14:56:47 on ttys001
huis-MacBook-Pro:~ huichen$ /Users/huichen/Desktop/CodeBlocks.app/Contents/MacOS/cb_console_runner DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:. /Users/huichen/Documents/C code/1a/HelloWorld/bin/Debug/HelloWorld
sh: /Users/huichen/Documents/C: No such file or directory

Process returned 127 (0x7F)   execution time : 0.004 s
Press ENTER to continue.

I also google this problem, I install the xcode 9.1 version, but this problem still exist
the run window is not black and not shows hello world!
please help
thank you
Title: Re: Need help for this problem
Post by: oBFusCATed on August 13, 2019, 12:31:42 am
Use path without spaces and it will work... Known problem...
Title: Re: Need help for this problem
Post by: hurry1991 on August 13, 2019, 08:29:23 am
it`s not work, shows like this
Title: Re: Need help for this problem
Post by: BlueHazzard on August 13, 2019, 08:41:48 am
You clearly have still spaces in your project path....
Title: Re: Need help for this problem
Post by: hurry1991 on August 15, 2019, 07:58:19 pm
thank you, the problem solved