Author Topic: CANT COMPILE AND RUN ON MAC OS BIG SUR  (Read 5638 times)

luca5

  • Guest
CANT COMPILE AND RUN ON MAC OS BIG SUR
« 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

Offline Suryavarman

  • Multiple posting newcomer
  • *
  • Posts: 81
    • Suryavarman
Re: CANT COMPILE AND RUN ON MAC OS BIG SUR
« Reply #1 on: March 18, 2021, 01:11:08 am »