I think CB save the path of "C++ parser options" in cbp file is not good.
My solutions:
- Add Global C++ parser options
- Detect path by name of project (or regex match)
Example, I have a project
wxWidgetsProject1. Global C++ parser:
wxWidgets* => C:\src\wxWidgets, C:\src\boostMy friend settings:
wxWidgetsProject1 => E:\wxWidgets, E:\boostcodeblocks => E:\wxWidgets, E:\codeblocks\develThis solution is easy to share project, group work.
Thanks for read this.
Quote from: blockn102 on October 25, 2008, 04:39:15 AM
I think CB save the path of "C++ parser options" in cbp file is not good.
...that's exactly why global compiler variables (GCV) were introduced. Read about this concept in the Wiki. It will resolve your issues and even more... ;-)