On Mon, 8 Dec 2025 08:15:42 -0800 (PST) Xaviou wrote:
X> I'm starting the builds (sorry for the delay...)
No problem, we still have 3 more days!
X> I have 2 questions :
X> - do I still have to make the builds for the old compilers such as
X> gcc-7.3/8.1/TDM10.3 ? And all version of gcc for msys (12.2/13.2/14.2/15.1)
X> as msys comes now with gcc 15.2.0
If you look at the download statistics for 3.2.8 at
https://tooomm.github.io/github-release-stats/?username=wxWidgets&repository=wxWidgets
it seems like they're still being downloaded a lot, but I'm very sceptical
of these numbers because they seem very suspiciously homogeneous to me,
i.e. it seems difficult to believe that 7.3 dev archive was downloaded 9911
times, 8.1 one 10208 and 10.3TDM 9770 times — the numbers are just too
close to each other to be real, so I think there must be some automatic
(CI?) process somewhere downloading all of them regularly which accounts
for the bulk of them. However if this hypothesis is correct, it still looks
like ~1000 extra downloads for 8.1 archive which is pretty close to the
number for 15.1, so it may still make sense to build those. But it's really
up to you, I think.
X> - what about the 14.2.0 version for the official compiler that comes with
X> Code::Blocks (
https://github.com/wxWidgets/wxWidgets/issues/25651) : do I
X> need to make special packages (named for example
X> wxMSW-3.2.9_gcc1420_x64_UCRT_Dev.7z or something like this) ?
Yes, we need to identify them somehow. Apparently the full string would be
llvm-19.1.7-w64ucrt which is too long (and I wonder what is llvm doing here
if it's a gcc release?), so using just "ucrt" is probably fine (I wouldn't
capitalize it, but it's hardly critical). Another possibility would be to
use "CB25.03" to indicate that these files are supposed to be used with
the default compiler of this IDE but I'm not sure if it's really a good
idea so I prefer to leave the burden^H^H^H^H^H^H honour of taking this
decision to you again. Just please let me know what will be used, as the
web site download page will need to be updated to account for the new
compiler.
Thanks!
VZ