Author Topic: The 25 May 2024 build (13524) is out.  (Read 1373 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5502
The 25 May 2024 build (13524) is out.
« on: May 25, 2024, 04:19:14 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 25 May 2024 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2024/CB_20240525_rev13524_win64.7z
  - Linux :
   none

The current SDK version is : 2.25.0

Resolved Fixed:

  • applied patch #1473: wxSmith which supports generating empty IDs (from github - thanks GitHubLionel)
  • Fixed saving the selected set of variables as default.

Regressions/Confirmed/Annoying/Common bugs:



    Offline yositoki-mabbe

    • Single posting newcomer
    • *
    • Posts: 2
    Re: The 25 May 2024 build (13524) is out.
    « Reply #1 on: May 25, 2024, 08:48:32 pm »
    managed to make C::B display wxWidgets warnings twice. here's how to reproduce them:

    1st warning:
    • open a cbp project you've created in C::B
    • if there are any files available for viewing, any at all, even if you're staring at just one file, manually close them and get met with this:
    • you are given the option to "Stop" or "Continue"

    2nd warning:
    • right-click on project name, and click on "Properties..."
    • go to "Libraries" tab
    • click on the "Try to detect missing ones" button and get met with this:
    • unlike the 1st warning, the 2nd one causes C::B to crash!

    Offline Xaviou

    • Regular
    • ***
    • Posts: 406
      • X@v's wxStuff
    Re: The 25 May 2024 build (13524) is out.
    « Reply #2 on: May 25, 2024, 10:10:09 pm »
    Hi.

    I'm sorry, I can't provide an OS X version of this rev  :(

    32 bits version for Windows can also be can be downloaded from my website.

    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, 23.10 and 24.04 versions can be installed from my ppa

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

    Offline Miguel Gimenez

    • Developer
    • Lives here!
    • *****
    • Posts: 1588
    Re: The 25 May 2024 build (13524) is out.
    « Reply #3 on: May 26, 2024, 07:04:52 pm »
    @yositoki-mabbe, I cannot reproduce the first warning (closing a file is a very common operation, this had be spotted before).

    The second looks like a memory corruption caused by the thread in headersdetectordlg.cpp.

    Offline stahta01

    • Lives here!
    • ****
    • Posts: 7600
      • My Best Post
    Re: The 25 May 2024 build (13524) is out.
    « Reply #4 on: May 26, 2024, 10:59:42 pm »
    @yositoki-mabbe, I cannot reproduce the first warning (closing a file is a very common operation, this had be spotted before).

    The second looks like a memory corruption caused by the thread in headersdetectordlg.cpp.

    I duplicated the second issue running svn-r13415 CB; so, not a new problem.
    C Programmer working to learn more about C++ and Git.
    On Windows 7 64 bit and Windows 10 64 bit.
    --
    When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

    Offline Miguel Gimenez

    • Developer
    • Lives here!
    • *****
    • Posts: 1588
    Re: The 25 May 2024 build (13524) is out.
    « Reply #5 on: May 27, 2024, 07:24:50 pm »
    Warning #2 should be fixed in r13525.

    Offline ThierryD

    • Multiple posting newcomer
    • *
    • Posts: 24
    Download last NB is good ... The 25 May 2024 build (13524) is out.
    « Reply #6 on: May 28, 2024, 02:34:00 pm »
    Hi,

    I suppress MalwareBytes on my two config Windows, I downloaded last NB (25 May 2024 ) with Edge (not Firefox) ... and BitDefender don't alert me ...
    I can install last nightly of CB on my two computers (Windows + Linux Mint 22.03 in double boot, thank's Xaviou).
    This confirm "False positive" detect with last NB (after suppress also Winzip Utility System that MalwareBytes detect with PUP, and suppress after verify with this tool).
    Sorry about my alert ...
    Good job : GCC 14.1.0 + WX 3.2.5 (up to date versions), I don't detect "Debug Alert" with this last version... (normal user running).

    Thierry D.



    Offline Uriens The Gray

    • Single posting newcomer
    • *
    • Posts: 4
    Re: The 25 May 2024 build (13524) is out.
    « Reply #7 on: Yesterday at 09:13:32 am »
    Works perfectly fine from the MSYS2 packages. Thanks!!  :)