Author Topic: The 06 March 2024 build (13485) is out.  (Read 4438 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5494
The 06 March 2024 build (13485) is out.
« 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:



    Offline Khram

    • Multiple posting newcomer
    • *
    • Posts: 47
    • 3D-tensor mathematics - vector space
      • ShipDesign
    Re: The 06 March 2024 build (13485) is out.
    « Reply #1 on: March 06, 2024, 06:49:14 pm »
     >:(
    Virus!..
    « Last Edit: March 06, 2024, 07:37:50 pm by Khram »
    C++ & Fortran in MinGW-GCC-4.3.3 & Equation-GCC-13.2 with CB-13496

    Offline DigitalSpaceDotName

    • Multiple posting newcomer
    • *
    • Posts: 14
      • IT Portfolio
    Re: The 06 March 2024 build (13485) is out.
    « Reply #2 on: March 06, 2024, 07:02:35 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 :-)

      Offline Khram

      • Multiple posting newcomer
      • *
      • Posts: 47
      • 3D-tensor mathematics - vector space
        • ShipDesign
      Re: The 06 March 2024 build (13485) is out.
      « Reply #3 on: March 06, 2024, 07:09:32 pm »
       >:(
      The virus remained. Defender removes archive CB_20240225_rev13485_win64.7z
      « Last Edit: March 06, 2024, 07:30:43 pm by Khram »
      C++ & Fortran in MinGW-GCC-4.3.3 & Equation-GCC-13.2 with CB-13496

      Offline Bug Killer

      • Multiple posting newcomer
      • *
      • Posts: 17
        • Railroad modelling hardware and software
      Re: The 06 March 2024 build (13485) is out.
      « Reply #4 on: March 07, 2024, 04:48:20 pm »
      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 !

      Online grem

      • Multiple posting newcomer
      • *
      • Posts: 23
      Re: The 06 March 2024 build (13485) is out.
      « Reply #5 on: March 07, 2024, 07:30:25 pm »
      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:
      Code
      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.

      Offline DigitalSpaceDotName

      • Multiple posting newcomer
      • *
      • Posts: 14
        • IT Portfolio
      Re: The 06 March 2024 build (13485) is out.
      « Reply #6 on: March 07, 2024, 07:48:02 pm »
      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

      « Last Edit: March 08, 2024, 09:35:32 pm by DigitalSpaceDotName »
      Fan of C::B :-)

      Offline MehdiChinoune

      • Single posting newcomer
      • *
      • Posts: 2
      Re: The 06 March 2024 build (13485) is out.
      « Reply #7 on: March 08, 2024, 10:46:42 am »
      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)

      Offline DigitalSpaceDotName

      • Multiple posting newcomer
      • *
      • Posts: 14
        • IT Portfolio
      Re: The 06 March 2024 build (13485) is out.
      « Reply #8 on: March 10, 2024, 02:49:12 pm »
      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.
      « Last Edit: March 10, 2024, 03:09:47 pm by DigitalSpaceDotName »
      Fan of C::B :-)