Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on June 19, 2022, 03:50:35 pm

Title: The 19June 2022 build (12839) is out.
Post by: killerbot on June 19, 2022, 03:50:35 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 19 June 2022 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2022/CB_20220619_rev12839_win64.7z
  - Linux :
   none

The current SDK version is : 2.19.0

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 19June 2022 build (12839) is out.
Post by: Pecan on June 20, 2022, 01:26:44 am
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_20220619_rev12839_win64.zip (Direct download link (https://sourceforge.net/projects/cb-clangd-client/files/Plugin_Install_Package/Windows_x64/ClangdClientForCBNightly_20220619_rev12839_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.
Modify message
Title: Re: The 19June 2022 build (12839) is out.
Post by: Xaviou on June 20, 2022, 05:58:37 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.

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 19June 2022 build (12839) is out.
Post by: AndrewCot on July 29, 2022, 07:56:21 am
Xaviou,
The Mac DMG build using the SF files ends up being different to the DMG file you have. The differences are related to the DMG installation process where with your DMG it uses the extra files to show the drag and drop dialog so the end user does not have to manually (like I have to do) drag the C::B icon onto the finder application dialog.
Can you supply the additional process/files so they can be included in the SF C::B repo? Even a link to the files or repo and then I can create a ticket and include the files as a patch to save your time.

Thanks,Andrew
Title: Re: The 19June 2022 build (12839) is out.
Post by: Xaviou on August 15, 2022, 12:01:46 pm
Hi.
Xaviou,
The Mac DMG build using the SF files ends up being different to the DMG file you have. The differences are related to the DMG installation process where with your DMG it uses the extra files to show the drag and drop dialog so the end user does not have to manually (like I have to do) drag the C::B icon onto the finder application dialog.
Can you supply the additional process/files so they can be included in the SF C::B repo? Even a link to the files or repo and then I can create a ticket and include the files as a patch to save your time.

Thanks,Andrew
I finally took the time to share these files, with a small "how to".
You'll find a "macOS build files" folder in the Google Drive (https://drive.google.com/drive/folders/1-r9cbW1I8ZkaCt6iYDhcXH981n5FJTpV?usp=sharing) one, witch contains:
Hope it'll help.
If you need more informations on this, don't hesitate to ask for.

Regards
Xav'
Title: Re: The 19June 2022 build (12839) is out.
Post by: AndrewCot on August 15, 2022, 12:14:42 pm
Thank you very much for this.

I will have a look at it in the next few days.