Code::Blocks Forums
User forums => Nightly builds => Topic started by: killerbot on May 25, 2024, 04:19:14 pm
-
We switched to gcc 14.1.0 (on 20 May 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.1.0posix-18.1.5-11.0.1-ucrt-r1/winlibs-x86_64-posix-seh-gcc-14.1.0-mingw-w64ucrt-11.0.1-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 (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_wx325_2D_gcc1410-mingw64.7z
A link to Mingw64 dll's needed by Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/Mingw64dlls14.1.0.7z
The 25 May 2024 build is out.
- Windows :
http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2024/CB_20240525_rev13524_win64.7z
- Linux :
none
The current SDK version is : 2.25.0
Resolved Fixed:
- applied patch #1473: wxSmith which supports generating empty IDs (from github - thanks GitHubLionel)
- Fixed saving the selected set of variables as default.
Regressions/Confirmed/Annoying/Common bugs:
-
managed to make C::B display wxWidgets warnings twice. here's how to reproduce them:
1st warning:
- open a cbp project you've created in C::B
- if there are any files available for viewing, any at all, even if you're staring at just one file, manually close them and get met with this:
- (https://i.postimg.cc/qRX84jGT/codeblocks-wxwidgets-warning1.png)
- you are given the option to "Stop" or "Continue"
2nd warning:
- right-click on project name, and click on "Properties..."
- go to "Libraries" tab
- click on the "Try to detect missing ones" button and get met with this:
- (https://i.postimg.cc/KjGtzB9g/codeblocks-wxwidgets-warning2.png)
- unlike the 1st warning, the 2nd one causes C::B to crash!
-
Hi.
I'm sorry, I can't provide an OS X version of this rev :(
32 bits version for Windows can also be can be downloaded from my website (https://wxstuff.xaviou.fr/article/codeblocks-nightly-builds.html).
Debian Bookworm and Bullseye (32 and 64 bits) can be installed from my repo (https://wxstuff.xaviou.fr/article/debian-repository.html)
The corresponding unsigned deb files can also be downloaded from the website page linked above.
Ubuntu-22.04, 23.10 and 24.04 versions can be installed from my ppa (https://launchpad.net/~x-psoud/+archive/ubuntu/cbnb)
Regards
Xav'
-
@yositoki-mabbe, I cannot reproduce the first warning (closing a file is a very common operation, this had be spotted before).
The second looks like a memory corruption caused by the thread in headersdetectordlg.cpp.
-
@yositoki-mabbe, I cannot reproduce the first warning (closing a file is a very common operation, this had be spotted before).
The second looks like a memory corruption caused by the thread in headersdetectordlg.cpp.
I duplicated the second issue running svn-r13415 CB; so, not a new problem.
-
Warning #2 should be fixed in r13525 (https://sourceforge.net/p/codeblocks/code/13525/).
-
Hi,
I suppress MalwareBytes on my two config Windows, I downloaded last NB (25 May 2024 ) with Edge (not Firefox) ... and BitDefender don't alert me ...
I can install last nightly of CB on my two computers (Windows + Linux Mint 22.03 in double boot, thank's Xaviou).
This confirm "False positive" detect with last NB (after suppress also Winzip Utility System that MalwareBytes detect with PUP, and suppress after verify with this tool).
Sorry about my alert ...
Good job : GCC 14.1.0 + WX 3.2.5 (up to date versions), I don't detect "Debug Alert" with this last version... (normal user running).
Thierry D.
-
Works perfectly fine from the MSYS2 packages. Thanks!! :)
-
Hi,
I notice a bug over copy/paste on Code::Blocks.
For example, when I open Dolphin (Fedora's file manager), press F2 over a file and copy its name (Ctrl+C) and try to Paste this text (Ctrl+V) in to a file opened in the Code::Blocks, nothing happens.
I'm running a Fedora 40 KDE (6.1) Spin.
best regards,