Tried to build r13650 in Ubuntu 24 (wx-3.2.7) with 
 ./bootstrap
 ./configure --with-contrib-plugins=all
sudo make
Failed to build  due to  some issues with displayevents plugin.
But I built r13634 successfully (wx-3.2.7)  with exactly the same commands ( ./bootstrap   ./configure --with-contrib-plugins=all   sudo make)
However in Windows, r13650 self-hosting build went well. I found out that CodeBlocks_wx32_64.workspace doesn't include project displayevents 
I noticed that 
Resolved Fixed:DisplayEvents: Fix building with autotools (ticket #1524, thanks band-a-prend. 
Maybe  there are still some problems with this plugin's makescript ?