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!
Installation on Mac OSX - Not Able to make codelite working
-
- CodeLite Curious
- Posts: 3
- Joined: Fri Jun 10, 2016 5:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Installation on Mac OSX - Not Able to make codelite work
On OSX the default debugger is LLDB and _not_ GDB
Open the project settings->general page->Debugger section->LLDB debugger
Eran
Open the project settings->general page->Debugger section->LLDB debugger
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 3
- Joined: Fri Jun 10, 2016 5:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Installation on Mac OSX - Not Able to make codelite work
Thank you very much! I solved the problem!