Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on August 22, 2021, 08:17:30 am

Title: The 22 August 2021 build (12516) is out.
Post by: killerbot on August 22, 2021, 08:17:30 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 (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 22 August 2021 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2021/CB_20210822_rev12516_win64.7z
  - Linux :
   none

The current SDK version is : 2.14.0

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 22 August 2021 build (12516) is out.
Post by: oBFusCATed on August 29, 2021, 10:45:55 am
Ubuntu packages available at this PPA: https://launchpad.net/~fuscated/+archive/ubuntu/codeblocks-nightly
Title: Re: The 22 August 2021 build (12516) is out.
Post by: leonemsolis on August 30, 2021, 11:30:19 am
Where is the osx build?  :'(
Title: Re: The 22 August 2021 build (12516) is out.
Post by: leonemsolis on August 30, 2021, 11:33:10 am
Where is the osx build?  :'(
Oh, sorry. I guess I have to update my mac :3
Title: Re: The 22 August 2021 build (12516) is out.
Post by: oBFusCATed on August 30, 2021, 01:39:25 pm
You have to build it manually, because we don't have Apple developer account and we cannot provide notarized builds, which are required for newer macOS release.
Title: Re: The 22 August 2021 build (12516) is out.
Post by: huycan on October 03, 2021, 10:17:21 pm
My problem was stated here: https://forums.codeblocks.org/index.php/topic,24565.msg167860.html#msg167860 (https://forums.codeblocks.org/index.php/topic,24565.msg167860.html#msg167860)

I think the problem is with the the Class Wizard....

I got a new computer, fresh windows 10, and same problem. So, I decide to try to build CB... installed wxWidgets 3.1.5 and the nightly built r12529...

Now, if I open the "CodeBlocks_wx31_64.cbp" and try to open the ClassWizard resource file "new_class.xrc", then this dialog appears... (see attachment)...

Title: Re: The 22 August 2021 build (12516) is out.
Post by: Miguel Gimenez on October 04, 2021, 10:02:02 am
There is a patch in ticket 1110 (https://sourceforge.net/p/codeblocks/tickets/1110/)

EDIT: this problem not only happens with new_class.xrc, but with all xrc files using wxStdDialogButtonSizer (currently there are 52)
Title: Re: The 22 August 2021 build (12516) is out.
Post by: Miguel Gimenez on October 07, 2021, 01:15:31 pm
Fixed in trunk (r12535 (https://sourceforge.net/p/codeblocks/code/12535/))