Author Topic: The 05 January 2024 build (13426) is out.  (Read 5082 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 05 January 2024 build (13426) is out.
« on: January 05, 2024, 06:29:56 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_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 05 Januari 2024 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2024/CB_20240105_rev13426_win64.7z
  - Linux :
   none

The current SDK version is : 2.25.0

Resolved Fixed:

  • Envvars: Fix string modifier, wxChoice::GetCount() returns unsigned int.
  • Debugger: Replace ChangeValue() with SetValue() when updating the text control using the dialog.
  • Check if a debugger menu item exists before calling Check().

Regressions/Confirmed/Annoying/Common bugs:



    Offline Xaviou

    • Regular
    • ***
    • Posts: 403
      • X@v's wxStuff
    Re: The 05 January 2024 build (13426) is out.
    « Reply #1 on: January 06, 2024, 12:04:34 am »
    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, 23.04 and 23.10 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 nenin

    • Almost regular
    • **
    • Posts: 210
    « Last Edit: January 06, 2024, 09:26:23 am by nenin »

    Offline stahta01

    • Lives here!
    • ****
    • Posts: 7588
      • My Best Post
    Re: The 05 January 2024 build (13426) is out.
    « Reply #3 on: January 06, 2024, 07:11:21 pm »
    Looks like issues I described here https://forums.codeblocks.org/index.php/topic,25649.0.html disappeared.
    This one
    https://forums.codeblocks.org/index.php/topic,25649.msg174605.html#msg174605
    https://forums.codeblocks.org/index.php/topic,25649.msg174606.html#msg174606
    still appeared from time to time.

    I have not confirmed the cause of that issue; but, I have two wild guesses as to the cause.
    1. The user changing the advanced compiler settings
    2. The user add or removing compiler options.

    Did you do either or both of these?
    I know I did 1 several time and I may have down 2 once or twice. And, I had my compiler flags go blank like you did.

    My guess is the flags go blank on when the C::B installation is upgraded some of the time.
    Edit: The possible reason is the old version of the file is not compatible with the new version that is expected.

    Tim S.
    « Last Edit: January 06, 2024, 07:43:30 pm by stahta01 »
    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 nenin

    • Almost regular
    • **
    • Posts: 210
    Re: The 05 January 2024 build (13426) is out.
    « Reply #4 on: January 06, 2024, 09:02:23 pm »
    Looks like issues I described here https://forums.codeblocks.org/index.php/topic,25649.0.html disappeared.
    This one
    https://forums.codeblocks.org/index.php/topic,25649.msg174605.html#msg174605
    https://forums.codeblocks.org/index.php/topic,25649.msg174606.html#msg174606
    still appeared from time to time.

    I have not confirmed the cause of that issue; but, I have two wild guesses as to the cause.
    1. The user changing the advanced compiler settings
    2. The user add or removing compiler options.

    Did you do either or both of these?
    I know I did 1 several time and I may have down 2 once or twice. And, I had my compiler flags go blank like you did.
    My guess is the flags go blank on when the C::B installation is upgraded some of the time.
    Edit: The possible reason is the old version of the file is not compatible with the new version that is expected.
    Tim S.
    I did not touch the advanced compiler settings or a add/remove options. I only cloned compile profiles to add new version of the gcc.
    1. I have to move some project from work to home, where different compilers are installed
    2. I have to replace non-existing compiler with existing one
    3. Profile of the existing compiler is already prepared and tested.
    4. When I open project with non-existing compilers, C:B always offers wrong option for the replacement (ignore actual path to GCC). In some cases the blank flag list occurs and file "options_gcc.xml" appears after I select compiler for project manually.
    These projects  are fresh, from 2023.

     

    Offline stahta01

    • Lives here!
    • ****
    • Posts: 7588
      • My Best Post
    Re: The 05 January 2024 build (13426) is out.
    « Reply #5 on: January 06, 2024, 09:24:59 pm »
    Looks like issues I described here https://forums.codeblocks.org/index.php/topic,25649.0.html disappeared.
    This one
    https://forums.codeblocks.org/index.php/topic,25649.msg174605.html#msg174605
    https://forums.codeblocks.org/index.php/topic,25649.msg174606.html#msg174606
    still appeared from time to time.

    I have not confirmed the cause of that issue; but, I have two wild guesses as to the cause.
    1. The user changing the advanced compiler settings
    2. The user add or removing compiler options.

    Did you do either or both of these?
    I know I did 1 several time and I may have down 2 once or twice. And, I had my compiler flags go blank like you did.
    My guess is the flags go blank on when the C::B installation is upgraded some of the time.
    Edit: The possible reason is the old version of the file is not compatible with the new version that is expected.
    Tim S.
    I did not touch the advanced compiler settings or a add/remove options. I only cloned compile profiles to add new version of the gcc.
    1. I have to move some project from work to home, where different compilers are installed
    2. I have to replace non-existing compiler with existing one
    3. Profile of the existing compiler is already prepared and tested.
    4. When I open project with non-existing compilers, C:B always offers wrong option for the replacement (ignore actual path to GCC). In some cases the blank flag list occurs and file "options_gcc.xml" appears after I select compiler for project manually.
    These projects  are fresh, from 2023.

    I have added a thread for my work on trying to find the cause of this issue.
    https://forums.codeblocks.org/index.php/topic,25660.msg174624/topicseen.html#msg174624

    Please use that thread or anther thread instead of nightly build sub-forum because I am guessing this problem is not correct for nightly build sub-forum.

    Tim S.
    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 nenin

    • Almost regular
    • **
    • Posts: 210
    Re: The 05 January 2024 build (13426) is out.
    « Reply #6 on: January 07, 2024, 08:58:05 am »
    I am guessing this problem is not correct for nightly build sub-forum.
    Tim S.
    OK. I`ll try to prepare step-by-step illustration of case I faced.

    Offline OaklynnBlevins

    • Single posting newcomer
    • *
    • Posts: 1
    Re: The 05 January 2024 build (13426) is out.
    « Reply #7 on: April 09, 2024, 03:29:04 pm »
    Any update about it?

    Offline Miguel Gimenez

    • Developer
    • Lives here!
    • *****
    • Posts: 1557
    Re: The 05 January 2024 build (13426) is out.
    « Reply #8 on: April 09, 2024, 03:35:53 pm »
    Future spam added to radar.