Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on April 06, 2025, 07:47:44 pm

Title: The 06 April 2025 build (13650) is out.
Post 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:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 06 April 2025 build (13650) is out.
Post by: wtfisgoingoff on April 07, 2025, 04:15:41 pm
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 ?
Title: Re: The 06 April 2025 build (13650) is out.
Post by: ThierryD on May 14, 2025, 05:51:32 pm
Hi,

Prevision to propose this nigthly (13650) on Linux ?

Thank's
Title: Re: The 06 April 2025 build (13650) is out.
Post by: killerbot on May 18, 2025, 09:29:12 am
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 ...