Hello
I have a problem with my C::B.
One of my projects needs OpenCV library.
This library, correctly installed on my system, appears in the "Library" tab of the "Project properties" box (this lib is known by dpkg-config).
I selected it to be used by the linker, and unchecked the "Don't setup automatically" check-box in the same tab.
When I build my project, everything is fine.
The problem is : each time I load this project, the "Don't setup automatically" check-box is enabled.
So, it I try building, I have a bunch of "Undefined references" errors (library not passed to the linker).
To continue working, I have to uncheck this check-box again, and all is working fine after.
I use C::B build from SVN sources (rev 6281) on a Ubuntu 10.04 system.
First question : is this setting a global setting or a per-project setting ?
Does anyone have a similar problem (and maybe know a way to fix it) ?
All comment greatly appreciated !