Problem with running Codelite

CodeLite installation/troubleshooting forum
SimoStrato96
CodeLite Curious
Posts: 1
Joined: Thu Feb 16, 2017 9:44 pm
Genuine User: Yes
IDE Question: C++
Contact:

Problem with running Codelite

Post by SimoStrato96 »

Hello from a new users,

I had a problem running an existing project or creating a new one, that bring me to the Os terminal giving me the following code:

Last login: Thu Feb 16 18:40:16 on ttys000
iMac-di-Simone-369:~ simobi9612$ cd /Users/simobi9612/Documents/Viking/Debug && ./Bell
-bash: ./Bell: No such file or directory
iMac-di-Simone-369:Debug simobi9612$

I had not this problem before, and sometimes it gives me the message: "Program stopped Stop reason: EXC_BAD_ACCESS (code=1, address=0x0)" or "Could not connect to codelite-lldb at '/tmp/codelite-lldb.802.sock'.

Someone had this problem before? I just uninstalled entirely program also from application preferences (no uninstaller on Mac!) Please help me!

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

Re: Problem with running Codelite

Post by eranif »

SimoStrato96 wrote:(no uninstaller on Mac!)
Just delete CodeLite.app folder, nothing more
SimoStrato96 wrote:iMac-di-Simone-369:~ simobi9612$ cd /Users/simobi9612/Documents/Viking/Debug && ./Bell
-bash: ./Bell: No such file or directory
Do you have Bell under this folder? (/Users/simobi9612/Documents/Viking/Debug)
Make sure you have read the HOW TO POST thread
Post Reply