tdm-gcc
tdm-gcc copied to clipboard
TDM GCC 10.3.0 release builds buggy CB release
When wxwidget and then CB SVN 12487 source is built with TDM GCC 10.3.0 the resulting CB exe crashes as per the followign CB forum thread: https://forums.codeblocks.org/index.php/topic,23642.0.html
In particular the info in my post: https://forums.codeblocks.org/index.php/topic,23642.msg167828.html#msg167828
In summary:
- TDM GCC 10.3.0 produces faulty CB exe
- MSYS2 GCC 10.3.0 produces a working CB exe
- wxwidget samples work okay with TDM GCC 10.3 with wxtextctrl
Just did a test with https://github.com/Guyutongxue/mingw-release/releases/tag/v11.1.0 and it produces a working CB in that it does not crash in the 10 minute testing I have done compared to where I have had the TDM 10.3.0 CB exe crash.
FWIW this will be fixed in wxWidgets 3.2.1 (and any 3.3 versions when they're released), see https://github.com/wxWidgets/wxWidgets/issues/22639