Hello,
Here is my setup:
1. I have locally modified source tree for the debuggers branch, built with codeblocks
2. I have a plugin, which I want to build against the modified version of C::B
3. I have installed version of C::B which has different SDK, than the local version
4. The plugin is setup to run the modified C::B as a host
The problem is that when I've modifications to the SDK, C::B refuses to start, when I hit run/debug->start in the plugin project.
I'm not sure what is the exact problem. Using the run.sh shell script works or running C::B from inside C::B used to build C::B works, too.
Also, I have the strange feeling that my plugin is not loaded correctly, I'm making obvious changes to the code, but they are not reflected

What can I do to improve the situation?
1. Install the modified SDK lib, this is the obvious solution, but the iteration time is extreme
2. Move libcodeblocks to a non system path and probably use rpath
3. Use the version numbers for the lib
4. Rename the lib, when building from C::B