Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: marek on November 20, 2006, 09:56:06 pm

Title: how to select wx-config options
Post by: marek on November 20, 2006, 09:56:06 pm
I use debian sid.
I have libwxgtk2.6-dev (a .deb package) installed and CB uses it when I compile my programs using CB.
But I also have some moge wersions of wxWidgets installed by my hand (in /usr/local) and I want CB to
use /usr/local/bin/wx-config. How to do this?
It is using /usr/bin/wx-config now (from libwxgtk2.6-dev package).

I also would like to pass come command line arguments to wx-config (like --debug) becouse wxASSERT doesn't
work even if I select in menu: 'Build -> Select target -> Debug'.

And third question: Can I somehow debug into wxwidgets sources when debugging my sample programs with CB?
Right now it is possible to debug header files but not cpp files.

I use CB night build from 17.11.2006 (ubuntu .deb)

Marek Langiewicz