jmeubank / tdm-gcc

TDM-GCC is a cleverly disguised GCC compiler for Windows!
https://jmeubank.github.io/tdm-gcc/
584 stars 49 forks source link

TDM GCC 10.3.0 release builds buggy CB release #37

Open acotty opened 3 years ago

acotty commented 3 years ago

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:

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.

vadz commented 2 years ago

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