Sorry for my interruption. I was about to create a new topic talking about my problems when trying to set the Working Directory and I found that you were already talking about that. I'm on Mac OS X (Mountain Lion 10.8.5) using lldb. The problem is simple: it does not matter what I write in the Working Directory field of the Project Settings window (General section), it always sets it to the project's directory (I know that by calling getcwd). I need this to work because my applications search for some configuration files at the same directory they are, when debugging. Have you tested on this OS? Thanks in advance.
PD: If you prefer, I can create the new topic.
dirty file/project settings detection?
-
- CodeLite Curious
- Posts: 4
- Joined: Thu Jun 26, 2014 5:48 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: dirty file/project settings detection?
This is already fixed in git head.The problem is simple: it does not matter what I write in the Working Directory field of the Project Settings window (General section), it always sets it to the project's directory (I know that by calling getcwd)
You can compile a new codelite from sources, or its super important - PM me and I will build you a new codelite for OSX
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Expert
- Posts: 231
- Joined: Sat Nov 24, 2012 8:04 pm
- Genuine User: Yes
- IDE Question: c++
- Location: Los Angeles
- Contact:
Re: dirty file/project settings detection?
AFAIK that problem has been fixed a few days back, did you try building CL trunk?
The remaining issue has moved to build files being overwritten by different workspaces if they share source files.
cheers,
-- p
The remaining issue has moved to build files being overwritten by different workspaces if they share source files.
cheers,
-- p
main: Debian Jessie x64 + custom wxTrunk
-
- CodeLite Curious
- Posts: 4
- Joined: Thu Jun 26, 2014 5:48 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: dirty file/project settings detection?
eranif wrote:This is already fixed in git head.The problem is simple: it does not matter what I write in the Working Directory field of the Project Settings window (General section), it always sets it to the project's directory (I know that by calling getcwd)
You can compile a new codelite from sources, or its super important - PM me and I will build you a new codelite for OSX
Eran
Thanks both for your quick answers.AFAIK that problem has been fixed a few days back, did you try building CL trunk?
The remaining issue has moved to build files being overwritten by different workspaces if they share source files.
cheers,