Page 1 of 1

CodeLite Project Path

Posted: Fri Aug 13, 2010 10:55 pm
by Netzschleicher
Hello,

i tried out CodeLite but have some problems.
I make a TestProject in the following Project-Path: "D:\Eigene Dateien\CodeLite".
Wen compiling the Project, an error occurs and no .exe file was created. If i change the Project-Path to
"D:\CodeLite", it works fine. How can i use my "D:\Eigene Dateien\CodeLite" Path?

And the next Question, is there any possibility to change the IDE-Language to German?

OS: Windows XP Sp3 German
CodeLite Version 2.6.0.4189 ( Version 2.5.2.4031 and 2.5.3.4075 generate the same Error on the Project-Path)

Thanks a lot.

Re: CodeLite Project Path

Posted: Fri Aug 13, 2010 11:16 pm
by eranif
Netzschleicher wrote:Wen compiling the Project, an error occurs and no .exe file was created.
You are probably using MinGW - MinGW does not work well with paths which contain spaces (it will cause problems to gdb as well) - I highly recommend you to avoid paths with spaces.
Netzschleicher wrote:And the next Question, is there any possibility to change the IDE-Language to German?
Nope. Some people started translating codelite - but patches were never submitted

Eran

Re: CodeLite Project Path

Posted: Fri Aug 13, 2010 11:36 pm
by Netzschleicher
Thank you for the fast Answer.

it´s real pity that i can´t use my Path. Now, i think that i make a new path especially for CodeLite.
The German translation is not so important, reading english ist better than writing for me. :)

thank you.

Re: CodeLite Project Path

Posted: Sat Aug 14, 2010 3:44 pm
by Netzschleicher
I have another question about CodeLite.

When creating a new Workspace, CodeLite´s default Path is "C:\Programme\CodeLite".
Can i set a Environment-Variable to set the default Path i.e. to "D:\CodeLite"?

thanks a lot