I'm a Mac user looking to run programs written in C using CodeLite ver14.0.0. So far, I made sure command line tools were installed using Xcode, but upon selecting Build and Run Project, Terminal returns the following error message:
Code: Select all
/tmp/codelite-exec.sh ; exit;
myMac~ % /tmp/codelite-exec.sh ; exit;
/tmp/codelite-exec.sh: line 3: cd: /Users/aesir/Projects/Programming/mytest/build-Debug/lib: No such file or directory
Hit any key to continue...
Code: Select all
/usr/bin/gcc
Thank you in advance,
Ead