Problem with Codelite

CodeLite installation/troubleshooting forum
marco
CodeLite Curious
Posts: 3
Joined: Wed Mar 27, 2013 6:01 pm
Genuine User: Yes
IDE Question: C++
Contact:

Problem with Codelite

Post by marco »

Hi, first of all i say sorry for my english. I installed Codelite 5.1 on my computer. But i can t compile file, build and run a program. I installed inormally, but when i compile file it get an error: "the current directory is not valid" ( i translated it from my language, italian was " la directory corrent non valida.). Can you help me? I did a screen of my error, but i can t attach it on this post so i give you a link, that i made.
http://versasito.altervista.org/codelite.png

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

Re: Problem with Codelite

Post by eranif »

Create your workspace on a location that has NO spaces nor it contains any non standard characters (e.g. "()") in the path.

For example:

"C:\Program Files (x86)\CodeLite\" => Bad path

C:\src\ => Good path

Eran
Make sure you have read the HOW TO POST thread
marco
CodeLite Curious
Posts: 3
Joined: Wed Mar 27, 2013 6:01 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Problem with Codelite

Post by marco »

I did as you said, but now i have another type of error. I give you a link of the new screen.
http://versasito.altervista.org/codelite1.png
thanks for your job.
marco
CodeLite Curious
Posts: 3
Joined: Wed Mar 27, 2013 6:01 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Problem with Codelite

Post by marco »

i solved my problem. Thanks a lot, bye
Post Reply