Successful build and run of svn 13368 on AlmaLinux 9.2/Gnome 40.4.0 with wxWidgets 3.2.2.1.
Using Wayland graphics engine may cause black wxSmith windows. Window must be closed and reopened.
X11 graphics engine is OK.
Until then everything works fine.
How to build :
Prerequisites :
- Remove current wxWidgets libraries to avoid conflicts during build.
- Download source RPM of gamin from
https://repo.almalinux.org/vault/8/BaseOS/Source/Packages/gamin-0.1.10-32.el8.src.rpm$ rpmbuild --rebuild path_to/gamin-0.1.10-32.el8.src.rpm
$ sudo dnf localinstall gamin-0.1.10-32.el9.x86_64.rpm gamin-devel-0.1.10-32.el9.x86_64.rpm
$ sudo dnf install wxGTK3-devel libtool hunspell-devel boost-devel
- Download Code::Blocks source code from SVN
- Go to trunk folder
$ ./bootstrap
$ ./configure --with-contrib-plugins=all
$ make
$ sudo make install
- Install wxWidgets