Author Topic: The 05 July 2024 build (13536) is out.  (Read 3067 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5506
The 05 July 2024 build (13536) is out.
« on: July 05, 2024, 10:55:26 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.

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 05 July 2024 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2024/CB_20240705_rev13536_win64.7z
  - Linux :
   none

The current SDK version is : 2.25.0

Resolved Fixed:

  • Clangd_client 1.2.128 2024/06/27 Apply Christo patch "compile_commands.json optimization"
  • Clangd_client 1.2.129 24/7/03 Apply patch 1489 Thanks Martin Strunz

Regressions/Confirmed/Annoying/Common bugs:



    Offline MaxGaspa

    • Multiple posting newcomer
    • *
    • Posts: 37
    Re: The 05 July 2024 build (13536) is out.
    « Reply #1 on: July 08, 2024, 10:04:26 am »
    Hi,

    It seems that the clangd_client plugin is no longer present in the latest nightly.

    Max

    Offline Wkerry

    • Multiple posting newcomer
    • *
    • Posts: 50
    Re: The 05 July 2024 build (13536) is out.
    « Reply #2 on: July 08, 2024, 11:21:18 am »
    The nightly includes the clangd_client plugin.

    I am using Windows 11 and download the three zip files and unzipped them into the one directory and get the dreaded 0xc000007b when I run the codeblocks.exe.

    For the fist dialog here is the ctrl-c info from the dialog:
    ---------------------------
    cc1plus.exe - Application Error
    ---------------------------
    The application was unable to start correctly (0xc000007b). Click OK to close the application.
    ---------------------------
    OK   

    If I click on OK there is another 0xc000007b dialog and then I get to the CB gui. Normally the 0xc000007b kills the app, but in  this case CB eventually started.

    If I run codeblocks.exe --debug-log there are no errors shown.

    Any ideas which file in one of the zip is bad or which file is missing or if it is just me on W11 having this issue (W11 is up to date as of last Saturday).
    ---------------------------


    Just disabled the clangd_cleint and the 0xc000007b dialogs no longer appear.... I have various MSYS2 configs installed.
    « Last Edit: July 08, 2024, 11:24:51 am by Wkerry »

    Offline MaxGaspa

    • Multiple posting newcomer
    • *
    • Posts: 37
    Re: The 05 July 2024 build (13536) is out.
    « Reply #3 on: July 08, 2024, 11:49:03 am »
    The nightly includes the clangd_client plugin.

    Yes...my fault  :(  Using Win10 and latest msys2-ucrt64 CB works well

    Offline Wkerry

    • Multiple posting newcomer
    • *
    • Posts: 50
    Re: The 05 July 2024 build (13536) is out.
    « Reply #4 on: July 08, 2024, 11:58:33 am »
    @MaxGaspa does the Nightly show any 0xc000007b errors when you start it? What clangd.exe do you have clangd_client configured to use?



    If I rename my C:\msys64 to C:\test.msys64 the 0xc000007b stops.

    This may be of some use as this is the clangd.exe  I have clangd_client configured to use.

    $ C:\test.msys64\clang64\bin\clangd.exe --version
    clangd version 18.1.8
    Features: windows
    Platform: x86_64-w64-windows-gnu


    Offline MaxGaspa

    • Multiple posting newcomer
    • *
    • Posts: 37
    Re: The 05 July 2024 build (13536) is out.
    « Reply #5 on: July 08, 2024, 01:36:38 pm »
    @MaxGaspa does the Nightly show any 0xc000007b errors when you start it?

    no.

    What clangd.exe do you have clangd_client configured to use?

    18.1.8 using Win10 and latest msys2 packages.



    Offline Uriens The Gray

    • Single posting newcomer
    • *
    • Posts: 6
    Re: The 05 July 2024 build (13536) is out.
    « Reply #6 on: July 11, 2024, 07:05:07 pm »
    Works fine from the MSYS2 packages. Thanks.
    BtW: Using win10
    « Last Edit: July 12, 2024, 06:17:21 pm by Uriens The Gray »

    Offline Khram

    • Multiple posting newcomer
    • *
    • Posts: 49
    • 3D-tensor mathematics - vector space
      • Ship Design and Marine Navigation
    Re: The 05 July 2024 build (13536) is out.
    « Reply #7 on: July 14, 2024, 11:04:14 pm »
    It's a pity. My old program projects with compilation sequences broke. The C++ compiler settings are messed up. I urgently returned to version 13533_win 64. A little later I will try to find a solution to this strange problem. :'(
    C++ & Fortran in MinGW-GCC-4.3.3 & WinLibs-GCC-14.1 with CB-13533

    Offline Wkerry

    • Multiple posting newcomer
    • *
    • Posts: 50
    Re: The 05 July 2024 build (13536) is out.
    « Reply #8 on: July 15, 2024, 11:32:16 am »
    Please give usable info otherwise like your previous posts will go into the bit bucket grave.

    Offline Khram

    • Multiple posting newcomer
    • *
    • Posts: 49
    • 3D-tensor mathematics - vector space
      • Ship Design and Marine Navigation
    Re: The 05 July 2024 build (13536) is out.
    « Reply #9 on: July 15, 2024, 12:20:55 pm »
    Maybe it was my mistake. I simply had to restore everything from the archive. In the CB-13533 version, the same operations are performed without any complaints. I'm sorry, I'll try to study this problem a little later.
    C++ & Fortran in MinGW-GCC-4.3.3 & WinLibs-GCC-14.1 with CB-13533