News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The 28 January 2024 build (13434) is out.

Started by killerbot, January 28, 2024, 05:43:15 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_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 28 Januari 2024 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2024/CB_20240128_rev13434_win64.7z
  - Linux :
   none

The current SDK version is : 2.25.0

Resolved Fixed:


  • CodeCompletion Fixed and stress tested crashes caused by invalid pointers in CodeBrowser
  • fixed compilation of CC plugin for non-PCH compiling

Regressions/Confirmed/Annoying/Common bugs:




Xaviou

Hi.

OS X version of this rev can be downloaded from my website.
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
The corresponding unsigned deb files can also be downloaded from the website page linked above.

Ubuntu-22.04 and 23.10 versions can be installed from my ppa
Note that there won't have new updates for Ubuntu-23.04 as it has been declared as obsolete and won't accept any new packages.

Regards
Xav'
My wxWidgets's stuff : [url="https://wxstuff.xaviou.fr/"]https://wxstuff.xaviou.fr/[/url]

MehdiChinoune

Hi,

The latest nightly is now available on MSYS2 (https://packages.msys2.org/base/mingw-w64-codeblocks). for both UCRT64 (GCC 13.2.0 +Binutils 2.42) and CLANG64 (LLVM 17.0.6) environments (https://www.msys2.org/docs/environments/).

It requires some changes to make it build for clangarm64 (aarch64).

M. Chinoune

ccdric

Hello,
I meet crash on CB while using menu/file/quit (or upper right quit widget).
no dbgrpt find.

It works for me every time. Just open CB , open Hello World project and try to quit CB
it's open a window saying CB didn't answer any more. the choices are "Waiting"  or "Force to quit".

I tried on 2 machine Ubuntu 13.10 (one native and one on virtualbox under windows)

if i close the project before quitting CB, it works normally.

It is not critical bug ..... but easy to report and reproduce  :D


Pecan

#4
Quote from: ccdric on January 31, 2024, 02:24:29 PM
Hello,
I meet crash on CB while using menu/file/quit (or upper right quit widget).
no dbgrpt find.

It works for me every time. Just open CB , open Hello World project and try to quit CB
it's open a window saying CB didn't answer any more. the choices are "Waiting"  or "Force to quit".

I tried on 2 machine Ubuntu 13.10 (one native and one on virtualbox under windows)

if i close the project before quitting CB, it works normally.

It is not critical bug ..... but easy to report and reproduce  :D
This is probably the same as reported by Miguel Gimenez.
https://forums.next.codeblocks.org/index.php/topic,25652.msg174869.html#msg174869

I'll look into it.

Pecan

Quote from: ccdric on January 31, 2024, 02:24:29 PM
Hello,
I meet crash on CB while using menu/file/quit (or upper right quit widget).
no dbgrpt find.

It works for me every time. Just open CB , open Hello World project and try to quit CB
it's open a window saying CB didn't answer any more. the choices are "Waiting"  or "Force to quit".

I tried on 2 machine Ubuntu 13.10 (one native and one on virtualbox under windows)

if i close the project before quitting CB, it works normally.

It is not critical bug ..... but easy to report and reproduce  :D

I could not recreate this problem, so I changed all CallAfter semaphore Wait()s to WaitTimeout(500).

Please test to see if this solved the problem.
Thanks

ccdric

Quote from: Pecan on January 31, 2024, 05:21:23 PM
Please test to see if this solved the problem.
Thanks

hello,
yess ! it solve it for NB 13442
thanks

Pecan

Quote from: ccdric on February 05, 2024, 01:41:55 PM
Quote from: Pecan on January 31, 2024, 05:21:23 PM
Please test to see if this solved the problem.
Thanks

hello,
yess ! it solve it for NB 13442
thanks
You might still run across the problem.
The latest fix for the hang on exiting CB is rev 13443
Thanks for reporting.

ccdric

Quote from: Pecan on February 05, 2024, 07:30:41 PM
Quote from: ccdric on February 05, 2024, 01:41:55 PM
Quote from: Pecan on January 31, 2024, 05:21:23 PM
Please test to see if this solved the problem.
Thanks

hello,
yess ! it solve it for NB 13442
thanks
You might still run across the problem.
The latest fix for the hang on exiting CB is rev 13443
Thanks for reporting.
Ok for me on rev 13447.  :)  thank you

HuskyDucky

Code::blocks build 13434 is included in the Discovery repository of Fedora 40.
I am using the Fedora 40 spin KDE.
Every time I try to close the Code::blocks with the project's workspace open it stucks.
This issue is fixed in the latest version?

Miguel Gimenez


SharkCZ

I have just pushed the latest nightly as an update to Fedora 40 (see https://bodhi.fedoraproject.org/updates/FEDORA-2024-106b2196b0). Most of the nightly builds is available from https://copr.fedorainfracloud.org/coprs/sharkcz/danny/ after they are announced.
Code::Blocks package maintainer for Fedora and EPEL