Problems while setting working dir apart from build dir
Posted: Fri Dec 04, 2015 10:51 pm
Hi,
I'm having some trouble with a codelite project. I need to set a directory as my sources dir, another dir as the build dir and another one for the data dir. When ran, working dir should be set to data dir and executable on the build dir should be called form there. But I can't figure out what i'm missing.
The project works OK when I copy data into build directory, but when I move data into 'data dir' and set my working dir to it (Project settings > General > Working directory), the program complains about not finding the executable as it was looking for it in my working dir.
I've prepared a test project where this behaviour is replicated. What am I missing here?
Thanks in advance.
I'm having some trouble with a codelite project. I need to set a directory as my sources dir, another dir as the build dir and another one for the data dir. When ran, working dir should be set to data dir and executable on the build dir should be called form there. But I can't figure out what i'm missing.
The project works OK when I copy data into build directory, but when I move data into 'data dir' and set my working dir to it (Project settings > General > Working directory), the program complains about not finding the executable as it was looking for it in my working dir.
I've prepared a test project where this behaviour is replicated. What am I missing here?
Thanks in advance.