Author Topic: The 24 September 2023 build (13360) is out.  (Read 9249 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5493
The 24 September 2023 build (13360) is out.
« on: September 24, 2023, 09:07:24 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_wx3221_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 24 September 2023 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2023/CB_20230924_rev13360_win64.7z
  - Linux :
   none

The current SDK version is : 2.25.0

Resolved Fixed:

  • Clangd_client 1.2.75 23/09/2 Fix clangd_client selection of build target. Guard some debugging msgs
  • Clangd_client 1.2.76 23/09/4 Pause parsing for custom makefiles until user requests clangd parsing
  • Clangd_client 1.2.77 Check for IsCustomMakefile in Workspace changed event also.
  • Clangd_client 1.2.78 23/09/9 Revert UpdateCompilationDatabase() to previous method of finding a build target
  • CodeBlocks uservarmanager.cpp - Guard against an infinite loop because the code is rooted in the wxAppBase::DoIdle()/OnUpdateUI() event and can be called from the idle loop causing unwanted re-entry into the "Global Variable Editor dialog"
  • Clangd_client 1.2.79 23/09/9 Avoid re-entry into CreateParser() causing crashes at termination because a duplicate project was pushed to the parser list
  • Clangd_client 1.2.80 23/09/9 Fix crash in OnEditorActivate() using nullptr pParser
  • Clangd_client 1.2.81 23/09/15 Apply patch 1407 & 1408 Fix leak and out-of-bounds errors Thanks Christo & Martin Strunz
  • compiler: allow to show more detailed regex analysis when parsing compiler messages (in advanced compiler options -> output parsing)
  • compiler: allow backslash in file path, too when parsing output

Regressions/Confirmed/Annoying/Common bugs:



    Offline Xaviou

    • Regular
    • ***
    • Posts: 404
      • X@v's wxStuff
    Re: The 24 September 2023 build (13360) is out.
    « Reply #1 on: September 25, 2023, 10:18:04 am »
    Hi.

    OS X version of this rev can be downloaded from my Google Drive.
    There is only a macOS-11.6 version.
    Note that it is not a notarized version of the application.

    32 bits version for Windows can also be found in the same place.

    Debian Bookworm and Bullseye (32 and 64 bits) can be installed from my repo.
    Ubuntu-22.04 and Ubuntu-23.04 versions can be installed from my ppa

    The Google Drive folder of this rev also contains the unsigned deb files available in the repo.

    Regards
    Xav'
    The french wxWidgets site : http://www.wxdev.fr
    My wxWidgets's stuff : https://wxstuff.xaviou.fr/

    Offline eckard_klotz

    • Almost regular
    • **
    • Posts: 198
    Re: The 24 September 2023 build (13360) is out.
    « Reply #2 on: September 26, 2023, 09:17:25 am »
    Hello Developers.

    The issue reported at: https://forums.codeblocks.org/index.php/topic,25516.msg173783.html#msg173783 is still present.
    • For me this is a blocking point to change to a newer nightly.
      • My own compiler-configuration comes not into use.
      • But it will be overwritten with invalid content.
    If it is really a problem with the "compiler auto detection" how can this feature be deactivated until you find the time to fix it?

    Best regards,
                        Eckard Klotz.

    Offline Miguel Gimenez

    • Developer
    • Lives here!
    • *****
    • Posts: 1563
    Re: The 24 September 2023 build (13360) is out.
    « Reply #3 on: September 26, 2023, 11:30:19 am »
    I have just created ticket 1420.

    Offline Miguel Gimenez

    • Developer
    • Lives here!
    • *****
    • Posts: 1563
    Re: The 24 September 2023 build (13360) is out.
    « Reply #4 on: September 26, 2023, 01:08:44 pm »
    @eckard_klotx, I have posted a possible temporary solution in the ticket. Please test it (and subscribe to the ticket so we can communicate better).

    Offline eckard_klotz

    • Almost regular
    • **
    • Posts: 198
    Re: The 24 September 2023 build (13360) is out.
    « Reply #5 on: September 26, 2023, 02:28:38 pm »
    Hello Miguel Gimenez.

    Thanks for your effort.

    Unfortunately I was not able to implement your workaround successfully.
    • As you recommended, I added more details in the ticket discussion at SourceForge.
    Best regards,
                        Eckard.