Page 1 of 1

Installation on Mac OSX - Not Able to make codelite working

Posted: Tue Jun 21, 2016 7:51 pm
by nealcaffrey
Hi everybody
I'm a young Student. I've tried several times installing codelite on my Mac OSX computer, however I didn't manage to make it correctly working.
I Followed the few lines of instructions on codelite website (Note: I don't need to create wxCrafter apps):
1)I installed the latest version of XCode
2)I installed Codelite (OSX latest stable version)
3)I made the "Scan Computer for Existing Compilers" and it found the compilers
4)I created a New Workspace and a New Project

I wrote few code lines (C Language) and compiled. When I Build and Run the program it seems to function (but it doesn't indeed) and when I try to Debug an ERROR message appears "Failed to locate Gdb' at Gdb!"

Yeah! I know that there's a lot of discussion about that problem, but none of the solutions proposed, solved my problem.

Please, Could you tell me How to correctly Install Codelite on my MAC OSX? I need only the basic functions in order to be able to pass the C Language Exam next month..

I really need your help!

Re: Installation on Mac OSX - Not Able to make codelite work

Posted: Tue Jun 21, 2016 9:49 pm
by eranif
On OSX the default debugger is LLDB and _not_ GDB
Open the project settings->general page->Debugger section->LLDB debugger

Eran

Re: Installation on Mac OSX - Not Able to make codelite work

Posted: Wed Jun 22, 2016 10:15 pm
by nealcaffrey
Thank you very much! I solved the problem!
:D