Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on May 27, 2026, 02:48:41 pm

Title: The 27 May 2026 build (13855) is out.
Post by: killerbot on May 27, 2026, 02:48:41 pm
We switched to gcc 15.2.0 (on 09 April 2026) --> 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.2.0posix-14.0.0-ucrt-r7/winlibs-x86_64-posix-seh-gcc-15.2.0-mingw-w64ucrt-14.0.0-r7.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/wxmsw33u_gcc_cb_wx332_2D_gcc1520-mingw64.7z
A link to Mingw64 dll's needed by Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/Mingw64dlls15.2.0.7z


The 27 May 2026 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2026/CB_20260527_rev13855_win64.7z
  - Linux :
   none

The current SDK version is : 2.25.0

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 27 May 2026 build (13855) is out.
Post by: killerbot on May 27, 2026, 02:49:41 pm
very important: we switched to wx33.
Title: Re: The 27 May 2026 build (13855) is out.
Post by: killerbot on May 27, 2026, 02:53:22 pm
wx dll was build for the nightlies as follows (using gcc15)

Code
mingw32-make -f makefile.gcc         SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1 VENDOR=cb CXXFLAGS+="-std=c++23" setup_h
mingw32-make -f makefile.gcc -j 26 SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1 VENDOR=cb CXXFLAGS+="-std=c++23"
==> -std=c++23

and CB was also build like that (CB nightlies are build by using CB) by having the global variable "cb_cpp_std" the value "-std=c++23".

Title: Re: The 27 May 2026 build (13855) is out.
Post by: killerbot on May 27, 2026, 02:54:03 pm
next up in the near future will be a switch to gcc16 (and maybe -std=c++26) ...
Title: Re: The 27 May 2026 build (13855) is out.
Post by: Xaviou on May 27, 2026, 10:46:23 pm
Hi.

32 bits version for Windows (and also 64 bits version) can be downloaded from my website (https://wxstuff.xaviou.fr/article/codeblocks-nightly-builds.html).
I made both a wxWidgets-3.2.10 and wxWidgets-3.3.2 linked versions

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 and 26.04 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 27 May 2026 build (13855) is out.
Post by: luisalberto on May 27, 2026, 11:09:19 pm
I Check this nightly and When I close codeblocks.exe this debug alert messageBox appear. Ctrl + C to copy the messgeBox

[Window Title]
wxWidgets Debug Alert

[Main Instruction]
A debugging check in this application has failed.

[Content]
../../src/aui/auibook.cpp(2756): assert "page_idx < m_tabs.GetPageCount()" failed in GetPage().

[ ] Don't show this dialog again  [Stop] [Continue]
[Window Title]
wxWidgets Debug Alert

[Main Instruction]
A debugging check in this application has failed.

[Content]
../../src/aui/auibook.cpp(2856): assert "Assert failure" failed in FindTab(): Window unexpectedly not found in any tab control

[ ] Don't show this dialog again  [Stop] [Continue]