Hello,
as C::B uses also wxWidgets I run in a serious problem.
On debian64 I installed a fresh version of C::B. It uses wxWidgets 3.0.2.
Our application what I write/build with C::B uses also wxWidgets - the same stable release 3.0.2.
But I compiled wxWidgets with different modules, unicode, etc... as release and also debug version.
I installed they in /opt/wxdeb, /opt/wxrel and use the correspondig flags for the compiler/linker. (wx-config --cflags)
But the problem is: If I want debug/run my project I need the libs in the search path - but my version.
If I use only my version C::B canĀ“t start, because the wanted wxWidgets libs (with the same names) are not correct build for usage with C::B.
If I use the libs, they comes with CodeBlocks (in usr/libs/x86.../) my program faults...
So - how can I handle this? With an older version of C::B, what was using 2.9.x of wxWidgets was not a problem, due the different names of the libs.