Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on July 30, 2023, 04:53:17 pm

Title: The 30 July 2023 build (13320) is out.
Post by: killerbot on July 30, 2023, 04:53:17 pm
We switched to gcc 13.1.0 (on 04 June 2023) --> download the new wx/mingw dll's see link below

Get the compiler we use here : https://github.com/brechtsanders/winlibs_mingw/releases/download/13.1.0-16.0.5-11.0.0-ucrt-r5/winlibs-x86_64-posix-seh-gcc-13.1.0-mingw-w64ucrt-11.0.0-r5.7z

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/wxmsw32u_gcc_cb_wx3221_2D_gcc1310-mingw64.7z
A link to Mingw64 dll's needed by Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/Mingw64dlls13.1.0.7z


The 30 July 2023 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2023/CB_20230730_rev13320_win64.7z
  - Linux :
   none

The current SDK version is : 2.24.0

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 30 July 2023 build (13320) is out.
Post by: ReleaseDate on July 30, 2023, 09:47:41 pm
We are waiting for a morningly release. 20.03 got  too old.
Title: Re: The 30 July 2023 build (13320) is out.
Post by: killerbot on July 30, 2023, 10:13:36 pm
we are working on that ... maybe September ....
Title: Re: The 30 July 2023 build (13320) is out.
Post by: Xaviou on August 01, 2023, 09:39:12 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.

Debian Bookworm and Bullseye (32 and 64 bits) can be installed from my repo (https://wxstuff.xaviou.fr/article/debian-repository.html).

Attached is a patch to provide better Debian version detection and to set Debian 12 correct dependencies

Regards
Xav'
Title: Re: The 30 July 2023 build (13320) is out.
Post by: Miguel Gimenez on August 02, 2023, 05:15:25 pm
Patch applied in r13321 (https://sourceforge.net/p/codeblocks/code/13321/), thank you.
Title: Re: The 30 July 2023 build (13320) is out.
Post by: pirx67 on August 19, 2023, 12:46:16 am
Hi,

I have to report that the Incremental Search Plugin (the text box input) is broken under Linux with a wxWidgets 3.2 release.
I have found another report about this problem that explains the issue in more detail here:
https://forums.codeblocks.org/index.php/topic,25466.new.html#new (https://forums.codeblocks.org/index.php/topic,25466.new.html#new)

My system is a Debian 12 bookworm and neither my self built Code::Blocks is working correctly nor the packages provided
by Xaviou for Debian 12 do (many thanks for that work @Xaviou providing the repository).

My latest build is:

Name                   : Code::Blocks
Version                : svn-r13338
SDK Version            : 2.24.0
Scintilla Version      : 3.7.5
Author                 : The Code::Blocks Team
E-mail                 : info@codeblocks.org
Website                : https://www.codeblocks.org
OS                     : Linux 6.1.0-11-rt-amd64 x86_64
Scaling factor         : 1.000000
Detected scaling factor: 1.000000
Display PPI            : 96x96
Display count          : 1
Display 0              : XY=[0,0]; Size=[1920,1200]; Primary

wxWidgets Library (wxGTK port)
Version 3.2.2 (Unicode: wchar_t, debug level: 1),
Runtime version of toolkit used is 3.24.
Compile-time GTK+ version is 3.24.36.


I've also built and tested the SVN revisions 12998, 13181, 13320 (Xaviou's packages), 13335 and 13338.
Even the "official" package provided with Debian bookworm (SVN 13046) is affected.
The other user tested on Arch Linux with SVN revision 11997 and wx3.2.0 (see the linked post).

All these revisions have a broken text box input for the Incremental search plugin. This error is
even exposed if I start with a non-existent configuration directory (removed before each start)
 using "--user-data-dir=$HOME/.config/codeblocks-svn" on the command line.

Building the same revisions on an older Linux Mint 19 Tara with wxWidgets 3.0.4 exposes no error.

This makes me believe that this is more a wxWidgets problem specific to Linux than a Code::Blocks problem.

How to proceed further to get this issue solved?

Best regards,
    pirx67
Title: Re: The 30 July 2023 build (13320) is out.
Post by: Miguel Gimenez on August 19, 2023, 02:16:14 pm
I cannot check ATM, but probably calling wxComboBox::SelectNone() from the key event handler may fix the issue.