Author Topic: The 24 March 2026 build (13828) is out.  (Read 4857 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5555
The 24 March 2026 build (13828) is out.
« 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.

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:

  • devcpploader: avoid dereferencing null pointer m_pProject (thanks blauzahn).

Regressions/Confirmed/Annoying/Common bugs:



    Offline ollydbg

    • Developer
    • Lives here!
    • *****
    • Posts: 6205
    • OpenCV and Robotics
      • Chinese OpenCV forum moderator
    Re: The 24 March 2026 build (13828) is out.
    « Reply #1 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

    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.

    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.
    If some piece of memory should be reused, turn them to variables (or const variables).
    If some piece of operations should be reused, turn them to functions.
    If they happened together, then turn them to classes.

    Offline killerbot

    • Administrator
    • Lives here!
    • *****
    • Posts: 5555
    Re: The 24 March 2026 build (13828) is out.
    « Reply #2 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.

    Offline ccdric

    • Multiple posting newcomer
    • *
    • Posts: 29
    Re: The 24 March 2026 build (13828) is out.
    « Reply #3 on: Today at 03:55:49 pm »
    test

    Offline ccdric

    • Multiple posting newcomer
    • *
    • Posts: 29
    Re: The 24 March 2026 build (13828) is out.
    « Reply #4 on: Today at 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 ?

    Offline ccdric

    • Multiple posting newcomer
    • *
    • Posts: 29
    Re: The 24 March 2026 build (13828) is out.
    « Reply #5 on: Today at 04:08:26 pm »
    attached is the post I tried to send (many time even without attached files) and it failed
    Any Idee why ?

    Offline ccdric

    • Multiple posting newcomer
    • *
    • Posts: 29
    Re: The 24 March 2026 build (13828) is out.
    « Reply #6 on: Today at 04:09:32 pm »
    anyway here are the attached files

    Offline ccdric

    • Multiple posting newcomer
    • *
    • Posts: 29
    Re: The 24 March 2026 build (13828) is out.
    « Reply #7 on: Today at 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 ?