Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on December 06, 2025, 04:08:42 pm

Title: The 06 December 2025 build (13761) is out.
Post by: killerbot on December 06, 2025, 04:08:42 pm
We switched to gcc 15.1.0 (on 23 May 2025) --> download the new wx/mingw dll's see link below

Get the compiler we use here : https://github.com/brechtsanders/winlibs_mingw/releases/download/15.1.0posix-12.0.0-ucrt-r1/winlibs-x86_64-posix-seh-gcc-15.1.0-mingw-w64ucrt-12.0.0-r1.7z

Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works (http://forums.codeblocks.org/index.php/topic,3232.0.html).

A link to the unicode windows wxWidget dll(s) for Code::Blocks : https://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw32u_gcc_cb_wx328_2D_gcc1510-mingw64.7z
A link to Mingw64 dll's needed by Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/Mingw64dlls15.1.0.7z


The 06 December 2025 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2025/CB_20251206_rev13761_win64.7z
  - Linux :
   none

The current SDK version is : 2.25.0

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 06 December 2025 build (13761) is out.
Post by: Xaviou on December 06, 2025, 11:27:03 pm
Hi.

32 bits version for Windows can be downloaded from my website (https://wxstuff.xaviou.fr/article/codeblocks-nightly-builds.html).

Debian Trixie (64 bits) and Bookworm (32 and 64 bits) can be installed from my repo (https://wxstuff.xaviou.fr/article/debian-repository.html)
The corresponding unsigned deb files can also be downloaded from the website page linked above.

Ubuntu-22.04, 24.10, 25.04 and 25.10 versions can be installed from my ppa (https://launchpad.net/~x-psoud/+archive/ubuntu/cbnb) (they are now available for both amd64 and arm64 architectures).

Regards
Xav'
Title: Re: The 06 December 2025 build (13761) is out.
Post by: ThierryD on December 07, 2025, 03:12:55 pm
Congratulations. Acces to "notes" into CB project is fully operational.
Thank's for all.

Thierry.
Title: Re: The 06 December 2025 build (13761) is out.
Post by: JohnCell on December 09, 2025, 09:30:52 am
Hello C::B designers !

First of all, I'd like to thanks you for this incredible work.
I've been using CB for more than 5 years. It's so efficient : pleasant to use, fast to learn.
I've tried MS Visual for a couple of months... and I gave up !  ;)

I'm using CB nightly builds under Win10 and Win11, and I've noticed stability issues since the last 6 months.
It's quite global, I mean I've not been able to link crashes to any specific action.
To me, this stability issue roughly dates back 6 months ago.
Nightly builds used to be very stable before.
It's happening any time and clearly increases with the latest 6 December release. I had to roll back.


Once again, thank you so much for providing C::B to the community !

Kind regards,
John



Title: Re: The 06 December 2025 build (13761) is out.
Post by: srm2000 on January 22, 2026, 11:11:45 am
waiting for the first build of 2026
Happy new year!
Title: Re: The 06 December 2025 build (13761) is out.
Post by: ChosenName on January 24, 2026, 12:03:05 pm
Whatever tool is used to create the compiler options checklist seems to fail when it encounters a mingw-w64 GCC compiler version that it does not "know", i.e.:

(https://i.ibb.co/LdZvB9v1/Missing-Compiler-Checklist-Options-20260124.jpg)

When the selected compiler is reverted to a compiler that the tool "knows" it does not go back to the checklist and stays with the blank tab.
Title: Re: The 06 December 2025 build (13761) is out.
Post by: AndrewCot on January 24, 2026, 10:57:54 pm
Whatever tool is used to create the compiler options checklist seems to fail when it encounters a mingw-w64 GCC compiler version that it does not "know", i.e.:
When the selected compiler is reverted to a compiler that the tool "knows" it does not go back to the checklist and stays with the blank tab.
As requested last year when you posted what looks like the same issue can you post instructions on how to re-create this and include the OS and CB version you are using.
Title: Re: The 06 December 2025 build (13761) is out.
Post by: ChosenName on January 25, 2026, 09:24:36 am
Whatever tool is used to create the compiler options checklist seems to fail when it encounters a mingw-w64 GCC compiler version that it does not "know", i.e.:
When the selected compiler is reverted to a compiler that the tool "knows" it does not go back to the checklist and stays with the blank tab.
As requested last year when you posted what looks like the same issue can you post instructions on how to re-create this and include the OS and CB version you are using.
My apologies for failing to follow up on my report from last year.

OS: Windows 11, currently update 25H2;
CB: various, currently 13761;

Steps:
1) Compile latest mingw-w64 using MSYS2 and https://github.com/niXman/mingw-builds, in this case based on GCC 15.2;
2) Copy mingw-w64 to location where I keep all of my compilers (based on GCC 10.5, 11.5, 12.5, 13.4, 14.3 & 15.2);
3) Set up the new compiler version option in CB settings (by copying and renaming an existing one as they are adjacent in the list, remembering to set the toolchain executables path);
4) Select new compiler version as a build target in a project;
5) Compile using new compiler version;
6) Close project at end of session;
7) Open project;
8] Observe missing list & checkboxes in compiler flags tab of project build options for all compilers, not just the latest compiler version.