User forums > Nightly builds

The 13 December 2020 build (12240) is out.

(1/7) > >>

killerbot:
new PATCHED wx dll , please download these too and replace your old ones !!!

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_wx313_2D_gcc810-mingw64-2.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 13 December 2020 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2020/CB_20201213_rev12240_win64.7z
  - Linux :
   none

The current SDK version is : 2.4.0

Resolved Fixed:


* wxContribItems: Remove warnings about deprecated wxPen and wxBrush styles in wxContribItems (ticket #1037, thanks Miguel Gimenez)
* wxContribItems: Remove warnings about deprecated wxPen and wxBrush styles in wxContribItems (ticket #1037, thanks Miguel Gimenez)
* UI: Make the script console to use the Message logs' font size
* UI: Use the same logic for the default value of the "Message logs' font size"
Regressions/Confirmed/Annoying/Common bugs:


stahta01:

--- Quote from: killerbot on December 13, 2020, 10:43:55 am --- new PATCHED wx dll , please download these too and replace your old ones !!!

--- End quote ---

The wxWidgets DLL on the download link was the same as the one I downloaded with the last nightly.
Is the link wrong?

Tim S.

omlk:
Why not use MSYS2 for compiling Code::Blocks? MSYS2 include MinGW gcc v11?

oBFusCATed:
omlk: What would we gain?

gh_origin:

--- Quote from: oBFusCATed on December 14, 2020, 01:24:03 am ---omlk: What would we gain?

--- End quote ---

A Unix-like build environment. Produces native binaries using MinGW, doesn't need to ship another DLL like Cygwin. But there is MSYS2 DLL for anyone need a POSIX compatibility layer.

BTW, if you choose to go forward with LSP and CCLS, then MSYS2 is a good choice. You have to depend on it anyway. Offering CodeBlocks packages on MSYS2 (co-operate with the MSYS2 team), so installing CodeBlocks with all the needed stuffs for CCLS made easy with just pacman -S codeblocks, pacman will handle all of the dependencies for you, the users don't need to setup CCLS packages themselves before able to use CodeBlocks.

Please note, there is Qt Creator and complete Qt5 packages for MSYS2 for a while. It's nothing wrong for CodeBlocks to follow. Employing MSYS2 also lower the maintenance efforts, as we now using the same Unix-like environment across platforms, no need to set Windows specific stuffs anymore.

And also, if you choose to continue to distribute CodeBlocks binaries like what you are doing now alongside with/instead of MSYS2 packages of CodeBlocks, you still need to bundle MSYS2 related stuffs for CCLS anyway. So using the same environment really helps avoiding a lot of troubles.

Navigation

[0] Message Index

[#] Next page

Go to full version