Hi.
32 bits version for Windows (and also 64 bits version) can be downloaded from my
website.
I made both a wxWidgets-3.2.11 and wxWidgets-3.3.3 linked versions
Debian Trixie (64 bits) and Bookworm (32 and 64 bits) can be installed from
my repoThe corresponding unsigned deb files can also be downloaded from the website page linked above.
Ubuntu-22.04 and 24.04 versions can be installed from my
ppa (they are available for both amd64 and arm64 architectures).
There was a problem building for Ubuntu-26.04 on launchpad:
Command: dpkg-buildpackage --sanitize-env -us -uc -mLaunchpad Build Daemon <buildd@lcy02-amd64-022.buildd> -b -rfakeroot
dpkg-buildpackage: info: source package codeblocks
dpkg-buildpackage: info: source version 25.03+svn13924~ubuntu26.04.1
dpkg-buildpackage: info: source distribution resolute
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
debian/rules clean
debian/rules:2: /usr/share/cdbs/1/class/autotools.mk: No such file or directory
make: *** No rule to make target '/usr/share/cdbs/1/class/autotools.mk'. Stop.
dpkg-buildpackage: error: debian/rules clean subprocess failed with exit status 2
Full log
HereThere was also a problem on Windows with the Clangd_Client plugin (linked with wxWidgets-3.2.11 only)
...\src\plugins\contrib\clangd_client\src\codecompletion\parser\parser.cpp: In member function 'void Parser::OnLSP_WorkspaceApplyEdit(wxCommandEvent&)':
...\src\plugins\contrib\clangd_client\src\codecompletion\parser\parser.cpp:3642:23: error: aggregate 'std::stringstream message' has incomplete type and cannot be defined
3642 | std::stringstream message;
| ^~~~~~~
The compiler used is Gcc-16.1.0 from MSys2.
This error did not appeared while building for wxWidget-3.3.3
Regards
Xav'