I have C::B 12.11 which I downloaded from the Linux Mint Software Center.
I have not installed wxWidgets because I thought I came with C::B.
It is only for Python in the Linux Mint Software Center and I don't know anything about Python and don't want to.
So how can I get it and make it work for C::B 12.11 for just C++ Gui programs?
Install wxWidgets Dev packages is needed under most Linux Distros. I suggest doing the newest 2.8 version of wxWidgets and NOT doing the 2.9 test release.
From Google http://forums.linuxmint.com/viewtopic.php?f=47&t=76829 (http://forums.linuxmint.com/viewtopic.php?f=47&t=76829)
NOTE: Use at your own risk; I am NOT a linux person!!
$ sudo apt-get install libwxgtk2.8-dev libwxbase2.8-dev
Tim S.