Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on February 06, 2022, 02:00:03 pm

Title: The 06 February 2022 build (12705) is out.
Post by: killerbot on February 06, 2022, 02:00:03 pm
We switched to wx 3.1.5 --> download the new wx dll's see link below

If you tested the 22 january nightly you may find your compiler executable has changed from gcc.exe to mingw32-gcc.exe and g++.exe to mingw32-g++.exe. Please correct this, you won't be asked again.

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/wxmsw31u_gcc_cb_wx315_2D_gcc810-mingw64.7z
A link to Mingw64 dll's needed by Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/Mingw64dlls8.1.0.7z


The 06 February 2022 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2022/CB_20220206_rev12705_win64.7z
  - Linux :
   none

The current SDK version is : 2.16.0

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 06 February 2022 build (12705) is out.
Post by: Xaviou on February 06, 2022, 07:15:06 pm
Hi.

OS X version of this rev can be downloaded from my Google Drive (https://drive.google.com/drive/folders/1-r9cbW1I8ZkaCt6iYDhcXH981n5FJTpV?usp=sharing).
There is a specific dmg file for versions 10.15 and 11.6 of the OS.
Note that these are not notarized versions of the application.

Also note that for these OS X versions, I had to make a quick fix to the sources as the build processes failed.
Code
../../../src/src/dlgabout.cpp:239:15: error: unknown type name 'PluginElementsArray'
        const PluginElementsArray &pluginlist = plugman->GetPlugins();
              ^
../../../src/src/dlgabout.cpp:239:56:error: member access into incomplete type 'PluginManager'
        const PluginElementsArray &pluginlist = plugman->GetPlugins();
                                                       ^
../../../src/include/manager.h:32:7: note: forward declaration of 'PluginManager'
class PluginManager;
      ^
2 errors generated.
I solved this by adding #include "pluginmanager.h" line 39 of src/src/dlgabout.cpp

32 bits version for Windows can also be found in the same place.

Debian Buster and Bullseye (32 and 64 bits) can be installed from my repo (https://wxstuff.xaviou.fr/article/debian-repository.html).

Regards
Xav'
Title: Re: The 06 February 2022 build (12705) is out.
Post by: Miguel Gimenez on February 06, 2022, 07:26:44 pm
Fixed in r12706, thank you.
Title: Re: The 06 February 2022 build (12705) is out.
Post by: eckard_klotz on February 08, 2022, 07:56:33 am
Dear Developers.

Today I tested the new nightly https://forums.codeblocks.org/index.php/topic,24834.0.html (https://forums.codeblocks.org/index.php/topic,24834.0.html).



Please stay well and healthy,
                                         Eckard Klotz.
Title: Re: The 06 February 2022 build (12705) is out.
Post by: BugReporter on February 10, 2022, 11:04:07 am
Minor Bug: Padlock icon for read-only files is sometimes missing

Reproducing:

Notes: This bug was not present in release 20.03 and also padlock icon works fine for in-project read-only files.

Related Suggestion: Please consider marking MinGW header files as read-only in the full release of Code::Blocks which is bundled with compiler.
Title: Re: The 06 February 2022 build (12705) is out.
Post by: Miguel Gimenez on February 10, 2022, 01:05:43 pm
Thank you for reporting, but please create a ticket (https://sourceforge.net/p/codeblocks/tickets/) because this forum thread will be history tomorrow.