I have downloaded Codelite 16.1 and followed all the instructiuons as per the codelite.org . However I receive this message when trying to open it. codelite quit unexpectedly.
I am using MacOS Ventura 13.0.1
I have tried to delete and reinstall, but didn't help.
I suspect you are experiencing the same error as the other guy on the forum reported: missing dylib.
FYI: we do build CodeLite on macOS Monterey and not macOS 13.X - this might explain the error you are getting
Yes, I believe it is the same problem. I am copying the error here:
/Applications/codelite.app/Contents/MacOS/codelite-terminal.app/Contents/MacOS/codelite-terminal ; exit;
mohammad@mohammads-macbook-air ~ % /Applications/codelite.app/Contents/MacOS/codelite-terminal.app/Contents/MacOS/codelite-terminal ; exit;
dyld[30169]: Library not loaded: /opt/homebrew/opt/pcre2/lib/libpcre2-32.0.dylib
Referenced from: <6AB17E22-F9CD-3741-B50A-08185674310B> /Applications/codelite.app/Contents/MacOS/codelite-terminal.app/Contents/MacOS/libwx_osx_cocoau-3.2.0.1.0.dylib
Reason: tried: '/opt/homebrew/opt/pcre2/lib/libpcre2-32.0.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/opt/pcre2/lib/libpcre2-32.0.dylib' (no such file), '/opt/homebrew/opt/pcre2/lib/libpcre2-32.0.dylib' (no such file), '/usr/local/lib/libpcre2-32.0.dylib' (no such file), '/usr/lib/libpcre2-32.0.dylib' (no such file, not in dyld cache)
zsh: abort
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.
[Process completed]
I have also got another error when I installed codelite , when using the common
brew unlink libssh
, I have got this
No such keg: /opt/homebrew/Cellar/libssh
. but regardless, the codelite was installed.
Last edited by mrababah on Wed Nov 30, 2022 2:18 pm, edited 1 time in total.