no such file or directory

CodeLite installation/troubleshooting forum
annmillikin
CodeLite Enthusiast
Posts: 12
Joined: Tue Aug 03, 2021 5:23 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: no such file or directory

Post by annmillikin »

rm ~/Library/Application Support/CodeLite fixed my crashing issue...

And now my code compiles. Woot woot! :D :D :D :D :D

annmillikin
CodeLite Enthusiast
Posts: 12
Joined: Tue Aug 03, 2021 5:23 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: no such file or directory

Post by annmillikin »

Oh and I went into the App Store and reinstalled xcode.

gast
CodeLite Curious
Posts: 2
Joined: Sun Aug 22, 2021 8:51 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: no such file or directory

Post by gast »

annmillikin wrote: Tue Aug 03, 2021 11:06 pm

rm ~/Library/Application Support/CodeLite fixed my crashing issue...

And now my code compiles. Woot woot! :D :D :D :D :D

Hi ! I'm having the same error as you do, well I think it is the same error. My terminal isn't showing "hello world" or wathever butthis :

gaston@mbp-de-gaston ~ % /tmp/codelite-exec.sh ; exit;
/tmp/codelite-exec.sh: line 3: cd: /Users/gaston/Downloads/test/build-Debug/lib: No such file or directory
Hit any key to continue...

annmillikin wrote: Tue Aug 03, 2021 11:06 pm

rm ~/Library/Application Support/CodeLite fixed my crashing issue...

Where did you put the above line?

annmillikin
CodeLite Enthusiast
Posts: 12
Joined: Tue Aug 03, 2021 5:23 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: no such file or directory

Post by annmillikin »

I wonder if my issue was my Mac was running low on space. I switched to my work Windows machine and haven't had problems. <shrug>

annmillikin
CodeLite Enthusiast
Posts: 12
Joined: Tue Aug 03, 2021 5:23 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: no such file or directory

Post by annmillikin »

Where did you put the above line?

Run the following command from a terminal on a Mac.

rm ~/Library/Application Support/CodeLite

fixed my crashing issue...

gast
CodeLite Curious
Posts: 2
Joined: Sun Aug 22, 2021 8:51 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: no such file or directory

Post by gast »

Okay, thank you for your help!
I tried adding a "lib" folder inside of the project folder and it kinda work too.
But I don't have the crashing issue yet.

Have a good day !

Post Reply