Author Topic: The 19 November 2023 build (13398) is out.  (Read 4662 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5493
The 19 November 2023 build (13398) is out.
« on: November 19, 2023, 03:41:34 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_wx323_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 19 November 2023 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2023/CB_20231119_rev13398_win64.7z
  - Linux :
   none

The current SDK version is : 2.25.0

Resolved Fixed:

  • wxSmith: Replace long with wxWindowID in the generated code.
  • Clangd_client - Patch to Parser::LSP_ParseSemanticTokens(event) addressing the crashes in ClassBrowserBuilderThread.
  • Clangd_client 1.2.95 23/11/11
  • Clangd_client 1.2.96 23/11/17

Regressions/Confirmed/Annoying/Common bugs:



    Offline Xaviou

    • Regular
    • ***
    • Posts: 403
      • X@v's wxStuff
    Re: The 19 November 2023 build (13398) is out.
    « Reply #1 on: November 20, 2023, 06:19:40 pm »
    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, 23.04 and 23.10 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 easyw

    • Multiple posting newcomer
    • *
    • Posts: 13
    Re: The 19 November 2023 build (13398) is out.
    « Reply #2 on: November 20, 2023, 08:35:50 pm »
    could we post the links for the nightly at the main CB website?

    That would let users the project is still alive and kicking.

    Offline everSome

    • Multiple posting newcomer
    • *
    • Posts: 34
    Re: The 19 November 2023 build (13398) is out.
    « Reply #3 on: November 22, 2023, 02:55:44 am »
    FWIW, gcc 13.2.0 compiles 13398 + wxWidgets 3.2.4 on Windows 10 quite nicely.

    Offline blauzahn

    • Almost regular
    • **
    • Posts: 161
    Re: The 19 November 2023 build (13398) is out.
    « Reply #4 on: November 22, 2023, 07:13:45 am »
    Quote
    could we post the links for the nightly at the main CB website?

    ...or maybe even better: a script that puts the "recent posts" headlines (incl. date) from here at least once a day close to the top of the page.

    Offline Bug Killer

    • Multiple posting newcomer
    • *
    • Posts: 17
      • Railroad modelling hardware and software
    Re: The 19 November 2023 build (13398) is out.
    « Reply #5 on: November 27, 2023, 09:18:01 pm »
    RPMs of Code::Blocks svn13399 with all contrib plugins, wxWidgets 3.2.4 and wxSQLite3 for RHEL 8 and 9 are available from my repository.

    To update from previous RPMs :

    $ sudo dnf clean all
    $ sudo dnf update

    Offline easyw

    • Multiple posting newcomer
    • *
    • Posts: 13
    Re: The 19 November 2023 build (13398) is out.
    « Reply #6 on: November 30, 2023, 01:01:10 pm »
    RPMs of Code::Blocks svn13399 with all contrib plugins, wxWidgets 3.2.4 and wxSQLite3 for RHEL 8 and 9 are available from my repository.
    is it possible to have the files in a "https" repo?

    Offline Inskipp

    • Multiple posting newcomer
    • *
    • Posts: 13
    Re: The 19 November 2023 build (13398) is out.
    « Reply #7 on: December 08, 2023, 02:35:56 am »
    Hi,

    While testing the macOS version, I found the following issues:

    - almost always (9 out of 10) crash when pressing the "Save everything" toolbar button, or using the context menu's "Save project" option
    - when loading a project, Code::Blocks becomes completely unresponsive, probably doing code parsing (in my case it's between 1:30-2 mins)
    - when I want to add a new include file (i.e. typing '#include "'), CB also becomes unresponsive (I guess it collects candidates)

    I'm using wxWidgets and OpenCV, but it's a fairly small code base so far.

    Edit

    I'm on Ventura.

    Thanks,
    Inskipp
    « Last Edit: December 08, 2023, 03:51:35 am by Inskipp »

    Offline Bug Killer

    • Multiple posting newcomer
    • *
    • Posts: 17
      • Railroad modelling hardware and software
    Re: The 19 November 2023 build (13398) is out.
    « Reply #8 on: December 08, 2023, 09:26:18 am »
    RPMs of Code::Blocks svn13399 with all contrib plugins, wxWidgets 3.2.4 and wxSQLite3 for RHEL 8 and 9 are available from my repository.
    is it possible to have the files in a "https" repo?

    I don't have a secure site.

    Offline Inskipp

    • Multiple posting newcomer
    • *
    • Posts: 13
    Re: The 19 November 2023 build (13398) is out.
    « Reply #9 on: December 12, 2023, 10:57:54 pm »
    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, 23.04 and 23.10 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'

    Hi,

    I tried both rev 13398 and 13403 on Monterey (12.7.1), but they doesn't seem to work.
    They launch, but they become unresponsive instantly (while memory usage climbs up way too high), and never recover. Also, the OS quickly pops up a Force Quit dialog.

    Has anybody else tried Code::Blocks on Monterey? Do you have the same experience?

    Thanks in advance,
    Inskipp