Hello all,
I checked out codeblocks around 2AM EST this morning and compiled it on Slackware against wxWidgets 2.6.3. codeblocks itself compiled without problems, but I ran into two show stoppers with wxSmith. Here's what I did to fix it; perhaps a patch is needed:
Comment out the following header in wxSmith/properties/wxsstringlistcheckproperty.h :
#include <wx/propgrid/propdev.h>
Is this Windows-specific? Maybe it needs a #ifdef check.
Add #include "widget.h" to wxSmith/wxsevent.cpp after #include "wxsglobals.h"
After those two fixes everything compiled, installed, and seems to work.