Ok, the wx 2.8 (even number) will be the stable release.
I made a test and the compilation of C::B with wx2.7 headers failed.
./sdk_events.h: In member function ‘virtual wxEvent* CodeBlocksEvent::Clone() const’:
./sdk_events.h:31: error: request for member ‘operator new’ is ambiguous
./blockallocated.h:122: error: candidates are: static void* BlockAllocated<T, pool_size, debug>::operator new(size_t) [with T = CodeBlocksEvent, unsigned int pool_size = 75u, bool debug = false]
Also similar errors on CodeBlocksDockEvent and CodeBlocksLayoutEvent classes.
The errors are too difficult for me to interpret so I will now continue with the normal wx2.6.3.
Thanks.