News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

The 06 March 2024 build (13485) is out.

Started by killerbot, March 06, 2024, 05:23:16 PM

Previous topic - Next topic

killerbot

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.

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:




Khram

#1
 >:(
Virus!..
C++ & Fortran in MinGW-GCC-4.3.3 & WinLibs-GCC-14.2 with CB-13596

DigitalSpaceDotName

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.

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!
Fan of C::B :-)

Khram

#3
 >:(
The virus remained. Defender removes archive CB_20240225_rev13485_win64.7z
C++ & Fortran in MinGW-GCC-4.3.3 & WinLibs-GCC-14.2 with CB-13596

Bug Killer

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.

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 !

grem

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 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). 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.

DigitalSpaceDotName

#6
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

Fan of C::B :-)

MehdiChinoune

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)

DigitalSpaceDotName

#8
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.
Fan of C::B :-)