Author Topic: The 20 February 2022 build (12719) is out.  (Read 7904 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5489
The 20 February 2022 build (12719) is out.
« on: February 20, 2022, 04:56:57 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.

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 20 February 2022 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2022/CB_20220220_rev12719_win64.7z
  - Linux :
   none

The current SDK version is : 2.16.0

Resolved Fixed:

  • Plugin manager: Allow translation of plugin descriptions (ticket #1200, thanks Gerard Durand)..
  • Fix non-PCH compilation with autotools on MSYS2 (ticket #1205, thanks Andrew Cottrell).

Regressions/Confirmed/Annoying/Common bugs:



    Offline AndrewCot

    • Plugin developer
    • Lives here!
    • ****
    • Posts: 678
    Re: The 20 February 2022 build (12719) is out.
    « Reply #1 on: February 21, 2022, 01:31:28 am »
    Some feedback on the nightly release (the feedback is probably relevant for nightlies going back a long time):
    1) This nightly still includes the following that should not be included in the nightly:    share\CodeBlocks\images\fortranproject\Makefile.am
        share\CodeBlocks\images\fortranproject\56x56\Makefile.am
        share\CodeBlocks\images\fortranproject\64x64\Makefile.am
        share\CodeBlocks\images\fortranproject\48x48\Makefile.am
        share\CodeBlocks\images\fortranproject\40x40\Makefile.am
        share\CodeBlocks\images\fortranproject\32x32\Makefile.am
        share\CodeBlocks\images\fortranproject\28x28\Makefile.am
        share\CodeBlocks\images\fortranproject\24x24\Makefile.am
        share\CodeBlocks\images\fortranproject\16x16\Makefile.am
        share\CodeBlocks\images\fortranproject\20x20\Makefile.am

    2) This nightly still includes the following directory with no files in it and as such the directory should not included in the nightly:
        share\CodeBlocks\images\DoxyBlocks


    3) If I read the "how it works" page and have interpreted it correctly then the nightly should include the following two files as the share\CodeBlocks\docs\index.ini references the codeblocks.chm file, but it is not in the nightly?
        share\CodeBlocks\docs\codeblocks.chm
        share\CodeBlocks\docs\codeblocks.pdf

    Let me know if I have got this wrong and the two C::B manual files are included in the Windows 20.03 release.

    4) The "how it works" page http://forums.codeblocks.org/index.php/topic,3232.0.html needs an update as it still has old references  to http://developer.berlios.de.

    Do you want me to raise a SF ticket for these three issues so they do not slip between the cracks?



    Offline Xaviou

    • Regular
    • ***
    • Posts: 401
      • X@v's wxStuff
    Re: The 20 February 2022 build (12719) is out.
    « Reply #2 on: February 21, 2022, 07:44:38 pm »
    Hi.

    OS X version of this rev can be downloaded from my Google Drive.
    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.

    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.

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

    Offline Pecan

    • Plugin developer
    • Lives here!
    • ****
    • Posts: 2743
    Re: The 20 February 2022 build (12719) is out.
    « Reply #3 on: February 21, 2022, 10:37:38 pm »
    The Clangd_Client for this nightly can be downloaded at
    https://sourceforge.net/projects/cb-clangd-client/files/Plugin_Install_Package/Windows_x64/ClangdClientForCBNightly_20220220_rev12719_win64.zip/download

    Unzip and copy the included clangd_client.zip to <YourCodeBlocksNightlyFolder>\share\CodeBlocks\clangd_client.zip
    Copy the included clangd_client.dll to <YourCodeBlocksNightlyFolder>\share\CodeBlocks\plugins\clangd_client.dll

    Restart your CodeBlocks Nightly.

    The CodeBlocks forum for Clangd_client is at
    https://forums.codeblocks.org/index.php/topic,24357.0.html
    « Last Edit: February 21, 2022, 10:41:30 pm by Pecan »

    Offline cyuyan

    • Multiple posting newcomer
    • *
    • Posts: 21
    Re: The 20 February 2022 build (12719) is out.
    « Reply #4 on: February 22, 2022, 07:51:09 am »
    Hi.
    I can't download this file in China.
    Please help me!

    Thank you very much!

    Offline ollydbg

    • Developer
    • Lives here!
    • *****
    • Posts: 5906
    • OpenCV and Robotics
      • Chinese OpenCV forum moderator
    Re: The 20 February 2022 build (12719) is out.
    « Reply #5 on: February 23, 2022, 10:27:58 am »
    Hi.
    I can't download this file in China.
    Please help me!

    Thank you very much!

    I just create one here:

    https://gitee.com/cbdev/codeblocks/releases/rev12719

    You can download the binary files from the above link.
    If some piece of memory should be reused, turn them to variables (or const variables).
    If some piece of operations should be reused, turn them to functions.
    If they happened together, then turn them to classes.