Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on July 27, 2026, 05:28:10 pm

Title: The 27 July 2026 build (13924) is out.
Post by: killerbot on July 27, 2026, 05:28:10 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_wx333_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 July 2026 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2026/CB_20260727_rev13924_win64.7z
  - Linux :
   none

The current SDK version is : 2.25.0

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 27 July 2026 build (13924) is out.
Post by: Xaviou on July 27, 2026, 06:19:49 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.11 and wxWidgets-3.3.3 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 and 24.04 versions can be installed from my ppa (https://launchpad.net/~x-psoud/+archive/ubuntu/cbnb) (they are available for both amd64 and arm64 architectures).

There was a problem building for Ubuntu-26.04 on launchpad:
Quote from: Build log
Code
Command: dpkg-buildpackage --sanitize-env -us -uc -mLaunchpad Build Daemon <buildd@lcy02-amd64-022.buildd> -b -rfakeroot
dpkg-buildpackage: info: source package codeblocks
dpkg-buildpackage: info: source version 25.03+svn13924~ubuntu26.04.1
dpkg-buildpackage: info: source distribution resolute
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 debian/rules clean
debian/rules:2: /usr/share/cdbs/1/class/autotools.mk: No such file or directory
make: *** No rule to make target '/usr/share/cdbs/1/class/autotools.mk'.  Stop.
dpkg-buildpackage: error: debian/rules clean subprocess failed with exit status 2
Full log Here (https://launchpadlibrarian.net/871068461/buildlog_ubuntu-resolute-amd64.codeblocks_25.03+svn13924~ubuntu26.04.1_BUILDING.txt.gz)

There was also a problem on Windows with the Clangd_Client plugin (linked with wxWidgets-3.2.11 only)
Quote
Code
...\src\plugins\contrib\clangd_client\src\codecompletion\parser\parser.cpp: In member function 'void Parser::OnLSP_WorkspaceApplyEdit(wxCommandEvent&)':
...\src\plugins\contrib\clangd_client\src\codecompletion\parser\parser.cpp:3642:23: error: aggregate 'std::stringstream message' has incomplete type and cannot be defined
 3642 |     std::stringstream message;
      |                       ^~~~~~~
The compiler used is Gcc-16.1.0 from MSys2.
This error did not appeared while building for wxWidget-3.3.3

Regards
Xav'