Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on March 24, 2026, 06:42:31 pm

Title: The 24 March 2026 build (13828) is out.
Post by: killerbot on March 24, 2026, 06:42:31 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 24 March 2026 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2026/CB_20260324_rev13828_win64.7z
  - Linux :
   none

The current SDK version is : 2.25.0

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 24 March 2026 build (13828) is out.
Post by: ollydbg on March 25, 2026, 01:25:22 pm
Hi, thanks, I see it still uses wx 3.2.8.

Maybe, you could try a more recent wxWidgets version, see here: wxWidgets 3.2.10 and 3.3.2 Released - wxWidgets (https://wxwidgets.org/news/2026/03/wxwidgets-3.2.10-and-3.3.2-released/)

BTW: I use the github action to build a wx 3.3.2 based version(since Tim has made contribution to the msys2's wx package, thanks).
See:
asmwarrior/x86-codeblocks-builds: Automatically built codeblocks for both 32b and 64b Windows systems. (https://github.com/asmwarrior/x86-codeblocks-builds)

and my forked C::B source of a git mirror:

asmwarrior/codeblocks_sfmirror: Unofficial auto-updated GIT mirror of C::B repo in SourceForge. Does NOT accept patches nor pull requests. (https://github.com/asmwarrior/codeblocks_sfmirror/tree/master)
Title: Re: The 24 March 2026 build (13828) is out.
Post by: killerbot on March 25, 2026, 03:59:32 pm
was on the todo list:
* wx 3.3.2
* gcc 15.2

I think will do the wx step up first.
Title: Re: The 24 March 2026 build (13828) is out.
Post by: ccdric on April 03, 2026, 03:55:49 pm
test
Title: Re: The 24 March 2026 build (13828) is out.
Post by: ccdric on April 03, 2026, 03:58:59 pm
sory for the previous test :-)  I tried to post with code section and short attaced file ans i had this :


Quote
Please try again. If you come back to this error screen, report the error to an administrator.

something goes wrong on this forum ?
Title: Re: The 24 March 2026 build (13828) is out.
Post by: ccdric on April 03, 2026, 04:08:26 pm
attached is the post I tried to send (many time even without attached files) and it failed
Any Idee why ?
Title: Re: The 24 March 2026 build (13828) is out.
Post by: ccdric on April 03, 2026, 04:09:32 pm
anyway here are the attached files
Title: Re: The 24 March 2026 build (13828) is out.
Post by: ccdric on April 03, 2026, 04:12:45 pm
here is the codeblocks patch to make generated binaries find plugins ( see attached)
Because the generated binary was unable to find the plugins. It looks like wxStandardPathsBase::Get().GetPluginsDir() doesn't work correctly and a previous patch for this didn't works with deb-helper
I'm not sure this codeBlocks patch will work in any linux distribution.

with this 2 patch everything is Ok to build on debian testing
you think it's possible to add this in a future nightly ?