OK first, building a debug build of wxWidgets 2.6 and then building codeblocks with debug info as well on windows works great. You can get wxWidgets assertions and the CB application loads fine.
If I do the same on linux however, I do get assertions but the CB application will only load up to the splash screen and then a bit further before it goes into some infinite loop (I'm guessing recursive wxYields() since I do get 2-3 assertions warning about them, but I can't tell for sure whether this is why it hangs). I've let it sit there for 20 minutes and still nothing. Control-C works OK, exits fine so it hans't locked up hard I guess, but no matter what, if I build against the DEBUG version of wxWidgets on linux, CB won't load past a certain point.
If I build a release build of wxWidgets and compile a debug (--enable-debug) compile of CB against this wx release build, then everything loads fine. I'm not really sure why this is the case since it works on windows. Perhaps windows deals better with recursive wxYields() (all I have to go on at the moment... I know it's not a definate indication that this is the problem).
And btw, the configure script works great now, everything looks to install correctly even after cleaning the tree with make clean and then building again with different configure options.
Running this CB debug build (wx2.6 ansi release) on my linux platform is looking great. No major issues or hangups as far as first impressions...
