OSX codelite-terminal quit unexpectedly

CodeLite installation/troubleshooting forum
kenw
CodeLite Curious
Posts: 1
Joined: Thu Aug 13, 2015 4:14 am
Genuine User: Yes
IDE Question: c++
Contact:

OSX codelite-terminal quit unexpectedly

Post by kenw »

I am new to learning C....and am using codelite to teach myself....when I run printF default program my mac opens terminal briefly, then pops up "codelite-terminal quit unexpectedly"....I tryed several other compilers/debugger combination to no avail. Does anybody have any ideas? Maybe a Mac setting? Thanks in advance :)
mrababah
CodeLite Curious
Posts: 7
Joined: Mon Nov 28, 2022 6:26 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: OSX codelite-terminal quit unexpectedly

Post by mrababah »

I have the same problem! with the latest version of codelite 16! have you resolved it?

User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: OSX codelite-terminal quit unexpectedly

Post by eranif »

Which version of CodeLite are you using?

Make sure you have read the HOW TO POST thread
mrababah
CodeLite Curious
Posts: 7
Joined: Mon Nov 28, 2022 6:26 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: OSX codelite-terminal quit unexpectedly

Post by mrababah »

Version 16.1 on MacOS Ventura 13.0.1

User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: OSX codelite-terminal quit unexpectedly

Post by eranif »

  • CodeLite 16.1 is old - please try the latest from brew (see: https://downloads.codelite.org)
  • I recommend switching to the native terminal on macOS, from: CodeLite -> Preferences -> Terminal
Make sure you have read the HOW TO POST thread
mrababah
CodeLite Curious
Posts: 7
Joined: Mon Nov 28, 2022 6:26 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: OSX codelite-terminal quit unexpectedly

Post by mrababah »

That is exactly the version I have already installed before. the line directs me to 16.1.0! anyhow, I have tried again and same problem persist.
I am not sure how to change the preference in code lite, I am not able to open it at all!
Moreover, you have already mentioned "FYI: we do build CodeLite on macOS Monterey and not macOS 13.X - this might explain the error you are getting".
does this mean that Codelite now works on macOS 13.X ?

User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: OSX codelite-terminal quit unexpectedly

Post by eranif »

I released CodeLite 16.7.0. codelite-terminal is no longer shipped with CodeLite on macOS. You can choose to work with iTerm or iTerm2.
Hopefully, all missingl dylib issues we had with latest build should also be fixed now

Make sure you have read the HOW TO POST thread
Post Reply