Code::Blocks Forums

User forums => Help => Topic started by: shuilin on August 09, 2023, 04:18:13 am

Title: CodeBlocks can't "build and Run" the the "Hello world"
Post by: shuilin on August 09, 2023, 04:18:13 am
Whenever I tried to run the basic program.
It always shows below:Please help me!

Last login: Tue Aug  8 22:08:58 on ttys000
'/Applications/CodeBlocks.app/Contents/MacOS/cb_console_runner DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:. /Users/shuilin/Desktop/Giraffe/bin/Debug/Giraffe '
shuilin@Shuis-MBP ~ % '/Applications/CodeBlocks.app/Contents/MacOS/cb_console_runner DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:. /Users/shuilin/Desktop/Giraffe/bin/Debug/Giraffe '
zsh: no such file or directory: /Applications/CodeBlocks.app/Contents/MacOS/cb_console_runner DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:. /Users/shuilin/Desktop/Giraffe/bin/Debug/Giraffe
shuilin@Shuis-MBP ~ %

Title: Re: CodeBlocks can't "build and Run" the the "Hello world"
Post by: MichaelAgarkov on September 15, 2023, 01:15:26 pm
It looks like some C::B files are missing, try reinstalling. I never used macOS, so I can't help further than that.
Title: Re: CodeBlocks can't "build and Run" the the "Hello world"
Post by: stahta01 on September 15, 2023, 02:50:05 pm
The terminal program setting in CB needs to be changed or the OP needs to install zsh terminal.

Edit: Settings -> Enviroment
General Setting
Change "Terminal to launch console program" or install terminal listed in stetting

Tim S.