Code::Blocks Forums

User forums => Help => Topic started by: luca5 on March 17, 2021, 06:04:46 am

Title: CANT COMPILE AND RUN ON MAC OS BIG SUR
Post by: luca5 on March 17, 2021, 06:04:46 am
Hi,

I'm currently running the Code blocks version 17.12 on my mac and I keep getting the same error message when trying to compile and run my project.

'/Applications/CodeBlocks.app/Contents/MacOS/cb_console_runner DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:. /Users/lucas/Desktop/v/bin/Debug/v '
lucas@Lucass-MBP ~ % '/Applications/CodeBlocks.app/Contents/MacOS/cb_console_runner DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:. /Users/lucas/Desktop/v/bin/Debug/v '
zsh: no such file or directory: /Applications/CodeBlocks.app/Contents/MacOS/cb_console_runner DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:. /Users/lucas/Desktop/v/bin/Debug/v
lucas@Lucass-MBP ~ %

I am aware that I can't use non ASCII characters in my filepath and yet I still get an error message. When I open the exec file in Debug it works but when I try doing it from codeblocks it doesn't work.

Any tips?

Thanks
Title: Re: CANT COMPILE AND RUN ON MAC OS BIG SUR
Post by: Suryavarman on March 18, 2021, 01:11:08 am
Maybe you will find the solution here

http://forums.codeblocks.org/index.php/topic,24301.msg165773.html#msg165773