Code::Blocks Forums
User forums => Nightly builds => Topic started by: killerbot on April 06, 2025, 07:47:44 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 (http://forums.codeblocks.org/index.php/topic,3232.0.html).
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 06 April 2024 build is out.
- Windows :
http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2025/CB_20250406_rev13650_win64.7z
- Linux :
none
The current SDK version is : 2.25.0
Resolved Fixed:
- CB prep.h and clangd_client: Apply patch 1511 The header <ciso646> is deprecated in C++17 and removed in C++20 and header <version> should be used instead. Thanks Horak
- SDK: Remove assertions when opening projects with wxWidgets 3.3.0 (thanks gd_on).
- DisplayEvents: Fix building with autotools (ticket #1524, thanks band-a-prend
- Remove assertion when deleting a directory containing removed files (ticket #1525, thanks LETARTARE)
Regressions/Confirmed/Annoying/Common bugs:
-
Tried to build r13650 in Ubuntu 24 (wx-3.2.7) with
./bootstrap
./configure --with-contrib-plugins=all
sudo make
Failed to build due to some issues with displayevents plugin.
But I built r13634 successfully (wx-3.2.7) with exactly the same commands ( ./bootstrap ./configure --with-contrib-plugins=all sudo make)
However in Windows, r13650 self-hosting build went well. I found out that CodeBlocks_wx32_64.workspace doesn't include project displayevents
I noticed that
Resolved Fixed:DisplayEvents: Fix building with autotools (ticket #1524, thanks band-a-prend.
Maybe there are still some problems with this plugin's makescript ?
-
Hi,
Prevision to propose this nigthly (13650) on Linux ?
Thank's
-
for the next nightly we will try to step up 2 things at once:
* wx 3.2.8
* gcc 15
hopefully ready by the end of the week ...