Author Topic: The 30 December 2024 build (13600) is out.  (Read 11521 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5524
The 30 December 2024 build (13600) is out.
« on: December 30, 2024, 04:39:35 pm »
We switched to gcc 14.2.0 (on 09 December 2024) --> download the new wx/mingw dll's see link below

Get the compiler we use here : https://github.com/brechtsanders/winlibs_mingw/releases/download/14.2.0posix-19.1.1-12.0.0-ucrt-r2/winlibs-x86_64-posix-seh-gcc-14.2.0-mingw-w64ucrt-12.0.0-r2.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_wx326_2D_gcc1420-mingw64.7z
A link to Mingw64 dll's needed by Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/Mingw64dlls14.2.0.7z


The 30 December 2024 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2024/CB_20241230_rev13600_win64.7z
  - Linux :
   none

The current SDK version is : 2.25.0

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:



    Offline pbarreto

    • Single posting newcomer
    • *
    • Posts: 1
    Re: The 30 December 2024 build (13600) is out.
    « Reply #1 on: January 02, 2025, 10:50:56 pm »
    Thanks. However, the build number is reported as 13598 when the IDE is executed, not 13600. Is this an expected behavior?

    Offline cdavalillo

    • Multiple posting newcomer
    • *
    • Posts: 31
    Re: The 30 December 2024 build (13600) is out.
    « Reply #2 on: January 03, 2025, 03:58:20 am »
    How much for the new version?

    Offline killerbot

    • Administrator
    • Lives here!
    • *****
    • Posts: 5524
    Re: The 30 December 2024 build (13600) is out.
    « Reply #3 on: January 03, 2025, 07:04:43 pm »
    Thanks. However, the build number is reported as 13598 when the IDE is executed, not 13600. Is this an expected behavior?

    yes, that is because those 2 other commits did not happen on trunk. So latest is 13600 (the number I manually pick), but trunk latest is actually (what the build process deduces) 13598.

    Offline ThierryD

    • Multiple posting newcomer
    • *
    • Posts: 64
    Re: The 30 December 2024 build (13600) is out.
    « Reply #4 on: February 12, 2025, 06:13:37 pm »
    What news about linux version of last nigthly ?
    Difficulties with GCC 14.2.0 and /or Wxwidgets 3.2.x (3.2.2 on Win32 systems).

    Thank's.

    Offline raynebc

    • Almost regular
    • **
    • Posts: 221
    Re: The 30 December 2024 build (13600) is out.
    « Reply #5 on: February 19, 2025, 04:58:17 am »
    Is there a way to have breakpoints preserved between C::B sessions?

    Offline ollydbg

    • Developer
    • Lives here!
    • *****
    • Posts: 6074
    • OpenCV and Robotics
      • Chinese OpenCV forum moderator
    Re: The 30 December 2024 build (13600) is out.
    « Reply #6 on: February 20, 2025, 12:43:07 pm »
    Is there a way to have breakpoints preserved between C::B sessions?

    This is related, see here:

    Patch 2775 - Code::Blocks History
    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 raynebc

    • Almost regular
    • **
    • Posts: 221
    Re: The 30 December 2024 build (13600) is out.
    « Reply #7 on: February 20, 2025, 06:34:39 pm »
    It doesn't seem like it's made much traction as a potential feature.  Oh well.