Recent Posts

Pages: 1 [2] 3 4 5 6 7 ... 10
11
Nightly builds / The 27 July 2026 build (13924) is out.
« Last 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.

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:

  • main.cpp: Fix Linux app close (AUI) crashes (thanks Gemini)

Regressions/Confirmed/Annoying/Common bugs:


    12
    General (but related to Code::Blocks) / Re: Run codeblocks on windows arm64
    « Last post by MehdiChinoune on July 26, 2026, 10:58:29 pm »
    There is a native codeblocks for Windows ARM64 from MSYS2 distribution.
    https://packages.msys2.org/packages/mingw-w64-clang-aarch64-codeblocks
    13
    Nightly builds / The 26 July 2026 build (13923) is out.
    « Last post by killerbot on July 26, 2026, 08:06:16 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.

    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 26 July 2026 build is out.
      - Windows :
       http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2026/CB_20260726_rev13923_win64.7z
      - Linux :
       none

    The current SDK version is : 2.25.0

    Resolved Fixed:

    • wx 3.3.3
    • debugger_gdb: Fix CDB warnings and asserts caused by changes in wx3.3.2
    • SmartIndentCpp: Fix cursor position in comments (ticket #1604).
    • debugger_gdbmi: Add source and autoconf changes to CB and contribs

    Regressions/Confirmed/Annoying/Common bugs:


      14
      General (but related to Code::Blocks) / r13922 .cbp Option object_output usage
      « Last post by everSome on July 26, 2026, 02:37:05 pm »
      At least for debugger_gdbmi_wx32_64.cbp and debugger_gdbmi_wx33_64.cbp, it might be better to pluralize the object_output reference as all other wx32_64.cbp and wx33_64.cbp files do.  For instance, change
      Code
      <Option object_output="../../../.obj33_64/plugins/contrib/debugger_gdbmi" />
      to
      Code
      <Option object_output="../../../.objs33_64/plugins/contrib/debugger_gdbmi" />
      in the file debugger_gdbmi_wx33_64.cbp
      15
      Nightly builds / Re: The 20 July 2026 build (13916) is out.
      « Last post by Miguel Gimenez on July 24, 2026, 12:44:23 pm »
      The blue line over the tabs is a wx3.3 "feature".
      16
      See if the Build log tab contains any error.
      17
      Help / Re: Question about wxSmith
      « Last post by Miguel Gimenez on July 24, 2026, 12:38:55 pm »
      The hanging is due to an updated library on Linux and it is fixed in trunk.

      Until Lubuntu updates their package you can use the AppImage posted here.
      18
      General (but related to Code::Blocks) / Run codeblocks on windows arm64
      « Last post by katiecamper on July 24, 2026, 06:46:42 am »
      Hi everyone,

      I'm taking a Programming in C class at FIU, and my professor requires us to use Code::Blocks to compile and run our programs.

      I'm using a Surface Laptop 7 (ARM64) running Windows 11. The program installs and opens without any issues, but when I try to build or run my code, the Run button never turns green, so I can't execute the program.

      Has anyone experienced this on an ARM64 device or know how to fix it? Any suggestions would be greatly appreciated.

      Thanks!
      19
      Help / Question about wxSmith
      « Last post by ppa_csharp on July 24, 2026, 04:54:31 am »
      How come on my Lubuntu 26.04 machine does codeblocks say that wxSmith plugin is not loaded. This error appears with a default build or the packages apt gives me. But then when i go to compile it with flags telling it to include wxSmith, my binary gets hung on the loading process?
      20
      Nightly builds / Re: The 20 July 2026 build (13916) is out.
      « Last post by Elena on July 24, 2026, 12:49:09 am »
      Oh, in addition, now the lower section (logs & others) has a fixed min height and can't be made smaller... This too is a choice I really don't like :(
      Pages: 1 [2] 3 4 5 6 7 ... 10