Recent Posts

Pages: 1 ... 5 6 7 8 9 [10]
91
Nightly builds / The 08 August 2025 build (13698) is out.
« Last post by killerbot on August 07, 2025, 06:08:21 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 07 August 2025 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2025/CB_20250807_rev13698_win64.7z
  - Linux :
   none

The current SDK version is : 2.25.0

Resolved Fixed:

  • Clangd_client Use std::timed_mutex instead of wxMutex to avoid Manjaro bug that returns wxMUTEX_MISC_ERROR on all wxMutex.LockTimeout() calls.
  • BrowseTracker Include logmanager.h for non CB_PRECOMP compiles
  • added forgotten NSIS installer script files for Release 25.03
  • Dragscroll: Remove all dependencies on Linux X11
  • Dragscroll: Add linux functions to Makefile.am
  • initial commit of new project / workspace files for wxWidgets v3.3.x
  • wxSmith: wx v3.3.1 compatibility fixes when using strict v3.3.1 API
  • make scripts (batch, *nix shell) use the respective platform-required line-feed
  • use nullptr consequently in TinyXML lib to avoid massive compiler warnings
  • added missing update scripts for wx v3.3.x builds
  • updated update scripts in several project files for wx v3.3.x

Regressions/Confirmed/Annoying/Common bugs:


    92
    Help / Re: Building C::B with wx3.3
    « Last post by Miguel Gimenez on August 07, 2025, 02:52:40 pm »
    Have you read the previous posts in this thread?
    93
    General (but related to Code::Blocks) / Re: Welcome Newcomers - PLEASE READ!!!
    « Last post by hesti on August 07, 2025, 10:21:54 am »
    I am new, I am here
    94
    Help / Re: Building C::B with wx3.3
    « Last post by Frank_CB on August 06, 2025, 11:28:17 pm »
    The Codeblocks IDE is asking for a definition for CB_CPP_STD in the Global Variables screen ? How is it defined, where is it defined and what is the correct definition ?
    95
    Help / Re: WIKI service
    « Last post by blauzahn on August 06, 2025, 06:35:47 am »
    96
    Help / Re: Building C::B with wx3.3
    « Last post by wtfisgoingoff on August 06, 2025, 05:40:51 am »
    Morten mentions in the commit setting it to
    Code
    -std=gnu++20

    EDIT: I will use -std=gnu++11
    Thx. It worked.
    97
    Help / WIKI service
    « Last post by Frank_CB on August 06, 2025, 12:55:07 am »
    Is WIKI service currently available on Codeblocks website? I've gotten the service has been unavailable messages during the past few days!
    98
    Using Code::Blocks / is it possible to create a new project creation wizard for glfw3?
    « Last post by Vigor on August 05, 2025, 10:52:33 pm »
    I found this by searching which looks like it might be exactly what I'm looking for https://forums.codeblocks.org/index.php/topic,20927.msg142969.html#msg142969

    I downloaded it but I don't know what to do with the downloaded file.

    If that isn't a solution, could I possibly update or create a new wizard on my own?

    I wasn't sure if I should comment on that post or create my own.
    99
    General (but related to Code::Blocks) / Re: Welcome Newcomers - PLEASE READ!!!
    « Last post by Vigor on August 05, 2025, 10:27:46 pm »
    I haven't been here in a long time, so I guess I'm new again.
    100
    Help / Re: Building C::B with wx3.3
    « Last post by Miguel Gimenez on August 05, 2025, 07:15:18 pm »
    Morten mentions in the commit setting it to
    Code
    -std=gnu++20

    EDIT: I will use -std=gnu++11
    Pages: 1 ... 5 6 7 8 9 [10]