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 19 November 2023 build (13398) is out.

Started by killerbot, November 19, 2023, 03:41:34 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_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:




Xaviou

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'
My wxWidgets's stuff : [url="https://wxstuff.xaviou.fr/"]https://wxstuff.xaviou.fr/[/url]

easyw

could we post the links for the nightly at the main CB website?

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

everSome

FWIW, gcc 13.2.0 compiles 13398 + wxWidgets 3.2.4 on Windows 10 quite nicely.

blauzahn

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

Bug Killer

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

easyw

Quote from: Bug Killer 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.
is it possible to have the files in a "https" repo?

Inskipp

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

Bug Killer

Quote from: easyw on November 30, 2023, 01:01:10 PM
Quote from: Bug Killer 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.
is it possible to have the files in a "https" repo?

I don't have a secure site.

Inskipp

Quote from: Xaviou 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'

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