Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on September 25, 2022, 09:16:52 am

Title: The 25September 2022 build (12908) is out.
Post by: killerbot on September 25, 2022, 09:16:52 am
We switched to wx 3.1.7 (with an extra patch applied on 13 August 2022) --> 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_wx317_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 25 September 2022 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2022/CB_20220925_rev12908_win64.7z
  - Linux :
   none

The current SDK version is : 2.22.0

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 25September 2022 build (12908) is out.
Post by: AndrewCot on September 25, 2022, 01:12:58 pm
Sorry, but got to ask and if not soon shoot me down ASAP (say "Go away until I get time and stop asking" or in your own words go away).

Any estimate on when Windows x64 nightly C::B built with WX3.2.1. will be officially released as a nightly?
Title: Re: The 25September 2022 build (12908) is out.
Post by: Commaster on September 25, 2022, 01:20:21 pm
ok great, I will skip 3.2.0 and then use this one when I step up, and no more need for the patch for wxaui
this weekend I will make a new nightly, first one still 3.1.7 based.

I guess next one?
Title: Re: The 25September 2022 build (12908) is out.
Post by: Xaviou on September 25, 2022, 01:42:15 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 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 (wx-3.1.7 with the aui patch).

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 25September 2022 build (12908) is out.
Post by: dkulp on September 25, 2022, 02:41:20 pm
The Mac version doesn't work for me.   Crashes on startup.   Looking through things, the wxwidgets build seems to be messed up.   It's linking against a library that isn't included: /usr/local/opt/pcre2/lib/libpcre2-32.0.dylib

I don't have that lib on my system (at least not in that location) so it fails to start.

Title: Re: The 25September 2022 build (12908) is out.
Post by: killerbot on September 25, 2022, 05:05:38 pm
I think for wx 3.2.1 there are not more home pamde patches we need to apply ,right. Apart from long running 2D patch.
Title: Re: The 25September 2022 build (12908) is out.
Post by: MaxGaspa on September 25, 2022, 05:31:45 pm
Thank you for the new nightly that is fixing the latest crash observed using clangd code completion plugin.

Unfortunately the latest available clangd plugin  ( ClangdClientForCBNightly_20220813_rev12864_win64.zip ) can't be loaded with the new nigthly.

CB is complaining and not loading the plugin....

New version of clangd pluging will be very appreciated.....I'm addicted to it now...  ;D ;D
Title: Re: The 25September 2022 build (12908) is out.
Post by: AndrewCot on September 26, 2022, 01:46:04 am
I think for wx 3.2.1 there are not more home pamde patches we need to apply ,right. Apart from long running 2D patch.
Correct. I am not aware of any outstanding issues with wx 3.2.1 or usign CB with 3.2.1 that have not already been resolved in the trunk (the MAC clipboard crash was the last issue, and it's in 12908 nightly build).
Title: Re: The 25September 2022 build (12908) is out.
Post by: Pecan on September 26, 2022, 09:42:21 pm
The Clangd_Client for this nightly can be downloaded at
https://sourceforge.net/projects/cb-clangd-client/files/Plugin_Install_Package/Windows_x64/

Filename: ClangdClientForCBNightly_20220925_rev12908_win64.zip (Direct download link (https://sourceforge.net/projects/cb-clangd-client/files/Plugin_Install_Package/Windows_x64/ClangdClientForCBNightly_20220925_rev12908_win64.zip/download))

Copy the included clangd_client.zip to  <YourCodeBlocksNightlyFolder>\share\CodeBlocks\clangd_client.zip
Do not unzip this file.

Copy the included clangd_client.dll to <YourCodeBlocksNightlyFolder>\share\CodeBlocks\plugins\clangd_client.dll

Restart your CodeBlocks Nightly.

Install instructions for LLVM/clangd are included within the downloaded .zip file.
Title: Re: The 25September 2022 build (12908) is out.
Post by: Xaviou on October 09, 2022, 12:53:49 am
The Mac version doesn't work for me.   Crashes on startup.   Looking through things, the wxwidgets build seems to be messed up.   It's linking against a library that isn't included: /usr/local/opt/pcre2/lib/libpcre2-32.0.dylib

I don't have that lib on my system (at least not in that location) so it fails to start.
Hi.
I've rebuilt wxWidgets with the "--disable-sys-libs" option : can you try the rev 12969 version and tell me if it works.

Thank you in advance.

Regards
Xav '