Recent Posts

Pages: [1] 2 3 4 5 6 ... 10
1
Help / Re: Can't build code blocks: Zip file structure invalid
« Last post by stahta01 on Today at 08:08:44 pm »
you can download zip.exe into the Msys2 file structure with

pacman -S zip

Note when running this zip version, when zip.exe is in a Codeblocks project file you have to exchange the backslashes (\) with forward slashes (/) in the pathnames of files in the argument lists of the zip.exe command.

You also likely need to fix the wildcard "*" in the zip commands.
2
Nightly builds / Re: The 06 September 2026 build (14003) is out.
« Last post by Pecan on Today at 06:58:17 pm »
wxWidgets Debug Allert
A debugging check in this application has failed.
../../src/common/wincmn.cpp(3370): assert "!wxMouseCapture::IsInCaptureStack(this)" failed in captureMouse(): Recapturing the mouse in the same windows?  :-\ :o

I'm having a problem reproducing this. Can you give us a few steps to cause the problem?
3
Help / Re: Can't build code blocks: Zip file structure invalid
« Last post by charles5577 on Today at 04:01:30 pm »
you can download zip.exe into the Msys2 file structure with

pacman -S zip

Note when running this zip version, when zip.exe is in a Codeblocks project file you have to exchange the backslashes (\) with forward slashes (/) in the pathnames of files in the argument lists of the zip.exe command.
4
Development / Request for correction: 1639
« Last post by LETARTARE on Today at 03:56:51 pm »
I made a request for corrections:
https://sourceforge.net/p/codeblocks/tickets/1639/

After further testing: DO NOT APPLY THESE PATCHES

They no longer allow the correct loading of scripts

    The responsible files are in 'sdk/scriptings/bindings'
5
Nightly builds / Re: The 06 September 2026 build (14003) is out.
« Last post by lp08 on Yesterday at 09:41:23 pm »
wxWidgets Debug Allert
A debugging check in this application has failed.
../../src/common/wincmn.cpp(3370): assert "!wxMouseCapture::IsInCaptureStack(this)" failed in captureMouse(): Recapturing the mouse in the same windows?  :-\ :o
6
Nightly builds / The 06 September 2026 build (14003) is out.
« Last post by killerbot on Yesterday 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:


    7
    Plugins development / Re: r13998 : CodeSnippets wx3.2.x (Unix)
    « Last post by Miguel Gimenez on September 05, 2026, 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.
    8
    Plugins development / Re: r13998 : CodeSnippets wx3.2.x (Unix)
    « Last post by Pecan on September 05, 2026, 06:52:57 pm »
    Fixed svn 14000, thanks
    9
    Plugins development / Re: r13998 : CodeSnippets wx3.2.x (Unix)
    « Last post by LETARTARE on September 05, 2026, 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 !
    10
    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
    Pages: [1] 2 3 4 5 6 ... 10