Newbie First Build Problem Mac
Posted: Sat Feb 14, 2015 1:57 am
Hi,
I am starting to learn C++ on Mac OS X using CodeLite. I created a Hello World program and specified clang and lldb. When I build and run I get:
what is codelite-cc and how do I fix this?
TIA,
Dan
I am starting to learn C++ on Mac OS X using CodeLite. I created a Hello World program and specified clang and lldb. When I build and run I get:
Code: Select all
/bin/sh -c 'make -j4 -e -f Makefile'
----------Building project:[ HelloWorld - Debug ]----------
/bin/sh: codelite-cc: command not found
make[1]: *** [Debug/main.cpp.o.d] Error 127
make: *** [All] Error 2
1 errors, 0 warnings
TIA,
Dan