We switched to gcc 13.1.0 (on 04 June 2023) --> download the new wx/mingw dll's see link belowGet the compiler we use here : https://github.com/brechtsanders/winlibs_mingw/releases/download/13.1.0-16.0.5-11.0.0-ucrt-r5/winlibs-x86_64-posix-seh-gcc-13.1.0-mingw-w64ucrt-11.0.0-r5.7zGet 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.next.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_wx324_2D_gcc1310-mingw64.7z
A link to Mingw64 dll's needed by Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/Mingw64dlls13.1.0.7z
The 06 March 2024 build is out.
- Windows :
http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2024/CB_20240306_rev13485_win64.7z
- Linux :
none
The current SDK version is : 2.25.0
Resolved Fixed:
- Clangd_client: 1.2.114 Enable clangd CodeAction entries when user right-clicks LSP log line containing ("fix available") and selects "Apply fix if available".
Regressions/Confirmed/Annoying/Common bugs:
>:(
Virus!..
Quote from: killerbot on March 06, 2024, 05:23:16 PM
We switched to gcc 13.1.0 (on 04 June 2023) --> download the new wx/mingw dll's see link below
Get the compiler we use here : https://github.com/brechtsanders/winlibs_mingw/releases/download/13.1.0-16.0.5-11.0.0-ucrt-r5/winlibs-x86_64-posix-seh-gcc-13.1.0-mingw-w64ucrt-11.0.0-r5.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.next.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_wx324_2D_gcc1310-mingw64.7z
A link to Mingw64 dll's needed by Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/Mingw64dlls13.1.0.7z
The 06 March 2024 build is out.
- Windows :
http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2024/CB_20240306_rev13485_win64.7z
- Linux :
none
The current SDK version is : 2.25.0
Resolved Fixed:
- Clangd_client: 1.2.114 Enable clangd CodeAction entries when user right-clicks LSP log line containing ("fix available") and selects "Apply fix if available".
Regressions/Confirmed/Annoying/Common bugs:
Awesome Update! Clang code completion is perfect!
>:(
The virus remained. Defender removes archive CB_20240225_rev13485_win64.7z
I was slightly in advance. I move my post of yesterday here.
RPMs of Code::Blocks svn13485 with all contrib plugins, wxWidgets 3.2.4 and wxSQLite3 for RHEL 8 and 9 are available from my repository (http://jmdubois.free.fr/codeblocks/).
Remember to use X11 graphics engine instead of Wayland if you edit resources with wxSmith.
Warning : X11 engine may cause Gnome to randomly freeze for a looong time. Remedy : waaaait !
In Gentoo Linux the Code::Blocks is available as dev-util/codeblocks package where build of application from upstream code is available as codeblocks-9999 package version.
Such package versions are unstable and therefore should be initially unmased (https://wiki.gentoo.org/wiki/Knowledge_Base:Unmasking_a_package) before trying to build and install.
The previous revision could be built with the aid of portage/ebuild helper ESVN_REVISION user variable (from subversion.eclass (https://devmanual.gentoo.org/eclass-reference/subversion.eclass/index.html)). I.e. to build revision 13485 the following command could be used after package version unmasking:
ESVN_REVISION=13485 emerge -1av =dev-util/codeblocks-9999
Unfortunately I don't know how to automatically download the SVN revision tarballs from Sourceforge so upstream versions aren't available in Gentoo in offline systems.
Win64 Re-Build 13485 compiled against WxWidget 3.3 with Dark Mode Enabled.
compiled with x86_64-13.2.0-release-win32-seh-ucrt-rt_v11-rev1
https://github.com/tomasmark79/codeblocks-dark
https://github.com/tomasmark79/codeblocks-dark/releases/download/cb_rev13485_win64-dark-ccf/cb_rev13485_win64-dark-ccf.7z
(https://it.digitalspace.name/wp-content/uploads/2024/03/Snimek-obrazovky-2024-03-07-195257-1536x1019.png)
You could install codeblocks on Windows through MSYS2:
https://packages.msys2.org/base/mingw-w64-codeblocks
in three variants UCRT64 (built against gcc 13.2.0 toolchain), CLANG64 (built against LLVM-17.0.6 toolchain) and CLANGARM64 (same as CLANG64 but for aarch64)
Hi.
If you will want to prepare main trunk for new wx-3.3 you can use my patch files and safe some time. ;-)
https://github.com/tomasmark79/codeblocks-dark
Greetings.