Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on July 09, 2021, 10:47:30 pm

Title: The 09 July 2021 build (12487) is out.
Post by: killerbot on July 09, 2021, 10:47:30 pm
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 09 July 2021 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2021/CB_20210709_rev12487_win64.7z
  - Linux :
   none

The current SDK version is : 2.11.0

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 09 July 2021 build (12487) is out.
Post by: oBFusCATed on July 10, 2021, 01:31:31 am
Ubuntu packages are building in my PPA: https://launchpad.net/~fuscated/+archive/ubuntu/codeblocks-nightly
Title: Re: The 09 July 2021 build (12487) is out.
Post by: AndrewCot on July 10, 2021, 06:40:26 am
Thanks oBFusCATed for doing the updated Ubuntu releases. BTW It took a number of hours for the builds to finish and the files to appear.

Thanks Pecan for the assert fix as this nightly release has fixed the wxWidget assert startup issue I reported in the previous nightly release (SVN 12483). I upgraded my Linux Mint 20.2 guest OS to the the Ubuntu 20.04 SVN 12487 release and it starts without any asserts.  I manually upgraded my XUbuntu 20.04 guest and it also started without any asserts.
Title: Re: The 09 July 2021 build (12487) is out.
Post by: cacb on July 29, 2021, 10:48:01 am
Many thanks for the new Windows Nightly Build. I had not upgraded C::B on Windows since more than a year ago, but did now and it seems faster and better. I am looking forward to using it!

A comment/wish: I have used C::B nightly builds with the MSVC compiler for years and it works just fine. However, this approach makes it hard to create C::B plugins that run on Windows. Would it be possible to add to the description of the nightlies what exact additional downloads (with versions) are required to compile C::B plugins under Windows?  I am aware or https://wiki.codeblocks.org/index.php?title=Compile_Code::Blocks_plugins_based_on_a_nightly but it seems to be out of date.
Title: Re: The 09 July 2021 build (12487) is out.
Post by: huycan on August 02, 2021, 11:30:31 pm
I don't know if this is going to help... But the last stable version (for me) is January 3, rev. 12286; all the other versions including this, all resulted in hanging whenever I save all or create a new project. The problem is intermittent in that it starts out good... but after using it for a while... then out of the blue.. CB hangs after a create a new project or save all command from the menu.
Title: Re: The 09 July 2021 build (12487) is out.
Post by: oBFusCATed on August 03, 2021, 12:17:19 am
huycan:
This information is not really enough to help fix the problem.
What OS are you running?
Are they any kind of steps we can reliably use to reproduce the problem?
Do you have something special in your setup?
Are there any crash report files?
What happens if you attach a debugger to codeblocks and reproduce the problem?
What is the backtrace (you wouldn't have symbols but knowing the dll/exe it crashes it might give us clues).
Title: Re: The 09 July 2021 build (12487) is out.
Post by: stahta01 on August 03, 2021, 03:26:41 am
To huycan: If on Windows, I would advise doing a check disk because it almost sounds like an hard drive problem.

Tim S.