Recent Posts

Pages: [1] 2 3 4 5 6 ... 10
1
Nightly builds / The 06 September 2026 build (14003) is out.
« Last post by killerbot on Today at 08:07:57 am »
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 06 September 2026 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2026/CB_20260906_rev14003_win64.7z
  - Linux :
   none

The current SDK version is : 2.26.0

Resolved Fixed:

  • cbplugn.h: The previous mods to Loggers requires plugins version change to 2.26.0
  • CodeCompletion: Fix crash on startup for macOS Silicon/Rosetta (thanks xsiseux01).
  • Editor settings: Fix visual glitch in dark mode when clicking on "Choose font" (ticket #1635).
  • CodeSnippets: Fix case on Unix projects (thanks LETARTARE).

Regressions/Confirmed/Annoying/Common bugs:


    2
    Plugins development / Re: r13998 : CodeSnippets wx3.2.x (Unix)
    « Last post by Miguel Gimenez on Yesterday at 07:07:00 pm »
    Unix projects fixed in r14001, thank you. BTW, the case was correct in the zip call, it was incorrect in line 11.

    The change in r14000 should be reverted, it was OK before (even if MSW does not care about case).

    EDIT: Fixed "codeblocks" folder case in r14003 , Unix projects use "codeblocks" while MSW uses "CodeBlocks"; LETARTARE was right.
    3
    Plugins development / Re: r13998 : CodeSnippets wx3.2.x (Unix)
    « Last post by Pecan on Yesterday at 06:52:57 pm »
    Fixed svn 14000, thanks
    4
    Plugins development / Re: r13998 : CodeSnippets wx3.2.x (Unix)
    « Last post by LETARTARE on Yesterday at 10:57:39 am »
    The error is in:
    Code
    zip -j9 ../../../devel32/share/CodeBlocks/codesnippets.zip manifest.xml
    corrective :
    Code
    zip -j9 ../../../devel32/share/codeblocks/codesnippets.zip manifest.xml
    A story of tiny !
    5
    Plugins development / r13998 : CodeSnippets wx3.2.x (Unix)
    « Last post by LETARTARE on September 04, 2026, 07:13:16 pm »
    The compilation under 'Win-7' is correct.

    Leap-15.6, r13998, gcc-15.2, wx-328 :

    With '.../Cb/Gcc1520/cb13998/src/ContribPlugins_wx32-unix.workspace'
    Cannot create the output file : see the attachment
    6
    Using Code::Blocks / Re: [Solved]How to set different debugger for each build target?
    « Last post by cher-nov on September 04, 2026, 04:09:29 pm »
    Kinda misleading. Would be more accurate to name it "Toolchain's default" rather than "Target's default", because the target is, y'know, Debug/Release.
    7
    Development / Re: Use of '_T("...")' with 'CB'
    « Last post by gd_on on September 03, 2026, 06:37:09 pm »
    Quote
    I do not know why LETARTARE and I do not get compilation errors while gd_on does.
    Probably a more or less restrictive compiler: mine is msys2 16.2
    Now it's OK.
    8
    Development / Re: Use of '_T("...")' with 'CB'
    « Last post by Miguel Gimenez on September 03, 2026, 06:19:17 pm »
    Fixed in r13995, sorry. I added "kk" to force an error if TRACE() was active and forgot to remove it.
    9
    Development / Re: Use of '_T("...")' with 'CB'
    « Last post by gd_on on September 03, 2026, 06:11:56 pm »
    Probably better, but that time an other error still with TRACE :
    Code
    C:\Users\Gerard\Documents\CodeBlocks_SVN\CodeBlocks_src\src\plugins\codecompletion\parser\parserthread.cpp|2991|error: 'kkm_LastUnnamedTokenName' was not declared in this scope; did you mean 'm_LastUnnamedTokenName'?|
    Apparently just kkm_ instead of m_
    10
    Development / Re: Use of '_T("...")' with 'CB'
    « Last post by Miguel Gimenez on September 03, 2026, 05:59:51 pm »
    Quote
    Yes, all problems are in TRACE : lines 1473, 2347, 2357, 2371, 3200, 3258

    Reverted r13991 in these lines, see r13994. Please try to compile again.

    I do not know why LETARTARE and I do not get compilation errors while gd_on does.
    Pages: [1] 2 3 4 5 6 ... 10