Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on January 05, 2024, 06:29:56 pm

Title: The 05 January 2024 build (13426) is out.
Post by: killerbot 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 (http://forums.codeblocks.org/index.php/topic,3232.0.html).

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:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 05 January 2024 build (13426) is out.
Post by: Xaviou on January 06, 2024, 12:04:34 am
Hi.

OS X version of this rev can be downloaded from my website (https://wxstuff.xaviou.fr/article/codeblocks-nightly-builds.html).
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 (https://wxstuff.xaviou.fr/article/debian-repository.html)
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 (https://launchpad.net/~x-psoud/+archive/ubuntu/cbnb)

Regards
Xav'
Title: Re: The 05 January 2024 build (13426) is out.
Post by: nenin on January 06, 2024, 08:58:59 am
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.
Title: Re: The 05 January 2024 build (13426) is out.
Post by: stahta01 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.
Title: Re: The 05 January 2024 build (13426) is out.
Post by: nenin 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.

 
Title: Re: The 05 January 2024 build (13426) is out.
Post by: stahta01 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 (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.
Title: Re: The 05 January 2024 build (13426) is out.
Post by: nenin 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.
Title: Re: The 05 January 2024 build (13426) is out.
Post by: OaklynnBlevins on April 09, 2024, 03:29:04 pm
Any update about it?
Title: Re: The 05 January 2024 build (13426) is out.
Post by: Miguel Gimenez on April 09, 2024, 03:35:53 pm
Future spam added to radar.