Author Topic: The 20 December 2021 build (12596) is out.  (Read 10860 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 20 December 2021 build (12596) is out.
« on: December 20, 2021, 09:13:58 am »
We switched to wx 3.1.5 --> download the new wx dll's see link below

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 December 2021 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2021/CB_20211220_rev12596_win64.7z
  - Linux :
   none

The current SDK version is : 2.16.0

Resolved Fixed:

  • Disable "Copy To" button in global compiler options (ticket #1154).
  • SDK: Allow ! in filenames (ticket #898, part I
  • Compiler: Fix assertions when selecting "GNU GCC compiler for PowerPC EABI" (ticket #1166
  • Compiler: Sort compilers alphabetically, hide invalid compilers in project options (ticket #1165)
  • Add x86_dpi_aware_on.manifest. Currently 32-bit C::B does not detect scale factors or PPI != 96
  • Add the new x86_dpi_aware_on.manifest to resources.rc so it is actually used
  • Fix scale factor detection for wxWidgets >= 3.1.4 (ticket #1132)
  • wxSmith contrib items: remove asserts in wxGridBagSizer when specifying invalid growable cols/rows (ticket #664)
  • Fix calls to GetContentScaleFactor() in Scintilla and main program (see r12592

Regressions/Confirmed/Annoying/Common bugs:


    « Last Edit: December 20, 2021, 08:27:59 pm by killerbot »

    Offline LETARTARE

    • Lives here!
    • ****
    • Posts: 531
    • L'ami de l'homme.The friend of man.
      • LETARTARE
    Re: The 20 December 2021 build (12599) is out.
    « Reply #1 on: December 20, 2021, 02:49:32 pm »
    Hello,
    the version of the title (12599) does not match the version provided (12596).
    CB-13483, plugins-sdk-2.25.0 : Collector-2.0.0, AddOnForQt-3.9.1
    1-Win7 Business Pack1 64bits : wx-3.2.4, gcc-8.1.0,
    2-OpenSuse::Leap-15.4-64bits : wx-3.2.4;gtk3, gcc-8.2.1,
    => !! The messages are translated by Deepl

    Offline Xaviou

    • Regular
    • ***
    • Posts: 402
      • X@v's wxStuff
    Re: The 20 December 2021 build (12599) is out.
    « Reply #2 on: December 20, 2021, 05:38:08 pm »
    Hi

    the version of the title (12599) does not match the version provided (12596).
    Surely a typo error : the rev number 12599 has not been reached yet...

    OS X version of this rev (12596) 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 killerbot

    • Administrator
    • Lives here!
    • *****
    • Posts: 5490
    Re: The 20 December 2021 build (12596) is out.
    « Reply #3 on: December 20, 2021, 08:28:14 pm »
    typo corrected, thanks for pointing it out

    Offline BlueHazzard

    • Developer
    • Lives here!
    • *****
    • Posts: 3353
    Re: The 20 December 2021 build (12596) is out.
    « Reply #4 on: December 25, 2021, 11:17:26 pm »
    Would it be possible to enable debug symbols for nightly builds and provide also a debug symbols enabled wxWidgets dll? (if not already provided)

    Offline WinterMute

    • Multiple posting newcomer
    • *
    • Posts: 25
      • devkitPro
    Re: The 20 December 2021 build (12599) is out.
    « Reply #5 on: January 12, 2022, 05:03:18 pm »
    OS X version of this rev (12596) 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.

    How are you compiling the macOS versions and how well are they working? I just got an M1 macbook & I was thinking about having a go at building c::b for that.